]> granicus.if.org Git - postgresql/history - src/include/commands
Allow ALTER TABLE ... ALTER CONSTRAINT ... RENAME
[postgresql] / src / include / commands /
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...
2001-06-27 Tom LaneInstall infrastructure for shared-memory free space...
2001-06-08 Peter EisentrautPreliminary code cleanup in elog(). Split out some...
2001-06-01 Tom LaneClean up some minor problems exposed by further thought...
2001-05-07 Tom LaneRewrite of planner statistics-gathering code. ANALYZE...
2001-03-22 Bruce Momjianpgindent run. Make it all clean.
2001-03-14 Tom LaneReduce amount of memory used per tuple for after-event...
2001-01-24 Bruce MomjianChange Copyright from PostgreSQL, Inc to PostgreSQL...
2001-01-23 Bruce MomjianRename int4 to int32 in a few places.
2001-01-22 Tom LaneClean up per-tuple memory leaks in trigger firing and...
2000-12-28 Vadim B. MikheevNew WAL version - CRC and data blocks backup.
2000-12-18 Tom LaneClean up backend-exit-time cleanup behavior. Use on_sh...
2000-12-15 Tom LaneRemove a few remaining vestiges of elog(WARN).
2000-11-30 Vadim B. MikheevXLOG stuff for sequences.
2000-11-14 Tom LaneExtend CREATE DATABASE to allow selection of a template...
2000-10-26 Tom LaneFix breakage I introduced yesterday in MULTIBYTE compil...
2000-10-11 Philip WarnerAdded new SQL function setval(seq,val,bool) to restore...
2000-10-07 Tom LaneArrange that no database accesses are attempted during...
next