summaryrefslogtreecommitdiff
path: root/src/backend/tcop/utility.c
Commit message (Expand)AuthorAgeFilesLines
* This patch implement the TODO [ALTER DATABASE foo OWNER TO bar].Bruce Momjian2004-05-261-1/+13
* Reimplement the linked list data structure used throughout the backend.Neil Conway2004-05-261-11/+11
* Refactor CheckDropPermissions() to move some initialization code forNeil Conway2004-05-071-12/+30
* ALTER TABLE rewrite. New cool stuff:Tom Lane2004-05-051-123/+8
* This patch makes the EXECUTE command's completion tag return theBruce Momjian2004-04-221-2/+2
* Fix for BEGIN with ISOLATION/READONLY clauses.Bruce Momjian2004-04-191-9/+6
* Upgrade ALTER TABLE DROP COLUMN so that it can drop an OID column, andTom Lane2004-03-231-3/+4
* Restructure smgr API as per recent proposal. smgr no longer depends onTom Lane2004-02-101-1/+2
* $Header: -> $PostgreSQL Changes ...PostgreSQL Daemon2003-11-291-1/+1
* Change some notices to warnings and vice versa according to criteriaPeter Eisentraut2003-10-021-2/+2
* Repair some REINDEX problems per recent discussions. The relcache isTom Lane2003-09-241-3/+1
* Some "feature not supported" errors are better syntax errors, because thePeter Eisentraut2003-09-091-4/+4
* Update copyrights to 2003.Bruce Momjian2003-08-041-2/+2
* pgindent run.Bruce Momjian2003-08-041-69/+76
* Adjust 'permission denied' messages to be more useful and consistent.Tom Lane2003-08-011-8/+10
* Error message editing in backend/libpq, backend/postmaster, backend/tcop.Tom Lane2003-07-221-55/+103
* First batch of object rename commands.Peter Eisentraut2003-06-271-95/+78
* Add display of eventual result RowDescription (if any) to the outputTom Lane2003-05-061-20/+3
* Restructure command destination handling so that we pass aroundTom Lane2003-05-061-4/+136
* Portal and memory management infrastructure for extended query protocol.Tom Lane2003-05-021-1/+384
* Add ALTER TABLE <tablename> CLUSTER ON <indexname>Bruce Momjian2003-03-201-1/+4
* Todo items:Bruce Momjian2003-03-201-1/+6
* Implement SQL92-compatible FIRST, LAST, ABSOLUTE n, RELATIVE n optionsTom Lane2003-03-111-10/+3
* Restructure parsetree representation of DECLARE CURSOR: now it's aTom Lane2003-03-101-3/+7
* Allow PQcmdTuples to return row counts for MOVE and FETCH.Bruce Momjian2003-02-191-2/+2
* Code for WITHOUT OIDS.Bruce Momjian2003-02-131-2/+7
* Get rid of last few vestiges of parsetree dependency on grammar tokenTom Lane2003-02-101-27/+19
* Get rid of last few unadorned 'permission denied' messages.Tom Lane2003-01-271-2/+2
* Read-only transactions, as defined in SQL.Peter Eisentraut2003-01-101-10/+115
* ALTER DOMAIN OWNER, from Rod Taylor.Tom Lane2003-01-061-5/+15
* Code review for CLUSTER ALL patch. Fix bogus locking, incorrect transactionTom Lane2002-12-301-11/+3
* Cause FETCH 1 to return the current cursor row, or zero if atBruce Momjian2002-12-301-2/+2
* Re-addd Rod's ALTER DOMAIN patch.Bruce Momjian2002-12-061-1/+45
* Back out ALTER DOMAIN patch until missing file appears.Bruce Momjian2002-12-061-45/+1
* ALTER DOMAIN .. SET / DROP NOT NULLBruce Momjian2002-12-061-1/+45
* New version attached. The following is implemented:Bruce Momjian2002-11-151-6/+3
* Make MOVE/FETCH 0 actually move/fetch 0. Add MOVE LAST to move to endBruce Momjian2002-11-131-3/+2
* 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