aboutsummaryrefslogtreecommitdiff
path: root/src/include/commands
Commit message (Expand)AuthorAge
* PREPARE/EXECUTE statements. Patch by Neil Conway, some kibitzingTom Lane2002-08-27
* Tom Lane wrote:Bruce Momjian2002-08-15
* Update with newer version of CLUSTER patch posted August 8.Bruce Momjian2002-08-10
* has_table_privilege spawns scions has_database_privilege, has_function_privil...Tom Lane2002-08-09
* Instead of having a configure-time DEFAULT_ATTSTATTARGET, store -1 inTom Lane2002-07-31
* Implement CREATE/DROP OPERATOR CLASS. Work still remains: need moreTom Lane2002-07-29
* Implement DROP CONVERSIONTatsuo Ishii2002-07-25
* pg_cast table, and standards-compliant CREATE/DROP CAST commands, plusPeter Eisentraut2002-07-18
* Implement DROP SCHEMA. It lacks support for dropping conversions andTom Lane2002-07-18
* Second phase of committing Rod Taylor's pg_depend/pg_constraint patch.Tom Lane2002-07-12
* Add new CREATE CONVERSION/DROP CONVERSION command.Tatsuo Ishii2002-07-11
* First phase of applying Rod Taylor's pg_depend patch. This just addsTom Lane2002-07-01
* Update copyright to 2002.Bruce Momjian2002-06-20
* Improve COPY syntax to use WITH clause, keep backward compatibility.Bruce Momjian2002-06-20
* Change CREATE DATABASE to use DefElem instead of constructing structureBruce Momjian2002-06-18
* Modify sequence state storage to eliminate dangling-pointer problemTom Lane2002-05-22
* Extend syntax of CREATE FUNCTION to resemble SQL99.Peter Eisentraut2002-05-17
* Merge the last few variable.c configuration variables into the genericTom Lane2002-05-17
* Code review for ALTER TRIGGER RENAME patch: make better use of index,Tom Lane2002-04-30
* Move renametrig() from tablecmds.c to trigger.c --- if we're going toTom Lane2002-04-26
* Attached is a patch for ALTER TRIGGER RENAME per the above thread. IBruce Momjian2002-04-24
* Operators live in namespaces. CREATE/DROP/COMMENT ON OPERATOR takeTom Lane2002-04-16
* The contents of command.c, creatinh.c, define.c, remove.c and rename.cTom Lane2002-04-15
* Functions live in namespaces. Qualified function names work, egTom Lane2002-04-09
* Authentication improvements:Bruce Momjian2002-04-04
* Add tgconstrrelid to stored Trigger structures, make RI trigger functionsTom Lane2002-04-01
* ALTER TABLE SET/DROP NOT NULL, from Christopher Kings-Lynne.Tom Lane2002-04-01
* Make renamerel take an OID, not a RangeVar, to identify the relationTom Lane2002-03-31
* Mop-up some infelicities in new relation lookup handling.Tom Lane2002-03-29
* pg_type has a typnamespace column; system now supports creating typesTom Lane2002-03-29
* pg_class has a relnamespace column. You can create and access tablesTom Lane2002-03-26
* EXPLAIN output now comes out as a query result, not a NOTICE message.Tom Lane2002-03-24
* A little further progress on schemas: push down RangeVars intoTom Lane2002-03-22
* First phase of SCHEMA changes, concentrating on fixing the grammar andTom Lane2002-03-21
* The attached patch cleans up the implementation of the TRUNCATE command;Bruce Momjian2002-03-19
* Add DOMAIN support. Includes manual pages and regression tests, fromBruce Momjian2002-03-19
* Back out domain patch until it works properly.Bruce Momjian2002-03-07
* Ok. Updated patch attached.Bruce Momjian2002-03-06
* I attach a version of my toast-slicing patch, against current CVSBruce Momjian2002-03-05
* User and database-specific session defaults for run-time configurationPeter Eisentraut2002-03-01
* Restructure command-completion-report code so that there is just oneTom Lane2002-02-26
* Add OWNER option to CREATE DATABASE, so superusers can create databasesTom Lane2002-02-24
* Remove 'triggered data change violation' error check, per recentTom Lane2001-11-16
* Make ALTER TABLE RENAME update foreign-key trigger arguments correctly.Tom Lane2001-11-12
* New pgindent run with fixes suggested by Tom. Patch manually reviewed,Bruce Momjian2001-11-05
* Another pgindent run. Fixes enum indenting, and improves #endifBruce Momjian2001-10-28
* pgindent run on all C files. Java run to follow. initdb/regressionBruce Momjian2001-10-25
* Accept an INTERVAL argument for SET TIME ZONE per SQL99.Thomas G. Lockhart2001-10-18
* Break transformCreateStmt() into multiple routines and makeTom Lane2001-10-12
* EXPLAIN ANALYZE feature to measure and show actual runtimes and tupleTom Lane2001-09-18