summaryrefslogtreecommitdiff
path: root/src/backend/rewrite/rewriteRemove.c
Commit message (Expand)AuthorAgeFilesLines
* Wrap calls to SearchSysCache and related functions using macros.Robert Haas2010-02-141-5/+4
* Update copyright for the year 2010.Bruce Momjian2010-01-021-2/+2
* 8.4 pgindent run, with new combined Linux/FreeBSD/MinGW typedef listBruce Momjian2009-06-111-4/+4
* Revert updatable viewsPeter Eisentraut2009-01-271-34/+1
* Automatic view update rulesPeter Eisentraut2009-01-221-1/+34
* Update copyright for 2009.Bruce Momjian2009-01-011-2/+2
* Make relhasrules and relhastriggers work like relhasindex, namely we letTom Lane2008-11-101-16/+8
* Improve our #include situation by moving pointer types away from theAlvaro Herrera2008-06-191-1/+2
* Restructure some header files a bit, in particular heapam.h, by removing someAlvaro Herrera2008-05-121-1/+2
* Move the HTSU_Result enum definition into snapshot.h, to avoid includingAlvaro Herrera2008-03-261-1/+2
* Update copyrights in source tree to 2008.Bruce Momjian2008-01-011-2/+2
* Update CVS HEAD for 2007 copyright. Back branches are typically notBruce Momjian2007-01-051-2/+2
* pgindent run for 8.2.Bruce Momjian2006-10-041-3/+3
* Make some sentences consistent with similar ones.Bruce Momjian2006-10-031-2/+2
* Get rid of the separate RULE privilege for tables: now only a table's ownerTom Lane2006-09-051-5/+3
* DROP ... IF EXISTS for the following cases:Andrew Dunstan2006-06-161-6/+15
* Update copyright for 2006. Update scripts.Bruce Momjian2006-03-051-2/+2
* Standard pgindent run for 8.1.Bruce Momjian2005-10-151-5/+5
* Completion of project to use fixed OIDs for all system catalogs andTom Lane2005-04-141-5/+4
* Tag appropriate files for rc3PostgreSQL Daemon2004-12-311-2/+2
* Update copyright to 2004.Bruce Momjian2004-08-291-2/+2
* $Header: -> $PostgreSQL Changes ...PostgreSQL Daemon2003-11-291-1/+1
* Cross-data-type comparisons are now indexable by btrees, pursuant to myTom Lane2003-11-121-6/+5
* Add operator strategy and comparison-value datatype fields to ScanKey.Tom Lane2003-11-091-4/+6
* Update copyrights to 2003.Bruce Momjian2003-08-041-2/+2
* Adjust 'permission denied' messages to be more useful and consistent.Tom Lane2003-08-011-2/+3
* Error message editing in backend/optimizer, backend/rewrite.Tom Lane2003-07-251-4/+6
* pgindent run.Bruce Momjian2002-09-041-3/+3
* oid is needed, it is added at the end of the struct (after the nullBruce Momjian2002-07-201-2/+2
* Second phase of committing Rod Taylor's pg_depend/pg_constraint patch.Tom Lane2002-07-121-84/+64
* Update copyright to 2002.Bruce Momjian2002-06-201-2/+2
* Restructure aclcheck error reporting to make permission-failureTom Lane2002-04-271-8/+5
* Rule names are now unique per-relation, rather than unique globally.Tom Lane2002-04-181-23/+22
* pg_type has a typnamespace column; system now supports creating typesTom Lane2002-03-291-3/+11
* Change the aclchk.c routines to uniformly use OIDs to identify theTom Lane2002-03-211-36/+14
* Make OIDs optional, per discussions in pghackers. WITH OIDS is still theTom Lane2001-08-101-6/+4
* pgindent run. Make it all clean.Bruce Momjian2001-03-221-10/+9
* Change Copyright from PostgreSQL, Inc to PostgreSQL Global Development Group.Bruce Momjian2001-01-241-2/+2
* Fix all the places that called heap_update() and heap_delete() withoutTom Lane2001-01-231-4/+3
* Change SearchSysCache coding conventions so that a reference count isTom Lane2000-11-161-11/+16
* Subselects in FROM clause, per ISO syntax: FROM (SELECT ...) [AS] alias.Tom Lane2000-09-291-7/+7
* This patch implements a different "relkind"Bruce Momjian2000-09-121-1/+6
* Use a private memory context to store rule information in each relcacheTom Lane2000-06-301-39/+34
* First round of changes for new fmgr interface. fmgr itself and theTom Lane2000-05-281-1/+2
* Ye-old pgindent run. Same 4-space tabs.Bruce Momjian2000-04-121-8/+9
* Add:Bruce Momjian2000-01-261-2/+3
* Some changes to prepare for LONG attributes.Jan Wieck1999-12-161-3/+3
* Add system indexes to match all caches.Bruce Momjian1999-11-221-3/+3
* Changed pg_rewrite attributes ev_qual and ev_action to the newJan Wieck1999-11-181-1/+2
* New NameStr macro to convert Name to Str. No need for var.data anymore.Bruce Momjian1999-11-071-2/+2