summaryrefslogtreecommitdiff
path: root/src/backend/rewrite/rewriteDefine.c
Commit message (Expand)AuthorAgeFilesLines
* Permission checking wasn't quite right for insert/update/delete rules,Tom Lane2001-05-031-13/+12
* Fix comments that were mis-wrapped, for Tom Lane.Bruce Momjian2001-03-231-4/+8
* Remove dashes in comments that don't need them, rewrap with pgindent.Bruce Momjian2001-03-221-12/+9
* pgindent run. Make it all clean.Bruce Momjian2001-03-221-28/+32
* Change Copyright from PostgreSQL, Inc to PostgreSQL Global Development Group.Bruce Momjian2001-01-241-2/+2
* Relax test on typmod matching between a table and its proposed ON SELECTTom Lane2001-01-131-2/+9
* Repair breakage of rules containing INSERT ... SELECT actions, per bugTom Lane2000-12-051-5/+7
* Re-implement LIMIT/OFFSET as a plan node type, instead of a hack inTom Lane2000-10-261-7/+1
* Reimplementation of UNION/INTERSECT/EXCEPT. INTERSECT/EXCEPT now meet theTom Lane2000-10-051-2/+3
* Subselects in FROM clause, per ISO syntax: FROM (SELECT ...) [AS] alias.Tom Lane2000-09-291-64/+107
* Fix relation-to-view conversion so that it doesn't try to convert a plainTom Lane2000-09-121-35/+33
* This patch implements a different "relkind"Bruce Momjian2000-09-121-2/+69
* O.K. -Bruce Momjian2000-09-121-3/+6
* Type lztext is toast.Tom Lane2000-07-301-3/+3
* Use a private memory context to store rule information in each relcacheTom Lane2000-06-301-80/+43
* First phase of memory management rewrite (see backend/utils/mmgr/READMETom Lane2000-06-281-55/+58
* Final #include cleanup.Bruce Momjian2000-06-151-2/+1
* Remove unused include files. Do not touch /port or includes used by defines.Bruce Momjian2000-05-301-2/+1
* Ye-old pgindent run. Same 4-space tabs.Bruce Momjian2000-04-121-3/+4
* Undo a couple of mistaken applications of NameStr() to StringInfos.Tom Lane2000-02-261-3/+3
* Redesign DISTINCT ON as discussed in pgsql-sql 1/25/00: syntax is nowTom Lane2000-01-271-2/+2
* Add:Bruce Momjian2000-01-261-2/+3
* Changed pg_rewrite attributes ev_qual and ev_action to the newJan Wieck1999-11-181-2/+2
* New NameStr macro to convert Name to Str. No need for var.data anymore.Bruce Momjian1999-11-071-5/+6
* Bugfix for CREATE RULE invoked via SPI --- from Hiroshi,Tom Lane1999-10-211-2/+3
* Remove fixed-size buffers in rule storage routine.Tom Lane1999-10-211-35/+40
* Mega-commit to make heap_open/heap_openr/heap_close take anTom Lane1999-09-181-13/+7
* Install new alignment code to use MAXALIGN rather than DOUBLEALIGN whereBruce Momjian1999-07-191-3/+4
* Move some system includes into c.h, and remove duplicates.Bruce Momjian1999-07-171-3/+1
* Update #include cleanupsBruce Momjian1999-07-161-2/+2
* Remove unused #includes in *.c files.Bruce Momjian1999-07-151-9/+1
* Clean up #include in /include directory. Add scripts for checking includes.Bruce Momjian1999-07-151-5/+5
* Clean up maximum rewrite tuple length.Bruce Momjian1999-07-041-14/+8
* pgindent run over code.Bruce Momjian1999-05-251-19/+23
* Fixed wrong hasAggs when aggregate columns of view aren'tJan Wieck1999-05-121-1/+13
* Change error messages to oids come out as %u and not %d. Change has noBruce Momjian1999-05-101-2/+2
* From: Tatsuo Ishii <t-ishii@sra.co.jp>Marc G. Fournier1999-02-211-2/+2
* Change my-function-name-- to my_function_name, and optimizer renames.Bruce Momjian1999-02-131-2/+2
* Added LIMIT/OFFSET functionality including new regression test for it.Jan Wieck1999-02-081-1/+7
* Playing around with pg_dump for a while resulted in someBruce Momjian1998-10-061-4/+14
* Here's a combination of all the patches I'm currently waitingBruce Momjian1998-10-021-8/+71
* OK, folks, here is the pgindent output.Bruce Momjian1998-09-011-26/+31
* Renaming cleanup, no pgindent yet.Bruce Momjian1998-09-011-2/+2
* This is the final state of the rule system for 6.4 after theBruce Momjian1998-08-241-3/+52
* heap_fetch requires buffer pointer, must be released; heap_getnextBruce Momjian1998-08-191-3/+3
* From: Jan Wieck <jwieck@debis.com>Marc G. Fournier1998-08-181-6/+1
* Remove un-needed braces around single statements.Bruce Momjian1998-06-151-7/+1
* Show backend status on ps command line. Remove unused args fromBruce Momjian1998-06-041-2/+2
* Some *very* major changes by darrenk@insightdist.com (Darren King)Marc G. Fournier1998-01-131-9/+8
* Goodbye ABORT. Hello ERROR for all errors.Bruce Momjian1998-01-071-8/+8