summaryrefslogtreecommitdiff
path: root/src/backend/rewrite/rewriteRemove.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* Hello.Bruce Momjian1999-10-261-3/+18
* Mega-commit to make heap_open/heap_openr/heap_close take anTom Lane1999-09-181-6/+6
* Move some system includes into c.h, and remove duplicates.Bruce Momjian1999-07-171-4/+1
* Final cleanup.Bruce Momjian1999-07-161-3/+3
* Update #include cleanupsBruce Momjian1999-07-161-4/+4
* Remove unused #includes in *.c files.Bruce Momjian1999-07-151-3/+1
* pgindent run over code.Bruce Momjian1999-05-251-2/+2
* Change error messages to oids come out as %u and not %d. Change has noBruce Momjian1999-05-101-3/+3
* Change my-function-name-- to my_function_name, and optimizer renames.Bruce Momjian1999-02-131-2/+2
* Initial MVCC code.Vadim B. Mikheev1998-12-151-3/+3
* Add support for the CASE statement in the rewrite handling.Thomas G. Lockhart1998-12-141-6/+8
* New HeapTuple structure/interface.Vadim B. Mikheev1998-11-271-4/+4
* OK, folks, here is the pgindent output.Bruce Momjian1998-09-011-9/+10
* Renaming cleanup, no pgindent yet.Bruce Momjian1998-09-011-2/+2
* heap_fetch requires buffer pointer, must be released; heap_getnextBruce Momjian1998-08-191-39/+24
* Use Snapshot in heap access methods.Vadim B. Mikheev1998-07-271-3/+3
* Re-apply Darren's char2-16 removal code.Bruce Momjian1998-04-261-7/+6
* Back out char2-char16 removal. Add later.Bruce Momjian1998-04-071-6/+7
* The following uuencoded, gzip'd file will ...Bruce Momjian1998-03-301-7/+6
* pgindent run before 6.3 release, with Thomas' requested changes.Bruce Momjian1998-02-261-2/+2
* Inline fastgetattr and others so data access does not use functionBruce Momjian1998-01-311-3/+1
* Goodbye ABORT. Hello ERROR for all errors.Bruce Momjian1998-01-071-5/+5
* Change elog(WARN) to elog(ERROR) and elog(ABORT).Bruce Momjian1998-01-051-5/+5
* Remove tqual.h includes not needed.Bruce Momjian1997-11-241-2/+1
* Remove all time travel stuff. Small parser cleanup.Bruce Momjian1997-11-201-3/+3
* heapattr functions now return a Datum, not char *.Bruce Momjian1997-09-121-6/+6
* Another PGINDENT run that changes variable indenting and case label indenting...Bruce Momjian1997-09-081-17/+17