aboutsummaryrefslogtreecommitdiff
path: root/src/backend/rewrite
Commit message (Expand)AuthorAge
* Initial MVCC code.Vadim B. Mikheev1998-12-15
* Add support for the CASE statement in the rewrite handling.Thomas G. Lockhart1998-12-14
* Implement CASE expression.Thomas G. Lockhart1998-12-04
* New HeapTuple structure/interface.Vadim B. Mikheev1998-11-27
* The patch does 2 things:Bruce Momjian1998-10-21
* Fix for rules system from Jan.Bruce Momjian1998-10-20
* Make functions static or ifdef NOT_USED. Prevent pg_version creation.Bruce Momjian1998-10-08
* Playing around with pg_dump for a while resulted in someBruce Momjian1998-10-06
* Please apply the patch at the end. Disables use of systemBruce Momjian1998-10-02
* Here's a combination of all the patches I'm currently waitingBruce Momjian1998-10-02
* Tatsuo Ishii fix for pg_user crash, with slight modification.Bruce Momjian1998-09-11
* 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
* Use Snapshot in heap access methods.Vadim B. Mikheev1998-07-27
* From: t-ishii@sra.co.jpMarc G. Fournier1998-07-26
* I really hope that I haven't missed anything in this one...Marc G. Fournier1998-07-24
* 1) Queries using the having clause on base tables should work wellBruce Momjian1998-07-19
* 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
* This patch...Bruce Momjian1998-04-27
* Re-apply Darren's char2-16 removal code.Bruce Momjian1998-04-26
* Back out char2-char16 removal. Add later.Bruce Momjian1998-04-07
* Hi,Bruce Momjian1998-04-06
* The following uuencoded, gzip'd file will ...Bruce Momjian1998-03-30
* I started adding the Having Clause and it works quite fine forBruce Momjian1998-03-30
* pgindent run before 6.3 release, with Thomas' requested changes.Bruce Momjian1998-02-26
* From: Jan Wieck <jwieck@debis.com>Marc G. Fournier1998-02-25
* First step done,Marc G. Fournier1998-02-21
* Pass attypmod through to executor by adding to Var and Resdom.Bruce Momjian1998-02-10
* Inline fastgetattr and others so data access does not use functionBruce Momjian1998-01-31
* Make subqueries rewrite properly.Bruce Momjian1998-01-21
* Remove Query->qry_aggs and qry_numaggs and replace with Query->hasAggs.Bruce Momjian1998-01-15
* Some *very* major changes by darrenk@insightdist.com (Darren King)Marc G. Fournier1998-01-13
* Yohoo UNIONS of VIEWS.Bruce Momjian1998-01-09
* 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
* Fix for count(*), aggs with views and multiple tables and sum(3).Bruce Momjian1998-01-04
* Major cleanout of PORTNAME variables from Makefiles...bound to screw upMarc G. Fournier1997-12-20
* More cleanups. I can now compile without PORTNAME being defined nMarc G. Fournier1997-12-19
* Rename pg_plan and pg_eval to be more meaningful.Bruce Momjian1997-12-11
* Break parser functions into smaller files, group together.Bruce Momjian1997-11-25
* Remove tqual.h includes not needed.Bruce Momjian1997-11-24
* Remove all time travel stuff. Small parser cleanup.Bruce Momjian1997-11-20
* Change column number constant to reflect change in column nameThomas G. Lockhart1997-10-25
* Change embedded query to reflect column name change from "action"Thomas G. Lockhart1997-10-25