| Commit message (Expand) | Author | Age | Files | Lines |
| * | 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 |
| * | Make functions static where possible, enclose unused functions in #ifdef NOT_... | Bruce Momjian | 1997-08-19 | 1 | -9/+16 |
| * | Now that names are null terminated, no need to do all that NAMEDATALEN stuff. | Bruce Momjian | 1997-08-18 | 1 | -8/+6 |
| * | Remove more (void) and fix -Wall warnings. | Bruce Momjian | 1997-08-12 | 1 | -2/+2 |
| * | fix for initdb --debug core dump, from Tatsuo Ishii | Bruce Momjian | 1997-06-25 | 1 | -4/+4 |
| * | From: Robert Bruccoleri <bruc@bms.com> | Marc G. Fournier | 1997-06-11 | 1 | -2/+2 |
| * | From: "Brian E. Gallew" <geek+@cmu.edu> | Marc G. Fournier | 1997-06-11 | 1 | -5/+7 |
| * | Fix for -Wno-error | Vadim B. Mikheev | 1997-04-18 | 1 | -2/+2 |
| * | Fix up the -Wno-error problem for non-gcc compilers | Marc G. Fournier | 1997-04-15 | 1 | -2/+6 |
| * | This commit represents a clean compile with the new templates under | Marc G. Fournier | 1997-04-04 | 1 | -2/+2 |
| * | From: Oleg Bartunov <oleg@sai.msu.su> | Marc G. Fournier | 1997-04-02 | 1 | -8/+1 |
| * | Date/Time updates from Thomas... | Marc G. Fournier | 1997-03-14 | 1 | -2/+2 |
| * | From: Dan McGuirk <mcguirk@indirect.com> | Marc G. Fournier | 1997-03-12 | 1 | -2/+2 |
| * | Change NEED_SIG_JMP to HAVE_SIGSETJMP in preparation for configure | Marc G. Fournier | 1997-01-24 | 1 | -2/+2 |
| * | Eliminate dupliclate definition of external variables reldesc and DataDir. | Bryan Henderson | 1997-01-14 | 1 | -2/+1 |
| * | include sem.h added, include string.h neede, from Erik Bertelsen for Ultrix | Bruce Momjian | 1997-01-10 | 1 | -1/+2 |
| * | pq/signal() portability patch. Also psql copy prompt fix. | Bruce Momjian | 1996-12-26 | 1 | -5/+6 |
| * | Fix bug: -D options implies -d option. | Bryan Henderson | 1996-11-22 | 1 | -1/+2 |
| * | Fix quote/doublequote handling. | Bruce Momjian | 1996-11-15 | 1 | -2/+4 |
| * | Remove most compile-time options, add a few runtime options to make up for it. | Bryan Henderson | 1996-11-14 | 1 | -398/+412 |
| * | Use -Wno-error option only if compiler is gcc. | Bryan Henderson | 1996-11-14 | 1 | -8/+15 |
| * | Commit of a *MAJOR* patch from Dan McGuirk <djm@indirect.com> | Marc G. Fournier | 1996-11-13 | 1 | -2/+2 |
| * | Add #include <unistd.h> to quiet compiler warning about missing getopt() decl... | Bryan Henderson | 1996-11-10 | 1 | -1/+2 |
| * | Makefile cleanup after reorganization | Bruce Momjian | 1996-11-09 | 1 | -2/+1 |
| * | Compile and warning cleanup | Bruce Momjian | 1996-11-08 | 1 | -2/+2 |
| * | Simplify make files, add full dependencies. | Bryan Henderson | 1996-10-27 | 2 | -63/+71 |
| * | Major code cleanups from D'arcy (-Wall -Werror) | Marc G. Fournier | 1996-10-23 | 2 | -13/+20 |
| * | -Wall'd | Marc G. Fournier | 1996-10-21 | 3 | -35/+145 |
| * | Added a #define NEED_SIG_JMP to config.h | Marc G. Fournier | 1996-10-18 | 1 | -29/+10 |
| * | Fixed YACC depenencies and 'make clean' now cleans totally. | Bruce Momjian | 1996-09-26 | 1 | -3/+3 |
| * | Clean up th ecompile process by centralizing the include files | Marc G. Fournier | 1996-08-28 | 2 | -79/+2 |
| * | changed missed err() change to err_out()Release_2_0_0 | Marc G. Fournier | 1996-08-17 | 1 | -2/+2 |