summaryrefslogtreecommitdiff
path: root/src/backend/rewrite
Commit message (Expand)AuthorAgeFilesLines
* Tatsuo Ishii fix for pg_user crash, with slight modification.Bruce Momjian1998-09-111-5/+8
* OK, folks, here is the pgindent output.Bruce Momjian1998-09-016-280/+330
* Renaming cleanup, no pgindent yet.Bruce Momjian1998-09-015-14/+14
* This is the final state of the rule system for 6.4 after theBruce Momjian1998-08-244-82/+201
* heap_fetch requires buffer pointer, must be released; heap_getnextBruce Momjian1998-08-194-79/+45
* From: Jan Wieck <jwieck@debis.com>Marc G. Fournier1998-08-182-33/+228
* Use Snapshot in heap access methods.Vadim B. Mikheev1998-07-272-9/+5
* From: t-ishii@sra.co.jpMarc G. Fournier1998-07-262-5/+5
* I really hope that I haven't missed anything in this one...Marc G. Fournier1998-07-242-2/+9
* 1) Queries using the having clause on base tables should work wellBruce Momjian1998-07-192-24/+161
* Remove un-needed braces around single statements.Bruce Momjian1998-06-155-35/+5
* Show backend status on ps command line. Remove unused args fromBruce Momjian1998-06-041-2/+2
* This patch...Bruce Momjian1998-04-271-13/+12
* Re-apply Darren's char2-16 removal code.Bruce Momjian1998-04-262-9/+8
* Back out char2-char16 removal. Add later.Bruce Momjian1998-04-072-8/+9
* Hi,Bruce Momjian1998-04-061-5/+3
* The following uuencoded, gzip'd file will ...Bruce Momjian1998-03-302-9/+8
* I started adding the Having Clause and it works quite fine forBruce Momjian1998-03-301-3/+8
* pgindent run before 6.3 release, with Thomas' requested changes.Bruce Momjian1998-02-265-111/+108
* From: Jan Wieck <jwieck@debis.com>Marc G. Fournier1998-02-251-3/+3
* First step done,Marc G. Fournier1998-02-211-6/+104
* Pass attypmod through to executor by adding to Var and Resdom.Bruce Momjian1998-02-101-2/+2
* Inline fastgetattr and others so data access does not use functionBruce Momjian1998-01-312-7/+4
* Make subqueries rewrite properly.Bruce Momjian1998-01-213-104/+234
* Remove Query->qry_aggs and qry_numaggs and replace with Query->hasAggs.Bruce Momjian1998-01-152-16/+3
* Some *very* major changes by darrenk@insightdist.com (Darren King)Marc G. Fournier1998-01-131-9/+8
* Yohoo UNIONS of VIEWS.Bruce Momjian1998-01-091-3/+7
* Goodbye ABORT. Hello ERROR for all errors.Bruce Momjian1998-01-074-18/+18
* Cleanup of outnodes.Bruce Momjian1998-01-071-3/+3
* Fix for views and outnodes.Bruce Momjian1998-01-071-3/+3
* Change elog(WARN) to elog(ERROR) and elog(ABORT).Bruce Momjian1998-01-054-18/+18
* Fix for count(*), aggs with views and multiple tables and sum(3).Bruce Momjian1998-01-043-7/+69
* Major cleanout of PORTNAME variables from Makefiles...bound to screw upMarc G. Fournier1997-12-201-5/+1
* More cleanups. I can now compile without PORTNAME being defined nMarc G. Fournier1997-12-191-4/+6
* Rename pg_plan and pg_eval to be more meaningful.Bruce Momjian1997-12-111-2/+2
* Break parser functions into smaller files, group together.Bruce Momjian1997-11-251-5/+6
* Remove tqual.h includes not needed.Bruce Momjian1997-11-241-2/+1
* Remove all time travel stuff. Small parser cleanup.Bruce Momjian1997-11-202-5/+5
* Change column number constant to reflect change in column nameThomas G. Lockhart1997-10-251-2/+2
* Change embedded query to reflect column name change from "action"Thomas G. Lockhart1997-10-251-2/+2
* Inline memset() as MemSet().Bruce Momjian1997-09-181-2/+2
* heapattr functions now return a Datum, not char *.Bruce Momjian1997-09-122-15/+15
* Used modified version of indent that understands over 100 typedefs.Bruce Momjian1997-09-085-67/+67
* Another PGINDENT run that changes variable indenting and case label indenting...Bruce Momjian1997-09-086-434/+434
* Massive commit to run PGINDENT on all *.c and *.h files.Bruce Momjian1997-09-076-1444/+1586
* Remove more (void) and fix -Wall warnings.Bruce Momjian1997-08-122-5/+5
* Various compile errors concerning overflow due to shifts, unsigned, and bad p...Bruce Momjian1997-07-241-3/+1
* Change %ud to %uBruce Momjian1996-12-261-2/+2
* Fix access through null pointer info->rule_action. Thanks Darren King.Bryan Henderson1996-11-241-41/+38
* Fix syntax error: missing argument to elog(). Thanks Darren King.Bryan Henderson1996-11-241-2/+2