summaryrefslogtreecommitdiff
path: root/src/include/commands
Commit message (Expand)AuthorAgeFilesLines
* Update copyright to 2002.Bruce Momjian2002-06-2011-22/+22
* Improve COPY syntax to use WITH clause, keep backward compatibility.Bruce Momjian2002-06-202-6/+5
* Change CREATE DATABASE to use DefElem instead of constructing structureBruce Momjian2002-06-181-4/+2
* Modify sequence state storage to eliminate dangling-pointer problemTom Lane2002-05-222-4/+4
* Extend syntax of CREATE FUNCTION to resemble SQL99.Peter Eisentraut2002-05-171-2/+2
* Merge the last few variable.c configuration variables into the genericTom Lane2002-05-171-9/+23
* Code review for ALTER TRIGGER RENAME patch: make better use of index,Tom Lane2002-04-301-2/+1
* Move renametrig() from tablecmds.c to trigger.c --- if we're going toTom Lane2002-04-262-6/+4
* Attached is a patch for ALTER TRIGGER RENAME per the above thread. IBruce Momjian2002-04-241-1/+6
* Operators live in namespaces. CREATE/DROP/COMMENT ON OPERATOR takeTom Lane2002-04-161-2/+2
* The contents of command.c, creatinh.c, define.c, remove.c and rename.cTom Lane2002-04-158-140/+172
* Functions live in namespaces. Qualified function names work, egTom Lane2002-04-092-6/+5
* Authentication improvements:Bruce Momjian2002-04-041-2/+10
* Add tgconstrrelid to stored Trigger structures, make RI trigger functionsTom Lane2002-04-011-6/+8
* ALTER TABLE SET/DROP NOT NULL, from Christopher Kings-Lynne.Tom Lane2002-04-011-1/+7
* Make renamerel take an OID, not a RangeVar, to identify the relationTom Lane2002-03-311-4/+4
* Mop-up some infelicities in new relation lookup handling.Tom Lane2002-03-291-2/+2
* pg_type has a typnamespace column; system now supports creating typesTom Lane2002-03-296-38/+37
* pg_class has a relnamespace column. You can create and access tablesTom Lane2002-03-265-15/+14
* EXPLAIN output now comes out as a query result, not a NOTICE message.Tom Lane2002-03-241-2/+2
* A little further progress on schemas: push down RangeVars intoTom Lane2002-03-221-2/+2
* First phase of SCHEMA changes, concentrating on fixing the grammar andTom Lane2002-03-211-1/+6
* The attached patch cleans up the implementation of the TRUNCATE command;Bruce Momjian2002-03-191-3/+3
* Add DOMAIN support. Includes manual pages and regression tests, fromBruce Momjian2002-03-191-1/+3
* Back out domain patch until it works properly.Bruce Momjian2002-03-071-3/+1
* Ok. Updated patch attached.Bruce Momjian2002-03-061-1/+3
* I attach a version of my toast-slicing patch, against current CVSBruce Momjian2002-03-051-3/+3
* User and database-specific session defaults for run-time configurationPeter Eisentraut2002-03-012-2/+6
* Restructure command-completion-report code so that there is just oneTom Lane2002-02-261-2/+2
* Add OWNER option to CREATE DATABASE, so superusers can create databasesTom Lane2002-02-241-3/+4
* Remove 'triggered data change violation' error check, per recentTom Lane2001-11-161-4/+1
* Make ALTER TABLE RENAME update foreign-key trigger arguments correctly.Tom Lane2001-11-121-1/+20
* New pgindent run with fixes suggested by Tom. Patch manually reviewed,Bruce Momjian2001-11-0518-34/+34
* Another pgindent run. Fixes enum indenting, and improves #endifBruce Momjian2001-10-2818-16/+34
* pgindent run on all C files. Java run to follow. initdb/regressionBruce Momjian2001-10-2518-60/+42
* Accept an INTERVAL argument for SET TIME ZONE per SQL99.Thomas G. Lockhart2001-10-181-2/+2
* Break transformCreateStmt() into multiple routines and makeTom Lane2001-10-121-2/+2
* EXPLAIN ANALYZE feature to measure and show actual runtimes and tupleTom Lane2001-09-181-2/+2
* Clean up some confusion about where and how to set whereToSendOutput.Tom Lane2001-09-081-3/+2
* Transaction IDs wrap around, per my proposal of 13-Aug-01. MoreTom Lane2001-08-261-1/+4
* Restructure pg_opclass, pg_amop, and pg_amproc per previous discussions inTom Lane2001-08-211-2/+1
* Sequences are now based on int8, not int4, arithmetic. SERIAL pseudo-typeTom Lane2001-08-161-2/+27
* Make ALTER TABLE RENAME on a view rename the view's on-select rule too.Tom Lane2001-08-121-2/+1
* Make OIDs optional, per discussions in pghackers. WITH OIDS is still theTom Lane2001-08-101-5/+8
* New-style vacuum neglected to update pg_class statistics about indexesTom Lane2001-07-181-1/+2
* Partial indexes work again, courtesy of Martijn van Oosterhout.Tom Lane2001-07-161-5/+2
* Initial implementation of concurrent VACUUM. Ifdef'd out for the moment,Tom Lane2001-07-131-2/+8
* Create a new HeapTupleSatisfiesVacuum() routine in tqual.c that embodies theTom Lane2001-07-121-1/+21
* Install infrastructure for shared-memory free space map. Doesn't actuallyTom Lane2001-06-271-2/+5
* Preliminary code cleanup in elog(). Split out some code into utilityPeter Eisentraut2001-06-081-2/+2