summaryrefslogtreecommitdiff
path: root/src/backend/bootstrap
AgeCommit message (Expand)Author
1998-02-26pgindent run before 6.3 release, with Thomas' requested changes.Bruce Momjian
1998-02-11Goodbye register keyword. Compiler knows better.Bruce Momjian
1998-02-07atttypmod now -1.Bruce Momjian
1998-02-06Set attcacheoff value to -1 for all tables.Bruce Momjian
1998-01-25getpid/pid cleanupBruce Momjian
1998-01-07Goodbye ABORT. Hello ERROR for all errors.Bruce Momjian
1998-01-06Change some labels in bootparse to make ctags happy. Clean up outfunc/readfu...Bruce Momjian
1998-01-05Change elog(WARN) to elog(ERROR) and elog(ABORT).Bruce Momjian
1998-01-01Bracket #define sigsetjmp() to avoid redefinition. Linux starts out withThomas G. Lockhart
1997-12-20Major cleanout of PORTNAME variables from Makefiles...bound to screw upMarc G. Fournier
1997-12-17Rename Query label so ctags finds real structure.Bruce Momjian
1997-12-17First pass through, of many to come, towards making the whole sourceMarc G. Fournier
1997-11-28Rename heap_destroyr to heap_destroy, heap_destroy to heap_destroy_with_catalog.Bruce Momjian
1997-11-28Rename heap_create to heap_create_and_catatlog, rename heap_creatr to heap_cr...Bruce Momjian
1997-11-24Remove tqual.h includes not needed.Bruce Momjian
1997-11-21Remove archive stuff.Bruce Momjian
1997-11-20Remove all time travel stuff. Small parser cleanup.Bruce Momjian
1997-11-17Remove 16 char limit on system table/index names. Rename system indexes.Bruce Momjian
1997-09-18Inline memset() as MemSet().Bruce Momjian
1997-09-08Used modified version of indent that understands over 100 typedefs.Bruce Momjian
1997-09-08Add typdefs to pgindent run.Bruce Momjian
1997-09-08Lex/yacc source cleanup like indent.Bruce Momjian
1997-09-08Another PGINDENT run that changes variable indenting and case label indenting...Bruce Momjian
1997-09-07Massive commit to run PGINDENT on all *.c and *.h files.Bruce Momjian
1997-08-19Make functions static where possible, enclose unused functions in #ifdef NOT_...Bruce Momjian
1997-08-18Now that names are null terminated, no need to do all that NAMEDATALEN stuff.Bruce Momjian
1997-08-12Remove more (void) and fix -Wall warnings.Bruce Momjian
1997-06-25fix for initdb --debug core dump, from Tatsuo IshiiBruce Momjian
1997-06-11From: Robert Bruccoleri <bruc@bms.com>Marc G. Fournier
1997-06-11From: "Brian E. Gallew" <geek+@cmu.edu>Marc G. Fournier
1997-04-18Fix for -Wno-errorVadim B. Mikheev
1997-04-15Fix up the -Wno-error problem for non-gcc compilersMarc G. Fournier
1997-04-04This commit represents a clean compile with the new templates underMarc G. Fournier
1997-04-02From: Oleg Bartunov <oleg@sai.msu.su>Marc G. Fournier
1997-03-14Date/Time updates from Thomas...Marc G. Fournier
1997-03-12From: Dan McGuirk <mcguirk@indirect.com>Marc G. Fournier
1997-01-24Change NEED_SIG_JMP to HAVE_SIGSETJMP in preparation for configureMarc G. Fournier
1997-01-14Eliminate dupliclate definition of external variables reldesc and DataDir.Bryan Henderson
1997-01-10include sem.h added, include string.h neede, from Erik Bertelsen for UltrixBruce Momjian
1996-12-26pq/signal() portability patch. Also psql copy prompt fix.Bruce Momjian
1996-11-22Fix bug: -D options implies -d option.Bryan Henderson
1996-11-15Fix quote/doublequote handling.Bruce Momjian
1996-11-14Remove most compile-time options, add a few runtime options to make up for it.Bryan Henderson
1996-11-14Use -Wno-error option only if compiler is gcc.Bryan Henderson
1996-11-13Commit of a *MAJOR* patch from Dan McGuirk <djm@indirect.com>Marc G. Fournier
1996-11-10Add #include <unistd.h> to quiet compiler warning about missing getopt() decl...Bryan Henderson
1996-11-09Makefile cleanup after reorganizationBruce Momjian
1996-11-08Compile and warning cleanupBruce Momjian
1996-10-27Simplify make files, add full dependencies.Bryan Henderson
1996-10-23Major code cleanups from D'arcy (-Wall -Werror)Marc G. Fournier