Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2002-04-15The contents of command.c, creatinh.c, define.c, remove.c and rename.cTom Lane
2002-04-14Fix comment dashes.Bruce Momjian
2002-04-12Checking to decide whether relations are system relations now dependsTom Lane
2002-04-11Add mention of function CREATE INDEX usage.Bruce Momjian
2002-04-02Removed obsolete DROP_COLUMN_HACK stuff.Hiroshi Inoue
2002-04-01Add tgconstrrelid to stored Trigger structures, make RI trigger functionsTom Lane
2002-04-01ALTER TABLE SET/DROP NOT NULL, from Christopher Kings-Lynne.Tom Lane
2002-03-31Reimplement temp tables using schemas. The temp table map is history;Tom Lane
2002-03-30Further cleanups for relations in schemas: teach nextval and otherTom Lane
2002-03-29pg_type has a typnamespace column; system now supports creating typesTom Lane
2002-03-26pg_class has a relnamespace column. You can create and access tablesTom Lane
2002-03-22Create the pg_namespace system catalog. Doesn't do much yet, but it'sTom Lane
2002-03-22A little further progress on schemas: push down RangeVars intoTom Lane
2002-03-21Change the aclchk.c routines to uniformly use OIDs to identify theTom Lane
2002-03-21First phase of SCHEMA changes, concentrating on fixing the grammar andTom Lane
2002-03-14The attached patch changes ALTER TABLE OWNER to also change theBruce Momjian
2002-03-06Modify ALTER TABLE OWNER to change index ownership; code cleanup.Bruce Momjian
2002-03-06Change made to elog:Bruce Momjian
2002-03-05I attach a version of my toast-slicing patch, against current CVSBruce Momjian
2002-03-02Commit to match discussed elog() changes. Only update is that LOG isBruce Momjian
2002-02-27Clean up BeginCommand and related routines. BeginCommand and EndCommandTom Lane
2002-02-26Restructure command-completion-report code so that there is just oneTom Lane
2002-02-19A bunch of changes aimed at reducing backend startup time...Tom Lane
2002-02-14Ensure that a cursor is scanned under the same scanCommandId it wasTom Lane
2002-01-03Require ownership permission for CREATE INDEX, per bug report.Tom Lane
2001-12-04Remove now-dead code for processing CONSTR_UNIQUE nodes inTom Lane
2001-11-05New pgindent run with fixes suggested by Tom. Patch manually reviewed,Bruce Momjian
2001-11-02Fix problem reported by Alex Korn: if a relation has been dropped andTom Lane
2001-10-31Add ALTER TABLE ADD UNIQUE regression tests from Christopher Kings-Lynne.Bruce Momjian
2001-10-28Another pgindent run. Fixes enum indenting, and improves #endifBruce Momjian
2001-10-25pgindent run on all C files. Java run to follow. initdb/regressionBruce Momjian
2001-10-23Fix foreign keys on system columns.Tom Lane
2001-10-12Break transformCreateStmt() into multiple routines and makeTom Lane
2001-10-05Further cleanup of dynahash.c API, in pursuit of portability andTom Lane
2001-09-07Here is my much-promised patch to let people add UNIQUE constraints afterBruce Momjian
2001-08-21Restructure pg_opclass, pg_amop, and pg_amproc per previous discussions inTom Lane
2001-08-10Make OIDs optional, per discussions in pghackers. WITH OIDS is still theTom Lane
2001-08-10Patch to LOCK multiple tables in one LOCK command.Bruce Momjian
2001-08-04Back out LOCK A,B,C patch at Tom's suggestion.Bruce Momjian
2001-08-04Add LOCK A,B,C functionality as LOCK A;LOCK B;LOCK C; as agreed.Bruce Momjian
2001-07-16Partial indexes work again, courtesy of Martijn van Oosterhout.Tom Lane
2001-07-15Restructure index AM interface for index building and index tuple deletion,Tom Lane
2001-06-14has_table_privilege functions from Joe Conway (with some kibitzing fromTom Lane
2001-06-12Clean up various to-do items associated with system indexes:Tom Lane
2001-06-07This adds unary plus capability. No grammar changes, per Tom's request.Bruce Momjian
2001-05-30These patches should fix check constraints not inheritingBruce Momjian
2001-05-30Attached is my patch that adds DROP CONSTRAINT support to PostgreSQL. IBruce Momjian
2001-05-27Make UPDATE and DELETE privileges distinct. Add REFERENCES and TRIGGERPeter Eisentraut
2001-05-21Enhancement of SPI to get access to portalsJan Wieck
2001-05-09 This patch should catch cases where the typesBruce Momjian