]> granicus.if.org Git - postgresql/history - src/include/commands
Allow ALTER TABLE ... ALTER CONSTRAINT ... RENAME
[postgresql] / src / include / commands /
2006-02-10 Tom LaneChange search for default operator classes so that...
2006-01-08 Neil ConwayAdd a new system view, pg_prepared_statements, that...
2005-12-14 Tom LaneDefend against crash while processing Describe Statemen...
2005-11-29 Tom LaneFix EXPLAIN and EXECUTE commands to pass portal paramet...
2005-11-22 Bruce MomjianRe-run pgindent, fixing a problem where comment lines...
2005-11-22 Andrew Dunstan DROP DATABASE IF EXISTS variant
2005-11-21 Alvaro HerreraImplement DROP OWNED and REASSIGN OWNED. These new...
2005-11-19 Andrew DunstanDROP objecttype IF EXISTS for the following objects:
2005-10-15 Bruce MomjianStandard pgindent run for 8.1.
2005-10-06 Neil ConwayMinor API cleanup for async notifications: we can only...
2005-10-03 Tom LaneSeparate out the VacRUsage stuff as an independent...
2005-10-02 Tom LaneChange nextval and other sequence functions to specify...
2005-09-08 Tom LaneCreate the pg_pltemplate system catalog to hold templat...
2005-08-23 Tom LaneAdd ALTER TABLE ENABLE/DISABLE TRIGGER commands. Chang...
2005-08-04 Tom LaneALTER TABLE OWNER must change the ownership of the...
2005-08-01 Tom LaneAdd ALTER object SET SCHEMA capability for a limited...
2005-07-31 Tom LaneAdd per-user and per-database connection limit options.
2005-07-25 Tom LaneAdd SET ROLE. This is a partial commit of Stephen...
2005-07-14 Tom LaneIntegrate autovacuum functionality into the backend...
2005-07-08 Neil ConwayRemove some dead code for handling XLOG_DBASE_CREATE_OL...
2005-06-28 Tom LaneReplace pg_shadow and pg_group by new role-capable...
2005-06-22 Tom LaneMake REINDEX DATABASE do what one would expect, namely...
2005-06-22 Tom LaneFix the mechanism for reporting the original table...
2005-06-17 Tom LaneTwo-phase commit. Original patch by Heikki Linnakangas...
2005-06-07 Neil ConwayAdd a function lastval(), which returns the value retur...
2005-06-06 Tom LaneRemove the mostly-stubbed-out-anyway support routines...
2005-05-30 Neil ConwayWhen enqueueing after-row triggers for updates of a...
2005-05-10 Bruce MomjianReport index name on CLUSTER failure. Also, suggest...
2005-04-14 Tom LaneFirst phase of project to use fixed OIDs for all system...
2005-04-11 Tom LaneFix interaction between materializing holdable cursors...
2005-03-25 Tom LaneImprove EXPLAIN ANALYZE to show the time spent in each...
2005-03-23 Tom LaneWAL must log CREATE and DROP DATABASE operations *witho...
2005-03-14 Neil ConwayAllow ALTER FUNCTION to change a function's strictness...
2005-02-20 Tom LaneAdd code to prevent transaction ID wraparound by enforc...
2005-02-02 Neil ConwayAdd support for temporary views, including documentatio...
2005-01-27 Tom LaneGeneralize TRUNCATE to support truncating multiple...
2005-01-01 Bruce MomjianUpdate copyrights that were missed.
2004-12-31 PostgreSQL DaemonTag appropriate files for rc3
2004-11-05 Tom LaneCreate 'default_tablespace' GUC variable that supplies...
2004-10-30 Tom LaneI found a corner case in which it is possible for RI_FK...
2004-10-17 Tom LaneGive a more user-friendly error message in situation...
2004-09-30 Tom LaneAdjust index locking rules as per my proposal of earlie...
2004-09-16 Tom LaneRestructure subtransaction handling to reduce resource...
2004-09-10 Tom LaneFire non-deferred AFTER triggers immediately upon query...
2004-08-30 Bruce MomjianAnother pgindent run with lib typedefs added.
2004-08-29 Tom LaneAdd WAL logging for CREATE/DROP DATABASE and CREATE...
2004-08-29 Bruce MomjianPgindent run for 8.0.
2004-08-29 Bruce MomjianUpdate copyright to 2004.
2004-08-17 Bruce MomjianAdd DLLIMPORT for PostGIS.
2004-08-02 Tom LaneAllow DECLARE CURSOR to take parameters from the portal...
2004-07-28 Tom LaneFix subtransaction behavior for large objects, temp...
2004-07-17 Tom LaneInvent ResourceOwner mechanism as per my recent proposa...
2004-07-11 Tom LaneALTER TABLE SET TABLESPACE. Gavin Sherry, some rework...
2004-07-11 Tom LaneMove TablespaceCreateDbspace() call into smgrcreate...
2004-07-01 Tom LaneNested transactions. There is still much left to do...
2004-06-25 Tom LaneSupport renaming of tablespaces, and changing the owners of
2004-06-18 Tom LaneTablespaces. Alternate database locations are dead...
2004-06-10 Tom LaneClean up generation of default names for constraints...
2004-06-03 Tom LaneAdjust our timezone library to use pg_time_t (typedef...
2004-05-26 Bruce MomjianThis patch implement the TODO [ALTER DATABASE foo OWNER...
2004-05-23 Tom LaneHandle impending sinval queue overflow by means of...
2004-05-21 Tom LaneProbably need sys/time.h here too to be safe.
2004-05-21 Tom LaneIntegrate src/timezone library for all platforms. ...
2004-05-14 Tom LaneTighten parsing of boolean options to CREATE TYPE and...
2004-05-08 Tom LaneGet rid of cluster.c's apparatus for rebuilding a relat...
2004-05-06 Tom LaneMake ALTER COLUMN TYPE preserve clustered status for...
2004-05-05 Tom LaneALTER TABLE rewrite. New cool stuff:
2004-04-22 Bruce MomjianThis patch makes the EXECUTE command's completion tag...
2004-03-23 Tom LaneUpgrade ALTER TABLE DROP COLUMN so that it can drop...
2004-02-21 Tom LaneImplement a solution to the 'Turkish locale downcases...
2004-02-15 Tom LaneFirst steps towards statistics on expressional (nee...
2004-02-13 Tom LaneAfter further thought about support for gathering stats...
2004-02-12 Tom LaneAdd hooks for type-specific calculation of ANALYZE...
2004-02-10 Tom LaneCentralize implementation of delay code by creating...
2004-01-19 Tom LaneRepair problem identified by Olivier Prenant: ALTER...
2003-11-29 PostgreSQL Daemonmake sure the $Id tags are converted to $PostgreSQL...
2003-11-09 Tom LaneAdd operator strategy and comparison-value datatype...
2003-10-06 Tom LaneDuring ALTER TABLE ADD FOREIGN KEY, try to check the...
2003-08-08 Bruce MomjianAnother pgindent run with updated typedefs.
2003-08-04 Tom LaneFix some copyright notices that weren't updated. Impro...
2003-08-04 Bruce MomjianUpdate copyrights to 2003.
2003-08-04 Bruce Momjianpgindent run.
2003-07-15 Tom LaneCause SHOW DATESTYLE to produce a string that will...
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...
next