summaryrefslogtreecommitdiff
path: root/src/backend/tcop/utility.c
Commit message (Expand)AuthorAgeFilesLines
* Extend syntax of CREATE FUNCTION to resemble SQL99.Peter Eisentraut2002-05-171-3/+3
* Merge the last few variable.c configuration variables into the genericTom Lane2002-05-171-3/+3
* Clean up loose ends remaining from schema privileges discussion.Tom Lane2002-04-301-21/+47
* Restructure aclcheck error reporting to make permission-failureTom Lane2002-04-271-6/+6
* Attached is a patch for ALTER TRIGGER RENAME per the above thread. IBruce Momjian2002-04-241-16/+23
* Rule names are now unique per-relation, rather than unique globally.Tom Lane2002-04-181-10/+17
* The contents of command.c, creatinh.c, define.c, remove.c and rename.cTom Lane2002-04-151-4/+5
* Checking to decide whether relations are system relations now dependsTom Lane2002-04-121-16/+4
* Update new Russian FAQ.Bruce Momjian2002-04-121-6/+6
* Functions live in namespaces. Qualified function names work, egTom Lane2002-04-091-7/+2
* ALTER TABLE SET/DROP NOT NULL, from Christopher Kings-Lynne.Tom Lane2002-04-011-1/+11
* Make renamerel take an OID, not a RangeVar, to identify the relationTom Lane2002-03-311-16/+4
* Reimplement temp tables using schemas. The temp table map is history;Tom Lane2002-03-311-4/+2
* Mop-up some infelicities in new relation lookup handling.Tom Lane2002-03-291-3/+7
* pg_type has a typnamespace column; system now supports creating typesTom Lane2002-03-291-53/+74
* pg_class has a relnamespace column. You can create and access tablesTom Lane2002-03-261-55/+63
* EXPLAIN output now comes out as a query result, not a NOTICE message.Tom Lane2002-03-241-6/+2
* A little further progress on schemas: push down RangeVars intoTom Lane2002-03-221-5/+1
* Change the aclchk.c routines to uniformly use OIDs to identify theTom Lane2002-03-211-44/+35
* First phase of SCHEMA changes, concentrating on fixing the grammar andTom Lane2002-03-211-38/+44
* Code review for DOMAIN patch.Tom Lane2002-03-201-3/+3
* The attached patch cleans up the implementation of the TRUNCATE command;Bruce Momjian2002-03-191-24/+3
* Add DOMAIN support. Includes manual pages and regression tests, fromBruce Momjian2002-03-191-1/+19
* Back out domain patch until it works properly.Bruce Momjian2002-03-071-10/+1
* Fix syntax error introduced by patch.Bruce Momjian2002-03-061-31/+1
* Ok. Updated patch attached.Bruce Momjian2002-03-061-1/+16
* I attach a version of my toast-slicing patch, against current CVSBruce Momjian2002-03-051-3/+5
* User and database-specific session defaults for run-time configurationPeter Eisentraut2002-03-011-1/+9
* Restructure command-completion-report code so that there is just oneTom Lane2002-02-261-109/+21
* Add OWNER option to CREATE DATABASE, so superusers can create databasesTom Lane2002-02-241-3/+4
* Removed a check for REINDEX TABLE.Hiroshi Inoue2002-02-071-10/+1
* Require ownership permission for CREATE INDEX, per bug report.Tom Lane2002-01-031-1/+8
* Some minor tweaks of REINDEX processing: grab exclusive lock a littleREL7_2_BETA3Tom Lane2001-11-201-2/+11
* pgindent run on all C files. Java run to follow. initdb/regressionBruce Momjian2001-10-251-5/+3
* 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
* Fix typo in error message. Noted by laser@zhengmai.com.cn.Tom Lane2001-10-091-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-2/+2
* Restructure pg_opclass, pg_amop, and pg_amproc per previous discussions inTom Lane2001-08-211-2/+1
* Partial indexes work again, courtesy of Martijn van Oosterhout.Tom Lane2001-07-161-13/+1
* Allow removal of system-named pg_* temp tables. Rename temp file/dir asBruce Momjian2001-06-181-2/+4
* Allow GRANT/REVOKE to/from more than one user per invocation. Command tagPeter Eisentraut2001-06-091-6/+6
* Remove OLD_FILE_NAMING code. No longer used.Bruce Momjian2001-05-301-13/+1
* Make UPDATE and DELETE privileges distinct. Add REFERENCES and TRIGGERPeter Eisentraut2001-05-271-3/+3
* Rewrite of planner statistics-gathering code. ANALYZE is now available asTom Lane2001-05-071-11/+18
* Remove dashes in comments that don't need them, rewrap with pgindent.Bruce Momjian2001-03-221-12/+11
* pgindent run. Make it all clean.Bruce Momjian2001-03-221-33/+34
* Add permission check for CHECKPOINT.Peter Eisentraut2001-01-271-1/+4
* Change Copyright from PostgreSQL, Inc to PostgreSQL Global Development Group.Bruce Momjian2001-01-241-2/+2