]> granicus.if.org Git - postgresql/history - src/include/commands
Add --help-config facility to dump information about GUC parameters
[postgresql] / src / include / commands /
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-05 Tom LaneExtended query protocol: parse, bind, execute, describe...
2003-05-02 Tom LanePortal and memory management infrastructure for extende...
2003-04-29 Tom LaneCode review for holdable-cursors patch. Fix error...
2003-04-25 Tom LaneIn the continuing saga of FE/BE protocol revisions...
2003-04-24 Tom LaneInfrastructure for upgraded error reporting mechanism...
2003-03-27 Tom LaneGetTupleForTrigger must use outer transaction's command...
2003-03-20 Bruce MomjianAdd ALTER TABLE <tablename> CLUSTER ON <indexname>
2003-03-20 Bruce MomjianTodo items:
2003-03-20 Bruce Momjian> > - Move SEQ_MAXVALUE, SEQ_MINVALUE definitions to...
2003-03-11 Tom LaneImplement SQL92-compatible FIRST, LAST, ABSOLUTE n...
2003-03-10 Tom LaneThis patch fixes a bunch of spelling mistakes in commen...
2003-03-10 Tom LaneRestructure parsetree representation of DECLARE CURSOR...
2003-02-13 Bruce MomjianCode for WITHOUT OIDS.
2003-02-03 Tom LaneDetermine the set of constraints applied to a domain...
2003-02-02 Tom LaneImplement EXPLAIN EXECUTE. By Neil Conway, with some...
2003-01-09 Tom LaneMove new typedef AclId into c.h, so as to avoid clutter...
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-10 Tom LaneIf typecmds is going to have its own header file, said...
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-23 Bruce MomjianTransaction safe Truncate
2002-11-23 Bruce MomjianThis patch implements FOR EACH STATEMENT triggers,...
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-11-11 Tom LaneCode review for ON COMMIT patch. Make the actual on...
2002-11-09 Bruce MomjianAdd code to handle [ON COMMIT { PRESERVE ROWS | DELETE...
2002-10-21 Bruce MomjianFix ALTER TABLE ... ADD COLUMN for inheritance cases.
2002-10-21 Tom LaneMake CREATE/ALTER/DROP USER/GROUP transaction-safe...
2002-10-14 Tom LaneArrange to copy relcache's trigdesc structure at the...
2002-09-21 Tom LaneProvide an upgrade strategy for dump files containing...
2002-09-05 Tom LaneBe careful to include postgres.h *before* any system...
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-27 Tom LanePREPARE/EXECUTE statements. Patch by Neil Conway,...
2002-08-15 Bruce MomjianTom Lane wrote:
2002-08-10 Bruce MomjianUpdate with newer version of CLUSTER patch posted August 8.
2002-08-09 Tom Lanehas_table_privilege spawns scions has_database_privileg...
2002-07-31 Tom LaneInstead of having a configure-time DEFAULT_ATTSTATTARGE...
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-22 Tom LaneModify sequence state storage to eliminate dangling...
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 LaneCode review for ALTER TRIGGER RENAME patch: make better...
2002-04-26 Tom LaneMove renametrig() from tablecmds.c to trigger.c --...
2002-04-24 Bruce MomjianAttached is a patch for ALTER TRIGGER RENAME per the...
2002-04-16 Tom LaneOperators live in namespaces. CREATE/DROP/COMMENT...
2002-04-15 Tom LaneThe contents of command.c, creatinh.c, define.c, remove...
2002-04-09 Tom LaneFunctions live in namespaces. Qualified function names...
2002-04-04 Bruce MomjianAuthentication improvements:
2002-04-01 Tom LaneAdd tgconstrrelid to stored Trigger structures, make...
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-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 LaneFirst phase of SCHEMA changes, concentrating on fixing...
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 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...
2001-11-16 Tom LaneRemove 'triggered data change violation' error check...
2001-11-12 Tom LaneMake ALTER TABLE RENAME update foreign-key trigger...
2001-11-05 Bruce MomjianNew pgindent run with fixes suggested by Tom. Patch...
2001-10-28 Bruce MomjianAnother pgindent run. Fixes enum indenting, and improv...
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-09-18 Tom LaneEXPLAIN ANALYZE feature to measure and show actual...
2001-09-08 Tom LaneClean up some confusion about where and how to set...
2001-08-26 Tom LaneTransaction IDs wrap around, per my proposal of 13...
2001-08-21 Tom LaneRestructure pg_opclass, pg_amop, and pg_amproc per...
2001-08-16 Tom LaneSequences are now based on int8, not int4, arithmetic...
2001-08-12 Tom LaneMake ALTER TABLE RENAME on a view rename the view's...
2001-08-10 Tom LaneMake OIDs optional, per discussions in pghackers. ...
2001-07-18 Tom LaneNew-style vacuum neglected to update pg_class statistic...
2001-07-16 Tom LanePartial indexes work again, courtesy of Martijn van...
2001-07-13 Tom LaneInitial implementation of concurrent VACUUM. Ifdef...
2001-07-12 Tom LaneCreate a new HeapTupleSatisfiesVacuum() routine in...
next