]> granicus.if.org Git - postgresql/history - src/backend/tcop/utility.c
This patch implement the TODO [ALTER DATABASE foo OWNER TO bar].
[postgresql] / src / backend / tcop / utility.c
2004-05-26 Bruce MomjianThis patch implement the TODO [ALTER DATABASE foo OWNER...
2004-05-26 Neil ConwayReimplement the linked list data structure used through...
2004-05-07 Neil ConwayRefactor CheckDropPermissions() to move some initializa...
2004-05-05 Tom LaneALTER TABLE rewrite. New cool stuff:
2004-04-22 Bruce MomjianThis patch makes the EXECUTE command's completion tag...
2004-04-19 Bruce MomjianFix for BEGIN with ISOLATION/READONLY clauses.
2004-03-23 Tom LaneUpgrade ALTER TABLE DROP COLUMN so that it can drop...
2004-02-10 Tom LaneRestructure smgr API as per recent proposal. smgr...
2003-11-29 PostgreSQL Daemon$Header: -> $PostgreSQL Changes ...
2003-10-02 Peter EisentrautChange some notices to warnings and vice versa accordin...
2003-09-24 Tom LaneRepair some REINDEX problems per recent discussions...
2003-09-09 Peter EisentrautSome "feature not supported" errors are better syntax...
2003-08-04 Bruce MomjianUpdate copyrights to 2003.
2003-08-04 Bruce Momjianpgindent run.
2003-08-01 Tom LaneAdjust 'permission denied' messages to be more useful...
2003-07-22 Tom LaneError message editing in backend/libpq, backend/postmas...
2003-06-27 Peter EisentrautFirst batch of object rename commands.
2003-05-06 Tom LaneAdd display of eventual result RowDescription (if any...
2003-05-06 Tom LaneRestructure command destination handling so that we...
2003-05-02 Tom LanePortal and memory management infrastructure for extende...
2003-03-20 Bruce MomjianAdd ALTER TABLE <tablename> CLUSTER ON <indexname>
2003-03-20 Bruce MomjianTodo items:
2003-03-11 Tom LaneImplement SQL92-compatible FIRST, LAST, ABSOLUTE n...
2003-03-10 Tom LaneRestructure parsetree representation of DECLARE CURSOR...
2003-02-19 Bruce MomjianAllow PQcmdTuples to return row counts for MOVE and...
2003-02-13 Bruce MomjianCode for WITHOUT OIDS.
2003-02-10 Tom LaneGet rid of last few vestiges of parsetree dependency...
2003-01-27 Tom LaneGet rid of last few unadorned 'permission denied' messages.
2003-01-10 Peter EisentrautRead-only transactions, as defined in SQL.
2003-01-06 Tom LaneALTER DOMAIN OWNER, from Rod Taylor.
2002-12-30 Tom LaneCode review for CLUSTER ALL patch. Fix bogus locking...
2002-12-30 Bruce MomjianCause FETCH 1 to return the current cursor row, or...
2002-12-06 Bruce MomjianRe-addd Rod's ALTER DOMAIN patch.
2002-12-06 Bruce MomjianBack out ALTER DOMAIN patch until missing file appears.
2002-12-06 Bruce MomjianALTER DOMAIN .. SET / DROP NOT NULL
2002-11-15 Bruce MomjianNew version attached. The following is implemented:
2002-11-13 Bruce MomjianMake MOVE/FETCH 0 actually move/fetch 0. Add MOVE...
2002-10-21 Bruce MomjianFix ALTER TABLE ... ADD COLUMN for inheritance cases.
2002-10-08 Tom LaneMove responsibility for setting QuerySnapshot for utili...
2002-09-26 Tom LaneEnsure that before truncating CLOG, we force a checkpoi...
2002-09-04 Bruce Momjianpgindent run.
2002-09-02 Tom LaneCREATE OR REPLACE VIEW, CREATE OR REPLACE RULE.
2002-08-30 Tom LaneAdd attisinherited column to pg_attribute; use it to...
2002-08-29 Tom LaneCode review for standalone composite types, query-speci...
2002-08-27 Tom LanePREPARE/EXECUTE statements. Patch by Neil Conway,...
2002-08-17 Bruce Momjian[ Newest version of patch applied.]
2002-08-17 Bruce MomjianImprove documentation of trigger firing queue handling...
2002-08-15 Bruce MomjianTom Lane wrote:
2002-08-07 Tom LaneFix permission checking for temp-table namespace.
2002-08-04 Bruce MomjianThe attached patch implements START TRANSACTION, per...
2002-07-30 Bruce MomjianThe attached patch removes the last remnants of support for
2002-07-29 Tom LaneImplement CREATE/DROP OPERATOR CLASS. Work still remai...
2002-07-25 Tatsuo IshiiImplement DROP CONVERSION
2002-07-18 Peter Eisentrautpg_cast table, and standards-compliant CREATE/DROP...
2002-07-18 Tom LaneImplement DROP SCHEMA. It lacks support for dropping...
2002-07-12 Tom LaneSecond phase of committing Rod Taylor's pg_depend/pg_co...
2002-07-11 Tatsuo IshiiAdd new CREATE CONVERSION/DROP CONVERSION command.
2002-07-01 Tom LaneFirst phase of applying Rod Taylor's pg_depend patch...
2002-06-20 Bruce MomjianUpdate copyright to 2002.
2002-06-20 Bruce MomjianImprove COPY syntax to use WITH clause, keep backward...
2002-06-18 Bruce MomjianChange CREATE DATABASE to use DefElem instead of constr...
2002-05-21 Tom LaneRemove SetQuerySnapshot() from FETCH processing. No...
2002-05-17 Peter EisentrautExtend syntax of CREATE FUNCTION to resemble SQL99.
2002-05-17 Tom LaneMerge the last few variable.c configuration variables...
2002-04-30 Tom LaneClean up loose ends remaining from schema privileges...
2002-04-27 Tom LaneRestructure aclcheck error reporting to make permission...
2002-04-24 Bruce MomjianAttached is a patch for ALTER TRIGGER RENAME per the...
2002-04-18 Tom LaneRule names are now unique per-relation, rather than...
2002-04-15 Tom LaneThe contents of command.c, creatinh.c, define.c, remove...
2002-04-12 Tom LaneChecking to decide whether relations are system relatio...
2002-04-12 Bruce MomjianUpdate new Russian FAQ.
2002-04-09 Tom LaneFunctions live in namespaces. Qualified function names...
2002-04-01 Tom LaneALTER TABLE SET/DROP NOT NULL, from Christopher Kings...
2002-03-31 Tom LaneMake renamerel take an OID, not a RangeVar, to identify...
2002-03-31 Tom LaneReimplement temp tables using schemas. The temp table...
2002-03-29 Tom LaneMop-up some infelicities in new relation lookup handling.
2002-03-29 Tom Lanepg_type has a typnamespace column; system now supports...
2002-03-26 Tom Lanepg_class has a relnamespace column. You can create...
2002-03-24 Tom LaneEXPLAIN output now comes out as a query result, not...
2002-03-22 Tom LaneA little further progress on schemas: push down RangeVa...
2002-03-21 Tom LaneChange the aclchk.c routines to uniformly use OIDs...
2002-03-21 Tom LaneFirst phase of SCHEMA changes, concentrating on fixing...
2002-03-20 Tom LaneCode review for DOMAIN patch.
2002-03-19 Bruce MomjianThe attached patch cleans up the implementation of...
2002-03-19 Bruce MomjianAdd DOMAIN support. Includes manual pages and regressi...
2002-03-07 Bruce MomjianBack out domain patch until it works properly.
2002-03-06 Bruce MomjianFix syntax error introduced by patch.
2002-03-06 Bruce MomjianOk. Updated patch attached.
2002-03-05 Bruce MomjianI attach a version of my toast-slicing patch, against...
2002-03-01 Peter EisentrautUser and database-specific session defaults for run...
2002-02-26 Tom LaneRestructure command-completion-report code so that...
2002-02-24 Tom LaneAdd OWNER option to CREATE DATABASE, so superusers...
2002-02-07 Hiroshi InoueRemoved a check for REINDEX TABLE.
2002-01-03 Tom LaneRequire ownership permission for CREATE INDEX, per...
2001-11-20 Tom LaneSome minor tweaks of REINDEX processing: grab exclusive... REL7_2_BETA3
2001-10-25 Bruce Momjianpgindent run on all C files. Java run to follow. ...
2001-10-18 Thomas G. LockhartAccept an INTERVAL argument for SET TIME ZONE per SQL99.
2001-10-12 Tom LaneBreak transformCreateStmt() into multiple routines...
2001-10-09 Tom LaneFix typo in error message. Noted by laser@zhengmai...
2001-09-18 Tom LaneEXPLAIN ANALYZE feature to measure and show actual...
next