| Commit message (Expand) | Author | Age | Files | Lines |
| * | Tatsuo Ishii fix for pg_user crash, with slight modification. | Bruce Momjian | 1998-09-11 | 1 | -5/+8 |
| * | OK, folks, here is the pgindent output. | Bruce Momjian | 1998-09-01 | 6 | -280/+330 |
| * | Renaming cleanup, no pgindent yet. | Bruce Momjian | 1998-09-01 | 5 | -14/+14 |
| * | This is the final state of the rule system for 6.4 after the | Bruce Momjian | 1998-08-24 | 4 | -82/+201 |
| * | heap_fetch requires buffer pointer, must be released; heap_getnext | Bruce Momjian | 1998-08-19 | 4 | -79/+45 |
| * | From: Jan Wieck <jwieck@debis.com> | Marc G. Fournier | 1998-08-18 | 2 | -33/+228 |
| * | Use Snapshot in heap access methods. | Vadim B. Mikheev | 1998-07-27 | 2 | -9/+5 |
| * | From: t-ishii@sra.co.jp | Marc G. Fournier | 1998-07-26 | 2 | -5/+5 |
| * | I really hope that I haven't missed anything in this one... | Marc G. Fournier | 1998-07-24 | 2 | -2/+9 |
| * | 1) Queries using the having clause on base tables should work well | Bruce Momjian | 1998-07-19 | 2 | -24/+161 |
| * | Remove un-needed braces around single statements. | Bruce Momjian | 1998-06-15 | 5 | -35/+5 |
| * | Show backend status on ps command line. Remove unused args from | Bruce Momjian | 1998-06-04 | 1 | -2/+2 |
| * | This patch... | Bruce Momjian | 1998-04-27 | 1 | -13/+12 |
| * | Re-apply Darren's char2-16 removal code. | Bruce Momjian | 1998-04-26 | 2 | -9/+8 |
| * | Back out char2-char16 removal. Add later. | Bruce Momjian | 1998-04-07 | 2 | -8/+9 |
| * | Hi, | Bruce Momjian | 1998-04-06 | 1 | -5/+3 |
| * | The following uuencoded, gzip'd file will ... | Bruce Momjian | 1998-03-30 | 2 | -9/+8 |
| * | I started adding the Having Clause and it works quite fine for | Bruce Momjian | 1998-03-30 | 1 | -3/+8 |
| * | pgindent run before 6.3 release, with Thomas' requested changes. | Bruce Momjian | 1998-02-26 | 5 | -111/+108 |
| * | From: Jan Wieck <jwieck@debis.com> | Marc G. Fournier | 1998-02-25 | 1 | -3/+3 |
| * | First step done, | Marc G. Fournier | 1998-02-21 | 1 | -6/+104 |
| * | Pass attypmod through to executor by adding to Var and Resdom. | Bruce Momjian | 1998-02-10 | 1 | -2/+2 |
| * | Inline fastgetattr and others so data access does not use function | Bruce Momjian | 1998-01-31 | 2 | -7/+4 |
| * | Make subqueries rewrite properly. | Bruce Momjian | 1998-01-21 | 3 | -104/+234 |
| * | Remove Query->qry_aggs and qry_numaggs and replace with Query->hasAggs. | Bruce Momjian | 1998-01-15 | 2 | -16/+3 |
| * | Some *very* major changes by darrenk@insightdist.com (Darren King) | Marc G. Fournier | 1998-01-13 | 1 | -9/+8 |
| * | Yohoo UNIONS of VIEWS. | Bruce Momjian | 1998-01-09 | 1 | -3/+7 |
| * | Goodbye ABORT. Hello ERROR for all errors. | Bruce Momjian | 1998-01-07 | 4 | -18/+18 |
| * | Cleanup of outnodes. | Bruce Momjian | 1998-01-07 | 1 | -3/+3 |
| * | Fix for views and outnodes. | Bruce Momjian | 1998-01-07 | 1 | -3/+3 |
| * | Change elog(WARN) to elog(ERROR) and elog(ABORT). | Bruce Momjian | 1998-01-05 | 4 | -18/+18 |
| * | Fix for count(*), aggs with views and multiple tables and sum(3). | Bruce Momjian | 1998-01-04 | 3 | -7/+69 |
| * | Major cleanout of PORTNAME variables from Makefiles...bound to screw up | Marc G. Fournier | 1997-12-20 | 1 | -5/+1 |
| * | More cleanups. I can now compile without PORTNAME being defined n | Marc G. Fournier | 1997-12-19 | 1 | -4/+6 |
| * | Rename pg_plan and pg_eval to be more meaningful. | Bruce Momjian | 1997-12-11 | 1 | -2/+2 |
| * | Break parser functions into smaller files, group together. | Bruce Momjian | 1997-11-25 | 1 | -5/+6 |
| * | Remove tqual.h includes not needed. | Bruce Momjian | 1997-11-24 | 1 | -2/+1 |
| * | Remove all time travel stuff. Small parser cleanup. | Bruce Momjian | 1997-11-20 | 2 | -5/+5 |
| * | Change column number constant to reflect change in column name | Thomas G. Lockhart | 1997-10-25 | 1 | -2/+2 |
| * | Change embedded query to reflect column name change from "action" | Thomas G. Lockhart | 1997-10-25 | 1 | -2/+2 |
| * | Inline memset() as MemSet(). | Bruce Momjian | 1997-09-18 | 1 | -2/+2 |
| * | heapattr functions now return a Datum, not char *. | Bruce Momjian | 1997-09-12 | 2 | -15/+15 |
| * | Used modified version of indent that understands over 100 typedefs. | Bruce Momjian | 1997-09-08 | 5 | -67/+67 |
| * | Another PGINDENT run that changes variable indenting and case label indenting... | Bruce Momjian | 1997-09-08 | 6 | -434/+434 |
| * | Massive commit to run PGINDENT on all *.c and *.h files. | Bruce Momjian | 1997-09-07 | 6 | -1444/+1586 |
| * | Remove more (void) and fix -Wall warnings. | Bruce Momjian | 1997-08-12 | 2 | -5/+5 |
| * | Various compile errors concerning overflow due to shifts, unsigned, and bad p... | Bruce Momjian | 1997-07-24 | 1 | -3/+1 |
| * | Change %ud to %u | Bruce Momjian | 1996-12-26 | 1 | -2/+2 |
| * | Fix access through null pointer info->rule_action. Thanks Darren King. | Bryan Henderson | 1996-11-24 | 1 | -41/+38 |
| * | Fix syntax error: missing argument to elog(). Thanks Darren King. | Bryan Henderson | 1996-11-24 | 1 | -2/+2 |