aboutsummaryrefslogtreecommitdiff
path: root/src/backend/rewrite/rewriteDefine.c
Commit message (Expand)AuthorAge
* Change Copyright from PostgreSQL, Inc to PostgreSQL Global Development Group.Bruce Momjian2001-01-24
* Relax test on typmod matching between a table and its proposed ON SELECTTom Lane2001-01-13
* Repair breakage of rules containing INSERT ... SELECT actions, per bugTom Lane2000-12-05
* Re-implement LIMIT/OFFSET as a plan node type, instead of a hack inTom Lane2000-10-26
* Reimplementation of UNION/INTERSECT/EXCEPT. INTERSECT/EXCEPT now meet theTom Lane2000-10-05
* Subselects in FROM clause, per ISO syntax: FROM (SELECT ...) [AS] alias.Tom Lane2000-09-29
* Fix relation-to-view conversion so that it doesn't try to convert a plainTom Lane2000-09-12
* This patch implements a different "relkind"Bruce Momjian2000-09-12
* O.K. -Bruce Momjian2000-09-12
* Type lztext is toast.Tom Lane2000-07-30
* Use a private memory context to store rule information in each relcacheTom Lane2000-06-30
* First phase of memory management rewrite (see backend/utils/mmgr/READMETom Lane2000-06-28
* Final #include cleanup.Bruce Momjian2000-06-15
* Remove unused include files. Do not touch /port or includes used by defines.Bruce Momjian2000-05-30
* Ye-old pgindent run. Same 4-space tabs.Bruce Momjian2000-04-12
* Undo a couple of mistaken applications of NameStr() to StringInfos.Tom Lane2000-02-26
* Redesign DISTINCT ON as discussed in pgsql-sql 1/25/00: syntax is nowTom Lane2000-01-27
* Add:Bruce Momjian2000-01-26
* Changed pg_rewrite attributes ev_qual and ev_action to the newJan Wieck1999-11-18
* New NameStr macro to convert Name to Str. No need for var.data anymore.Bruce Momjian1999-11-07
* Bugfix for CREATE RULE invoked via SPI --- from Hiroshi,Tom Lane1999-10-21
* Remove fixed-size buffers in rule storage routine.Tom Lane1999-10-21
* Mega-commit to make heap_open/heap_openr/heap_close take anTom Lane1999-09-18
* Install new alignment code to use MAXALIGN rather than DOUBLEALIGN whereBruce Momjian1999-07-19
* Move some system includes into c.h, and remove duplicates.Bruce Momjian1999-07-17
* Update #include cleanupsBruce Momjian1999-07-16
* Remove unused #includes in *.c files.Bruce Momjian1999-07-15
* Clean up #include in /include directory. Add scripts for checking includes.Bruce Momjian1999-07-15
* Clean up maximum rewrite tuple length.Bruce Momjian1999-07-04
* pgindent run over code.Bruce Momjian1999-05-25
* Fixed wrong hasAggs when aggregate columns of view aren'tJan Wieck1999-05-12
* Change error messages to oids come out as %u and not %d. Change has noBruce Momjian1999-05-10
* From: Tatsuo Ishii <t-ishii@sra.co.jp>Marc G. Fournier1999-02-21
* Change my-function-name-- to my_function_name, and optimizer renames.Bruce Momjian1999-02-13
* Added LIMIT/OFFSET functionality including new regression test for it.Jan Wieck1999-02-08
* Playing around with pg_dump for a while resulted in someBruce Momjian1998-10-06
* Here's a combination of all the patches I'm currently waitingBruce Momjian1998-10-02
* OK, folks, here is the pgindent output.Bruce Momjian1998-09-01
* Renaming cleanup, no pgindent yet.Bruce Momjian1998-09-01
* This is the final state of the rule system for 6.4 after theBruce Momjian1998-08-24
* heap_fetch requires buffer pointer, must be released; heap_getnextBruce Momjian1998-08-19
* From: Jan Wieck <jwieck@debis.com>Marc G. Fournier1998-08-18
* Remove un-needed braces around single statements.Bruce Momjian1998-06-15
* Show backend status on ps command line. Remove unused args fromBruce Momjian1998-06-04
* Some *very* major changes by darrenk@insightdist.com (Darren King)Marc G. Fournier1998-01-13
* Goodbye ABORT. Hello ERROR for all errors.Bruce Momjian1998-01-07
* Cleanup of outnodes.Bruce Momjian1998-01-07
* Fix for views and outnodes.Bruce Momjian1998-01-07
* Change elog(WARN) to elog(ERROR) and elog(ABORT).Bruce Momjian1998-01-05
* Rename pg_plan and pg_eval to be more meaningful.Bruce Momjian1997-12-11