summaryrefslogtreecommitdiff
path: root/src/backend/tcop/utility.c
Commit message (Expand)AuthorAgeFilesLines
* Fix ALTER TABLE ... ADD COLUMN for inheritance cases.Bruce Momjian2002-10-211-2/+1
* Move responsibility for setting QuerySnapshot for utility statementsTom Lane2002-10-081-9/+2
* Ensure that before truncating CLOG, we force a checkpoint even if noTom Lane2002-09-261-6/+4
* pgindent run.Bruce Momjian2002-09-041-69/+85
* CREATE OR REPLACE VIEW, CREATE OR REPLACE RULE.Tom Lane2002-09-021-2/+2
* Add attisinherited column to pg_attribute; use it to guard againstTom Lane2002-08-301-4/+6
* Code review for standalone composite types, query-specified compositeTom Lane2002-08-291-7/+2
* PREPARE/EXECUTE statements. Patch by Neil Conway, some kibitzingTom Lane2002-08-271-9/+16
* [ Newest version of patch applied.]Bruce Momjian2002-08-171-3/+2
* Improve documentation of trigger firing queue handling, cleanup.Bruce Momjian2002-08-171-4/+3
* Tom Lane wrote:Bruce Momjian2002-08-151-1/+15
* Fix permission checking for temp-table namespace.Tom Lane2002-08-071-15/+10
* The attached patch implements START TRANSACTION, per SQL99. TheBruce Momjian2002-08-041-1/+23
* The attached patch removes the last remnants of support forBruce Momjian2002-07-301-12/+1
* Implement CREATE/DROP OPERATOR CLASS. Work still remains: need moreTom Lane2002-07-291-1/+9
* Implement DROP CONVERSIONTatsuo Ishii2002-07-251-3/+2
* pg_cast table, and standards-compliant CREATE/DROP CAST commands, plusPeter Eisentraut2002-07-181-1/+9
* Implement DROP SCHEMA. It lacks support for dropping conversions andTom Lane2002-07-181-11/+10
* Second phase of committing Rod Taylor's pg_depend/pg_constraint patch.Tom Lane2002-07-121-14/+9
* Add new CREATE CONVERSION/DROP CONVERSION command.Tatsuo Ishii2002-07-111-1/+13
* First phase of applying Rod Taylor's pg_depend patch. This just addsTom Lane2002-07-011-18/+9
* Update copyright to 2002.Bruce Momjian2002-06-201-2/+2
* Improve COPY syntax to use WITH clause, keep backward compatibility.Bruce Momjian2002-06-201-15/+3
* Change CREATE DATABASE to use DefElem instead of constructing structureBruce Momjian2002-06-181-5/+2
* Remove SetQuerySnapshot() from FETCH processing. No longer necessaryTom Lane2002-05-211-3/+1
* 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