| Commit message (Expand) | Author | Age |
* | Another 'mega-commit' of back-patches ... | Marc G. Fournier | 1999-08-02 |
* | Fix tuplecmp() to ensure repeatable sort ordering of tuples | Tom Lane | 1999-07-10 |
* | Another pgindent run. Sorry folks. | Bruce Momjian | 1999-05-25 |
* | pgindent run over code. | Bruce Momjian | 1999-05-25 |
* | Update hash and join routines to use fd.c's new temp-file | Tom Lane | 1999-05-09 |
* | Change my-function-name-- to my_function_name, and optimizer renames. | Bruce Momjian | 1999-02-13 |
* | Cleanup of source files where 'return' or 'var =' is alone on a line. | Bruce Momjian | 1999-02-03 |
* | Add TEMP tables/indexes. Add COPY pfree(). Other cleanups. | Bruce Momjian | 1999-02-02 |
* | Apply Win32 patch from Horak Daniel. | Bruce Momjian | 1999-01-17 |
* | Some security, since we now have vsnprintf, I remade an old patch | Bruce Momjian | 1999-01-01 |
* | more cleanups...of note, appendStringInfo now performs like sprintf(), | Marc G. Fournier | 1998-12-14 |
* | Initial attempt to clean up the code... | Marc G. Fournier | 1998-12-14 |
* | New HeapTuple structure/interface. | Vadim B. Mikheev | 1998-11-27 |
* | Renaming cleanup, no pgindent yet. | Bruce Momjian | 1998-09-01 |
* | Remove un-needed braces around single statements. | Bruce Momjian | 1998-06-15 |
* | Fix macros that were not properly surrounded by parens or braces. | Bruce Momjian | 1998-06-15 |
* | Hi, | Bruce Momjian | 1998-04-06 |
* | pgindent run before 6.3 release, with Thomas' requested changes. | Bruce Momjian | 1998-02-26 |
* | ExecReScan for Unique & Sort nodes. | Vadim B. Mikheev | 1998-02-23 |
* | Goodbye register keyword. Compiler knows better. | Bruce Momjian | 1998-02-11 |
* | Fix for psort. fixes regression tests. | Bruce Momjian | 1998-02-01 |
* | Inline fastgetattr and others so data access does not use function | Bruce Momjian | 1998-01-31 |
* | From: Jeroen van Vianen <jeroenv@design.nl> | Marc G. Fournier | 1998-01-25 |
* | getpid/pid cleanup | Bruce Momjian | 1998-01-25 |
* | Thank god for searchable mail archives. | PostgreSQL Daemon | 1998-01-15 |
* | Some *very* major changes by darrenk@insightdist.com (Darren King) | Marc G. Fournier | 1998-01-13 |
* | Goodbye ABORT. Hello ERROR for all errors. | Bruce Momjian | 1998-01-07 |
* | Change elog(WARN) to elog(ERROR) and elog(ABORT). | Bruce Momjian | 1998-01-05 |
* | Major cleanout of PORTNAME variables from Makefiles...bound to screw up | Marc G. Fournier | 1997-12-20 |
* | More cleanups. I can now compile without PORTNAME being defined n | Marc G. Fournier | 1997-12-19 |
* | Remove tqual.h includes not needed. | Bruce Momjian | 1997-11-24 |
* | Rename strNcpy to StrNCpy, and change third parameter. | Bruce Momjian | 1997-10-25 |
* | Fix for backward cursors with ORDER BY. | Vadim B. Mikheev | 1997-10-15 |
* | Fix for psort temp file names, from Vadim. | Bruce Momjian | 1997-09-26 |
* | Don't limit number of tuples in leftist trees! | Vadim B. Mikheev | 1997-09-18 |
* | 1. Use qsort for first run | Vadim B. Mikheev | 1997-09-18 |
* | Fix pfree problem. | Vadim B. Mikheev | 1997-09-15 |
* | heapattr functions now return a Datum, not char *. | Bruce Momjian | 1997-09-12 |
* | Used modified version of indent that understands over 100 typedefs. | Bruce Momjian | 1997-09-08 |
* | Another PGINDENT run that changes variable indenting and case label indenting... | Bruce Momjian | 1997-09-08 |
* | Massive commit to run PGINDENT on all *.c and *.h files. | Bruce Momjian | 1997-09-07 |
* | Add // comments. | Bruce Momjian | 1997-09-05 |
* | Make functions static where possible, enclose unused functions in #ifdef NOT_... | Bruce Momjian | 1997-08-19 |
* | Reduce open() calls. Replace fopen() calls with calls to fd.c functions. | Bruce Momjian | 1997-08-18 |
* | Cleanup global variables, remove stable memory stuff. | Bruce Momjian | 1997-08-14 |
* | sprintf "...%d...", ... (int)getpid(), ... | Vadim B. Mikheev | 1997-08-14 |
* | Remove more (void) and fix -Wall warnings. | Bruce Momjian | 1997-08-12 |
* | Fix pgproc names over 15 chars in output. Add strNcpy() function. remove so... | Bruce Momjian | 1997-08-12 |
* | Fix for psort again. | Bruce Momjian | 1997-08-06 |
* | Another psort fix. | Bruce Momjian | 1997-08-06 |