OSDN Git Service

Refactor the handling of the various DropStmt variants so that when multiple
[pg-rex/syncrep.git] / src / backend / commands / tablecmds.c
2008-06-14 Tom LaneRefactor the handling of the various DropStmt variants...
2008-05-19 Tom LaneCoercion sanity check in ri_HashCompareOp failed to...
2008-05-16 Tom LaneAdd a RESTART (without parameter) option to ALTER SEQUE...
2008-05-12 Alvaro HerreraRestructure some header files a bit, in particular...
2008-05-09 Tom LaneChange the rules for inherited CHECK constraints to...
2008-04-24 Tom LaneFix ALTER TABLE ADD COLUMN ... PRIMARY KEY so that...
2008-03-31 Tom LaneFix my brain fade in TRUNCATE triggers patch: can't...
2008-03-28 Tom LaneSupport statement-level ON TRUNCATE triggers. Simon...
2008-03-27 Tom LaneReduce the need for frontend programs to include "postg...
2008-03-26 Alvaro HerreraMove the HTSU_Result enum definition into snapshot...
2008-03-26 Alvaro HerreraRename snapmgmt.c/h to snapmgr.c/h, for consistency...
2008-03-26 Alvaro HerreraSeparate snapshot management code from tuple visibility...
2008-03-25 Tom LaneSimplify and standardize conversions between TEXT datum...
2008-03-19 Tom LaneSupport ALTER TYPE RENAME. Petr Jelinek
2008-02-07 Tom LaneFix CREATE TABLE ... LIKE ... INCLUDING INDEXES to...
2008-01-30 Tom LaneAdd checks to TRUNCATE, CLUSTER, and REINDEX to prevent...
2008-01-17 Tom LaneFix ALTER INDEX RENAME so that if the index belongs...
2008-01-02 Tom LaneForbid ALTER TABLE and CLUSTER when there are pending...
2008-01-01 Bruce MomjianUpdate copyrights in source tree to 2008.
2007-12-01 Tom LaneCode review for LIKE ... INCLUDING INDEXES patch. ...
2007-11-15 Bruce Momjianpgindent run for 8.3.
2007-11-11 Tom LaneEnsure that typmod decoration on a datatype name is...
2007-10-12 Tom LaneRemove hack in pg_tablespace_aclmask() that disallowed...
2007-09-29 Tom LaneImprove consistency of the error messages generated...
2007-09-06 Tom LaneMake eval_const_expressions() preserve typmod when...
2007-08-21 Tom LaneTsearch2 functionality migrates to core. The bulk...
2007-07-17 Neil ConwayImplement CREATE TABLE LIKE ... INCLUDING INDEXES....
2007-07-03 Neil ConwayAdd ALTER VIEW ... RENAME TO, and a RENAME TO clause...
2007-06-23 Tom LaneSeparate parse-analysis for utility commands out of...
2007-06-03 Peter EisentrautClarify some error messages about duplicate things.
2007-06-03 Tom LaneCreate a GUC parameter temp_tablespaces that allows...
2007-05-18 Alvaro HerreraHave CLUSTER advance the table's relfrozenxid. The...
2007-05-16 Alvaro HerreraHave TRUNCATE advance the affected table's relfrozenxid...
2007-05-14 Tom LaneGet rid of the pg_shdepend entry for a TOAST table...
2007-05-12 Tom LaneFix the problem that creating a user-defined type named...
2007-05-11 Tom LaneFix my oversight in enabling domains-of-domains: ALTER...
2007-05-11 Tom LaneSupport arrays of composite types, including the rowtyp...
2007-04-08 Tom LaneMake CLUSTER MVCC-safe. Heikki Linnakangas
2007-03-19 Jan WieckChanges pg_trigger and extend pg_rewrite in order to...
2007-03-13 Tom LaneFirst phase of plan-invalidation project: create a...
2007-03-06 Bruce MomjianRevert temp_tablespaces because of coding problems...
2007-02-16 Tom LaneFix new RI operator selection code to do the right...
2007-02-14 Tom LaneFix up foreign-key mechanism so that there is a sound...
2007-02-02 Tom LaneRepair failure to check that a table is still compatibl...
2007-01-25 Bruce MomjianAdd GUC temp_tablespaces to provide a default location...
2007-01-25 Bruce MomjianProperly detoast access to bytea field pg_trigger.tgarg...
2007-01-05 Bruce MomjianUpdate CVS HEAD for 2007 copyright. Back branches...
2007-01-03 Tom LaneClean up smgr.c/md.c APIs as per discussion a couple...
2006-12-30 Tom LaneSupport type modifiers for user-defined types, and...
2006-12-23 Tom LaneRestructure operator classes to allow improved handling...
2006-10-13 Tom LaneCode and docs review for ALTER TABLE INHERIT/NO INHERIT...
2006-10-11 Tom LaneCode review for LIKE INCLUDING CONSTRAINTS patch -...
2006-10-06 Peter EisentrautMessage style improvements
2006-10-04 Bruce Momjianpgindent run for 8.2.
2006-09-04 Tom LaneDisallow TRUNCATE when there are any pending after...
2006-08-25 Tom LaneAdd the ability to create indexes 'concurrently', that...
2006-08-21 Tom LaneFix all known problems with pg_dump's handling of seria...
2006-08-03 Tom LaneCause ALTER TABLE to perform ALTER COLUMN DROP DEFAULT...
2006-07-31 Tom LaneChange the relation_open protocol so that we obtain...
2006-07-31 Tom LaneChange the bootstrap sequence so that toast tables...
2006-07-14 Bruce MomjianRemove 576 references of include files that were not...
2006-07-13 Bruce MomjianAllow include files to compile own their own.
2006-07-11 Bruce MomjianAlphabetically order reference to include files, "S...
2006-07-10 Tom LaneFix ALTER TABLE to check pre-existing NOT NULL constrai...
2006-07-03 Tom LaneCode review for FILLFACTOR patch. Change WITH grammar...
2006-07-02 Neil ConwayDo a pass of code review for the ALTER TABLE ADD INHERI...
2006-07-02 Bruce MomjianAdd FILLFACTOR to CREATE INDEX.
2006-07-02 Bruce MomjianALTER TABLE ... ADD/DROPS INHERIT (actually INHERIT...
2006-06-27 Bruce MomjianRevert patch, doesn't do what it should:
2006-06-27 Bruce MomjianAdd INCLUDING CONSTRAINTS to CREATE TABLE LIKE.
2006-06-27 Bruce MomjianDisallow changing/dropping default expression of a...
2006-06-16 Tom LaneFix problems with cached tuple descriptors disappearing...
2006-05-10 Tom LaneClean up code associated with updating pg_class statist...
2006-04-30 Bruce MomjianRevert patch pending more discussion:
2006-04-29 Bruce MomjianDisallow changing DEFAULT expression of a SERIAL column.
2006-03-14 Tom LaneImprove parser so that we can show an error cursor...
2006-03-05 Bruce MomjianUpdate copyright for 2006. Update scripts.
2006-03-03 Tom LaneDept. of second thoughts: rejigger the TRUNCATE .....
2006-03-03 Tom LaneAdd CASCADE option to TRUNCATE. Joachim Wieland
2006-01-30 Tom LaneFix ALTER COLUMN TYPE bug: it sometimes tried to drop...
2005-11-22 Bruce MomjianRe-run pgindent, fixing a problem where comment lines...
2005-11-21 Alvaro HerreraImplement DROP OWNED and REASSIGN OWNED. These new...
2005-10-15 Bruce MomjianStandard pgindent run for 8.1.
2005-10-03 Tom LanePreserve tuple OIDs during ATRewriteTable. Per gripe...
2005-10-02 Tom LaneChange nextval and other sequence functions to specify...
2005-09-24 Tom LaneClean up possibly-uninitialized-variable warnings repor...
2005-08-26 Tom LaneArrange for indexes and toast tables to inherit their...
2005-08-23 Tom LaneAdd ALTER TABLE ENABLE/DISABLE TRIGGER commands. Chang...
2005-08-22 Tom LaneCause ALTER INDEX OWNER to generate a warning and do...
2005-08-22 Tom LaneFix unwanted denial of ALTER OWNER rights to superusers...
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-14 Tom LaneAdjust permissions checking for ALTER OWNER commands...
2005-07-07 Tom LaneTrack dependencies on shared objects (which is to say...
2005-06-28 Tom LaneReplace pg_shadow and pg_group by new role-capable...
2005-06-06 Tom LaneModify XLogInsert API to make callers specify whether...
2005-06-05 Tom LaneReplace the parser's namespace tree (which formerly...
2005-05-30 Neil ConwayWhen enqueueing after-row triggers for updates of a...
2005-05-30 Neil ConwayCreate separate ON INSERT and ON UPDATE triggers on...
2005-05-10 Bruce MomjianReport index name on CLUSTER failure. Also, suggest...
next