summaryrefslogtreecommitdiff
path: root/src/include/commands
AgeCommit message (Expand)Author
2002-07-12Second phase of committing Rod Taylor's pg_depend/pg_constraint patch.Tom Lane
2002-07-11Add new CREATE CONVERSION/DROP CONVERSION command.Tatsuo Ishii
2002-07-01First phase of applying Rod Taylor's pg_depend patch. This just addsTom Lane
2002-06-20Update copyright to 2002.Bruce Momjian
2002-06-20Improve COPY syntax to use WITH clause, keep backward compatibility.Bruce Momjian
2002-06-18Change CREATE DATABASE to use DefElem instead of constructing structureBruce Momjian
2002-05-22Modify sequence state storage to eliminate dangling-pointer problemTom Lane
2002-05-17Extend syntax of CREATE FUNCTION to resemble SQL99.Peter Eisentraut
2002-05-17Merge the last few variable.c configuration variables into the genericTom Lane
2002-04-30Code review for ALTER TRIGGER RENAME patch: make better use of index,Tom Lane
2002-04-26Move renametrig() from tablecmds.c to trigger.c --- if we're going toTom Lane
2002-04-24Attached is a patch for ALTER TRIGGER RENAME per the above thread. IBruce Momjian
2002-04-16Operators live in namespaces. CREATE/DROP/COMMENT ON OPERATOR takeTom Lane
2002-04-15The contents of command.c, creatinh.c, define.c, remove.c and rename.cTom Lane
2002-04-09Functions live in namespaces. Qualified function names work, egTom Lane
2002-04-04Authentication improvements:Bruce Momjian
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-31Make renamerel take an OID, not a RangeVar, to identify the relationTom Lane
2002-03-29Mop-up some infelicities in new relation lookup handling.Tom 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-24EXPLAIN output now comes out as a query result, not a NOTICE message.Tom Lane
2002-03-22A little further progress on schemas: push down RangeVars intoTom Lane
2002-03-21First phase of SCHEMA changes, concentrating on fixing the grammar andTom Lane
2002-03-19The attached patch cleans up the implementation of the TRUNCATE command;Bruce Momjian
2002-03-19Add DOMAIN support. Includes manual pages and regression tests, fromBruce Momjian
2002-03-07Back out domain patch until it works properly.Bruce Momjian
2002-03-06Ok. Updated patch attached.Bruce Momjian
2002-03-05I attach a version of my toast-slicing patch, against current CVSBruce Momjian
2002-03-01User and database-specific session defaults for run-time configurationPeter Eisentraut
2002-02-26Restructure command-completion-report code so that there is just oneTom Lane
2002-02-24Add OWNER option to CREATE DATABASE, so superusers can create databasesTom Lane
2001-11-16Remove 'triggered data change violation' error check, per recentTom Lane
2001-11-12Make ALTER TABLE RENAME update foreign-key trigger arguments correctly.Tom Lane
2001-11-05New pgindent run with fixes suggested by Tom. Patch manually reviewed,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-18Accept an INTERVAL argument for SET TIME ZONE per SQL99.Thomas G. Lockhart
2001-10-12Break transformCreateStmt() into multiple routines and makeTom Lane
2001-09-18EXPLAIN ANALYZE feature to measure and show actual runtimes and tupleTom Lane
2001-09-08Clean up some confusion about where and how to set whereToSendOutput.Tom Lane
2001-08-26Transaction IDs wrap around, per my proposal of 13-Aug-01. MoreTom Lane
2001-08-21Restructure pg_opclass, pg_amop, and pg_amproc per previous discussions inTom Lane
2001-08-16Sequences are now based on int8, not int4, arithmetic. SERIAL pseudo-typeTom Lane
2001-08-12Make ALTER TABLE RENAME on a view rename the view's on-select rule too.Tom Lane
2001-08-10Make OIDs optional, per discussions in pghackers. WITH OIDS is still theTom Lane
2001-07-18New-style vacuum neglected to update pg_class statistics about indexesTom Lane
2001-07-16Partial indexes work again, courtesy of Martijn van Oosterhout.Tom Lane
2001-07-13Initial implementation of concurrent VACUUM. Ifdef'd out for the moment,Tom Lane