aboutsummaryrefslogtreecommitdiff
path: root/src/backend/rewrite/rewriteRemove.c
Commit message (Expand)AuthorAge
* Update copyright for 2016Bruce Momjian2016-01-02
* Update copyright for 2015Bruce Momjian2015-01-06
* Update copyright for 2014Bruce Momjian2014-01-07
* Use an MVCC snapshot, rather than SnapshotNow, for catalog scans.Robert Haas2013-07-02
* Update copyrights for 2013Bruce Momjian2013-01-01
* Split tuple struct defs from htup.h to htup_details.hAlvaro Herrera2012-08-30
* Update copyright notices for year 2012.Bruce Momjian2012-01-01
* Further consolidation of DROP statement handling.Robert Haas2011-11-17
* More cleanup after failed reduced-lock-levels-for-DDL feature.Tom Lane2011-10-21
* Remove unnecessary #include references, per pgrminclude script.Bruce Momjian2011-09-01
* Try to acquire relation locks in RangeVarGetRelid.Robert Haas2011-07-08
* Stamp copyrights for year 2011.Bruce Momjian2011-01-01
* Remove cvs keywords from all files.Magnus Hagander2010-09-20
* Wrap calls to SearchSysCache and related functions using macros.Robert Haas2010-02-14
* Update copyright for the year 2010.Bruce Momjian2010-01-02
* 8.4 pgindent run, with new combined Linux/FreeBSD/MinGW typedef listBruce Momjian2009-06-11
* Revert updatable viewsPeter Eisentraut2009-01-27
* Automatic view update rulesPeter Eisentraut2009-01-22
* Update copyright for 2009.Bruce Momjian2009-01-01
* Make relhasrules and relhastriggers work like relhasindex, namely we letTom Lane2008-11-10
* Improve our #include situation by moving pointer types away from theAlvaro Herrera2008-06-19
* Restructure some header files a bit, in particular heapam.h, by removing someAlvaro Herrera2008-05-12
* Move the HTSU_Result enum definition into snapshot.h, to avoid includingAlvaro Herrera2008-03-26
* Update copyrights in source tree to 2008.Bruce Momjian2008-01-01
* Update CVS HEAD for 2007 copyright. Back branches are typically notBruce Momjian2007-01-05
* pgindent run for 8.2.Bruce Momjian2006-10-04
* Make some sentences consistent with similar ones.Bruce Momjian2006-10-03
* Get rid of the separate RULE privilege for tables: now only a table's ownerTom Lane2006-09-05
* DROP ... IF EXISTS for the following cases:Andrew Dunstan2006-06-16
* Update copyright for 2006. Update scripts.Bruce Momjian2006-03-05
* Standard pgindent run for 8.1.Bruce Momjian2005-10-15
* Completion of project to use fixed OIDs for all system catalogs andTom Lane2005-04-14
* Tag appropriate files for rc3PostgreSQL Daemon2004-12-31
* Update copyright to 2004.Bruce Momjian2004-08-29
* $Header: -> $PostgreSQL Changes ...PostgreSQL Daemon2003-11-29
* Cross-data-type comparisons are now indexable by btrees, pursuant to myTom Lane2003-11-12
* Add operator strategy and comparison-value datatype fields to ScanKey.Tom Lane2003-11-09
* Update copyrights to 2003.Bruce Momjian2003-08-04
* Adjust 'permission denied' messages to be more useful and consistent.Tom Lane2003-08-01
* Error message editing in backend/optimizer, backend/rewrite.Tom Lane2003-07-25
* pgindent run.Bruce Momjian2002-09-04
* oid is needed, it is added at the end of the struct (after the nullBruce Momjian2002-07-20
* Second phase of committing Rod Taylor's pg_depend/pg_constraint patch.Tom Lane2002-07-12
* Update copyright to 2002.Bruce Momjian2002-06-20
* Restructure aclcheck error reporting to make permission-failureTom Lane2002-04-27
* Rule names are now unique per-relation, rather than unique globally.Tom Lane2002-04-18
* pg_type has a typnamespace column; system now supports creating typesTom Lane2002-03-29
* Change the aclchk.c routines to uniformly use OIDs to identify theTom Lane2002-03-21
* Make OIDs optional, per discussions in pghackers. WITH OIDS is still theTom Lane2001-08-10
* pgindent run. Make it all clean.Bruce Momjian2001-03-22