| Commit message (Expand) | Author | Age | Files | Lines |
| * | Change elog(ERROR) to get back to main loop via a plain sigsetjmp, | Tom Lane | 1999-04-20 | 1 | -19/+1 |
| * | Clean up att_align calculations so that XXXALIGN macros | Tom Lane | 1999-03-25 | 1 | -3/+23 |
| * | Add new postgres -O option to allow system table structure changes. | Bruce Momjian | 1999-03-17 | 1 | -3/+3 |
| * | Change my-function-name-- to my_function_name, and optimizer renames. | Bruce Momjian | 1999-02-13 | 3 | -6/+6 |
| * | Cleanup of source files where 'return' or 'var =' is alone on a line. | Bruce Momjian | 1999-02-03 | 1 | -3/+2 |
| * | Add TEMP tables/indexes. Add COPY pfree(). Other cleanups. | Bruce Momjian | 1999-02-02 | 1 | -3/+4 |
| * | The following patch finishes primary key support. Previously, when | Bruce Momjian | 1999-01-21 | 1 | -2/+2 |
| * | Apply Win32 patch from Horak Daniel. | Bruce Momjian | 1999-01-17 | 1 | -1/+4 |
| * | New HeapTuple structure/interface. | Vadim B. Mikheev | 1998-11-27 | 1 | -4/+4 |
| * | OK, folks, here is the pgindent output. | Bruce Momjian | 1998-09-01 | 1 | -3/+4 |
| * | Renaming cleanup, no pgindent yet. | Bruce Momjian | 1998-09-01 | 1 | -22/+22 |
| * | Fix bootstrap so it properly defines alignment of attributes. | Bruce Momjian | 1998-08-24 | 1 | -8/+10 |
| * | o note that now pg_database has a new attribuite "encoding" even | Bruce Momjian | 1998-08-24 | 2 | -15/+2 |
| * | heap_fetch requires buffer pointer, must be released; heap_getnext | Bruce Momjian | 1998-08-19 | 2 | -56/+37 |
| * | Make large objects their own relkind type. Fix dups in pg_class_mb | Bruce Momjian | 1998-08-06 | 1 | -3/+3 |
| * | Use Snapshot in heap access methods. | Vadim B. Mikheev | 1998-07-27 | 1 | -10/+5 |
| * | From: t-ishii@sra.co.jp | Marc G. Fournier | 1998-07-26 | 4 | -10/+10 |
| * | I really hope that I haven't missed anything in this one... | Marc G. Fournier | 1998-07-24 | 4 | -4/+25 |
| * | Fix for hang after postmaster restart. Add new proc_exit and | Bruce Momjian | 1998-06-27 | 1 | -7/+7 |
| * | Remove un-needed braces around single statements. | Bruce Momjian | 1998-06-15 | 1 | -33/+1 |
| * | Remove fork()/exec() and only do fork(). Small cleanups. | Bruce Momjian | 1998-05-29 | 1 | -2/+2 |
| * | Allow cancel from client of backend query. Change some int variables | Bruce Momjian | 1998-05-19 | 1 | -7/+7 |
| * | Re-apply Darren's char2-16 removal code. | Bruce Momjian | 1998-04-26 | 2 | -95/+71 |
| * | Back out char2-char16 removal. Add later. | Bruce Momjian | 1998-04-07 | 2 | -71/+95 |
| * | Hi, | Bruce Momjian | 1998-04-06 | 1 | -6/+4 |
| * | The following uuencoded, gzip'd file will ... | Bruce Momjian | 1998-03-30 | 2 | -95/+71 |
| * | pgindent run before 6.3 release, with Thomas' requested changes. | Bruce Momjian | 1998-02-26 | 1 | -9/+11 |
| * | Goodbye register keyword. Compiler knows better. | Bruce Momjian | 1998-02-11 | 1 | -2/+2 |
| * | atttypmod now -1. | Bruce Momjian | 1998-02-07 | 1 | -1/+2 |
| * | Set attcacheoff value to -1 for all tables. | Bruce Momjian | 1998-02-06 | 1 | -15/+3 |
| * | getpid/pid cleanup | Bruce Momjian | 1998-01-25 | 1 | -2/+2 |
| * | Goodbye ABORT. Hello ERROR for all errors. | Bruce Momjian | 1998-01-07 | 2 | -8/+8 |
| * | Change some labels in bootparse to make ctags happy. Clean up outfunc/readfu... | Bruce Momjian | 1998-01-06 | 1 | -51/+51 |
| * | Change elog(WARN) to elog(ERROR) and elog(ABORT). | Bruce Momjian | 1998-01-05 | 2 | -8/+8 |
| * | Bracket #define sigsetjmp() to avoid redefinition. Linux starts out with | Thomas G. Lockhart | 1998-01-01 | 1 | -4/+10 |
| * | Major cleanout of PORTNAME variables from Makefiles...bound to screw up | Marc G. Fournier | 1997-12-20 | 1 | -5/+1 |
| * | Rename Query label so ctags finds real structure. | Bruce Momjian | 1997-12-17 | 1 | -4/+4 |
| * | First pass through, of many to come, towards making the whole source | Marc G. Fournier | 1997-12-17 | 1 | -4/+6 |
| * | Rename heap_destroyr to heap_destroy, heap_destroy to heap_destroy_with_catalog. | Bruce Momjian | 1997-11-28 | 1 | -3/+3 |
| * | Rename heap_create to heap_create_and_catatlog, rename heap_creatr to heap_cr... | Bruce Momjian | 1997-11-28 | 1 | -4/+4 |
| * | Remove tqual.h includes not needed. | Bruce Momjian | 1997-11-24 | 3 | -6/+3 |
| * | Remove archive stuff. | Bruce Momjian | 1997-11-21 | 1 | -9/+3 |
| * | Remove all time travel stuff. Small parser cleanup. | Bruce Momjian | 1997-11-20 | 1 | -5/+5 |
| * | Remove 16 char limit on system table/index names. Rename system indexes. | Bruce Momjian | 1997-11-17 | 1 | -3/+3 |
| * | Inline memset() as MemSet(). | Bruce Momjian | 1997-09-18 | 1 | -2/+2 |
| * | Used modified version of indent that understands over 100 typedefs. | Bruce Momjian | 1997-09-08 | 1 | -7/+7 |
| * | Add typdefs to pgindent run. | Bruce Momjian | 1997-09-08 | 1 | -2/+2 |
| * | Lex/yacc source cleanup like indent. | Bruce Momjian | 1997-09-08 | 2 | -265/+273 |
| * | Another PGINDENT run that changes variable indenting and case label indenting... | Bruce Momjian | 1997-09-08 | 1 | -114/+113 |
| * | Massive commit to run PGINDENT on all *.c and *.h files. | Bruce Momjian | 1997-09-07 | 1 | -791/+892 |