summaryrefslogtreecommitdiff
path: root/src/backend/rewrite/rewriteSupport.c
Commit message (Expand)AuthorAgeFilesLines
* Update copyright for 2006. Update scripts.Bruce Momjian2006-03-051-2/+2
* Standard pgindent run for 8.1.Bruce Momjian2005-10-151-3/+2
* Completion of project to use fixed OIDs for all system catalogs andTom Lane2005-04-141-3/+2
* Tag appropriate files for rc3PostgreSQL Daemon2004-12-311-2/+2
* Update copyright to 2004.Bruce Momjian2004-08-291-2/+2
* Restructure smgr API as per recent proposal. smgr no longer depends onTom Lane2004-02-101-2/+2
* $Header: -> $PostgreSQL Changes ...PostgreSQL Daemon2003-11-291-1/+1
* Update copyrights to 2003.Bruce Momjian2003-08-041-2/+2
* Error message editing in backend/optimizer, backend/rewrite.Tom Lane2003-07-251-2/+2
* Restructure system-catalog index updating logic. Instead of havingTom Lane2002-08-051-6/+3
* Second phase of committing Rod Taylor's pg_depend/pg_constraint patch.Tom Lane2002-07-121-13/+24
* Update copyright to 2002.Bruce Momjian2002-06-201-2/+2
* Change naming rule for ON SELECT rules of views: they're all justTom Lane2002-04-191-34/+1
* Rule names are now unique per-relation, rather than unique globally.Tom Lane2002-04-181-4/+5
* Make ALTER TABLE RENAME on a view rename the view's on-select rule too.Tom Lane2001-08-121-2/+39
* pgindent run. Make it all clean.Bruce Momjian2001-03-221-2/+3
* 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-2/+2
* Change SearchSysCache coding conventions so that a reference count isTom Lane2000-11-161-11/+8
* Subselects in FROM clause, per ISO syntax: FROM (SELECT ...) [AS] alias.Tom Lane2000-09-291-6/+11
* Use a private memory context to store rule information in each relcacheTom Lane2000-06-301-178/+18
* First phase of memory management rewrite (see backend/utils/mmgr/READMETom Lane2000-06-281-5/+5
* Add:Bruce Momjian2000-01-261-2/+3
* Some changes to prepare for LONG attributes.Jan Wieck1999-12-161-2/+2
* Rename heap_replace to heap_update.Bruce Momjian1999-11-241-2/+2
* Add system indexes to match all caches.Bruce Momjian1999-11-221-3/+3
* Mega-commit to make heap_open/heap_openr/heap_close take anTom Lane1999-09-181-23/+9
* Final cleanup.Bruce Momjian1999-07-161-3/+3
* Update #include cleanupsBruce Momjian1999-07-161-3/+3
* Remove unused #includes in *.c files.Bruce Momjian1999-07-151-10/+1
* Clean up #include in /include directory. Add scripts for checking includes.Bruce Momjian1999-07-151-2/+1
* Change my-function-name-- to my_function_name, and optimizer renames.Bruce Momjian1999-02-131-2/+2
* Cleanup of source files where 'return' or 'var =' is alone on a line.Bruce Momjian1999-02-031-3/+2
* Initial MVCC code.Vadim B. Mikheev1998-12-151-2/+2
* New HeapTuple structure/interface.Vadim B. Mikheev1998-11-271-2/+2
* OK, folks, here is the pgindent output.Bruce Momjian1998-09-011-6/+7
* Renaming cleanup, no pgindent yet.Bruce Momjian1998-09-011-3/+3
* This is the final state of the rule system for 6.4 after theBruce Momjian1998-08-241-1/+5
* heap_fetch requires buffer pointer, must be released; heap_getnextBruce Momjian1998-08-191-35/+14
* Use Snapshot in heap access methods.Vadim B. Mikheev1998-07-271-6/+2
* From: t-ishii@sra.co.jpMarc G. Fournier1998-07-261-2/+2
* I really hope that I haven't missed anything in this one...Marc G. Fournier1998-07-241-1/+5
* Remove un-needed braces around single statements.Bruce Momjian1998-06-151-3/+1
* This patch...Bruce Momjian1998-04-271-13/+12
* Re-apply Darren's char2-16 removal code.Bruce Momjian1998-04-261-2/+2
* Back out char2-char16 removal. Add later.Bruce Momjian1998-04-071-2/+2
* The following uuencoded, gzip'd file will ...Bruce Momjian1998-03-301-2/+2
* pgindent run before 6.3 release, with Thomas' requested changes.Bruce Momjian1998-02-261-8/+8
* Inline fastgetattr and others so data access does not use functionBruce Momjian1998-01-311-4/+3
* Goodbye ABORT. Hello ERROR for all errors.Bruce Momjian1998-01-071-3/+3