| Commit message (Expand) | Author | Age | Files | Lines |
| * | Reimplement nodeMaterial to use a temporary BufFile (or even memory, if the | Tom Lane | 2000-06-18 | 2 | -2/+687 |
| * | Third round of fmgr updates: eliminate calls using fmgr() and | Tom Lane | 2000-05-30 | 1 | -19/+22 |
| * | Generated header files parse.h and fmgroids.h are now copied into | Tom Lane | 2000-05-29 | 1 | -3/+1 |
| * | Ye-old pgindent run. Same 4-space tabs. | Bruce Momjian | 2000-04-12 | 2 | -408/+491 |
| * | Fix a bunch of minor portability problems and maybe-bugs revealed by | Tom Lane | 2000-03-17 | 2 | -4/+4 |
| * | Small performance improvement in comparetup_heap. | Tom Lane | 2000-03-01 | 1 | -9/+5 |
| * | Replace inefficient _bt_invokestrat calls with direct calls to the | Tom Lane | 2000-02-18 | 1 | -30/+49 |
| * | Add: | Bruce Momjian | 2000-01-26 | 2 | -4/+6 |
| * | Some changes to prepare for LONG attributes. | Jan Wieck | 1999-12-16 | 1 | -2/+3 |
| * | New LDOUT makefile variable for QNX os. | Bruce Momjian | 1999-12-13 | 1 | -2/+2 |
| * | aggregate(DISTINCT ...) works, per SQL spec. | Tom Lane | 1999-12-13 | 1 | -3/+260 |
| * | Make LD -r as macros that can be changed for QNX. | Bruce Momjian | 1999-12-09 | 1 | -2/+2 |
| * | Further performance improvements in sorting: reduce number of comparisons | Tom Lane | 1999-10-30 | 1 | -185/+417 |
| * | Remove now-dead sort modules. | Tom Lane | 1999-10-17 | 2 | -1380/+0 |
| * | Final stage of psort reconstruction work: replace psort.c with | Tom Lane | 1999-10-17 | 3 | -6/+1471 |
| * | Second phase of psort reconstruction project: add bookkeeping logic to | Tom Lane | 1999-10-16 | 3 | -240/+1137 |
| * | Split 'BufFile' routines out of fd.c into a new module, buffile.c. Extend | Tom Lane | 1999-10-13 | 1 | -55/+57 |
| * | Move some system includes into c.h, and remove duplicates. | Bruce Momjian | 1999-07-17 | 2 | -6/+2 |
| * | Final cleanup | Bruce Momjian | 1999-07-16 | 2 | -4/+4 |
| * | Remove unused #includes in *.c files. | Bruce Momjian | 1999-07-15 | 2 | -17/+2 |
| * | Fix tuplecmp() to ensure repeatable sort ordering of tuples | Tom Lane | 1999-07-10 | 1 | -24/+32 |
| * | Another pgindent run. Sorry folks. | Bruce Momjian | 1999-05-25 | 1 | -7/+7 |
| * | pgindent run over code. | Bruce Momjian | 1999-05-25 | 1 | -26/+17 |
| * | Update hash and join routines to use fd.c's new temp-file | Tom Lane | 1999-05-09 | 1 | -158/+54 |
| * | Change my-function-name-- to my_function_name, and optimizer renames. | Bruce Momjian | 1999-02-13 | 2 | -4/+4 |
| * | Cleanup of source files where 'return' or 'var =' is alone on a line. | Bruce Momjian | 1999-02-03 | 1 | -9/+5 |
| * | Add TEMP tables/indexes. Add COPY pfree(). Other cleanups. | Bruce Momjian | 1999-02-02 | 1 | -4/+3 |
| * | Apply Win32 patch from Horak Daniel. | Bruce Momjian | 1999-01-17 | 1 | -2/+5 |
| * | Some security, since we now have vsnprintf, I remade an old patch | Bruce Momjian | 1999-01-01 | 1 | -2/+3 |
| * | more cleanups...of note, appendStringInfo now performs like sprintf(), | Marc G. Fournier | 1998-12-14 | 1 | -24/+32 |
| * | Initial attempt to clean up the code... | Marc G. Fournier | 1998-12-14 | 1 | -1/+3 |
| * | New HeapTuple structure/interface. | Vadim B. Mikheev | 1998-11-27 | 1 | -28/+10 |
| * | Renaming cleanup, no pgindent yet. | Bruce Momjian | 1998-09-01 | 2 | -25/+25 |
| * | Remove un-needed braces around single statements. | Bruce Momjian | 1998-06-15 | 1 | -3/+1 |
| * | Fix macros that were not properly surrounded by parens or braces. | Bruce Momjian | 1998-06-15 | 1 | -12/+16 |
| * | Hi, | Bruce Momjian | 1998-04-06 | 1 | -5/+3 |
| * | pgindent run before 6.3 release, with Thomas' requested changes. | Bruce Momjian | 1998-02-26 | 2 | -168/+184 |
| * | ExecReScan for Unique & Sort nodes. | Vadim B. Mikheev | 1998-02-23 | 1 | -3/+24 |
| * | Goodbye register keyword. Compiler knows better. | Bruce Momjian | 1998-02-11 | 2 | -30/+30 |
| * | Fix for psort. fixes regression tests. | Bruce Momjian | 1998-02-01 | 1 | -3/+2 |
| * | Inline fastgetattr and others so data access does not use function | Bruce Momjian | 1998-01-31 | 2 | -6/+6 |
| * | From: Jeroen van Vianen <jeroenv@design.nl> | Marc G. Fournier | 1998-01-25 | 1 | -7/+6 |
| * | getpid/pid cleanup | Bruce Momjian | 1998-01-25 | 1 | -2/+2 |
| * | Thank god for searchable mail archives. | PostgreSQL Daemon | 1998-01-15 | 2 | -10/+10 |
| * | Some *very* major changes by darrenk@insightdist.com (Darren King) | Marc G. Fournier | 1998-01-13 | 1 | -14/+9 |
| * | Goodbye ABORT. Hello ERROR for all errors. | Bruce Momjian | 1998-01-07 | 1 | -4/+4 |
| * | Change elog(WARN) to elog(ERROR) and elog(ABORT). | Bruce Momjian | 1998-01-05 | 1 | -4/+4 |
| * | 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 |
| * | Remove tqual.h includes not needed. | Bruce Momjian | 1997-11-24 | 1 | -3/+1 |