summaryrefslogtreecommitdiff
path: root/src/backend/bootstrap
Commit message (Expand)AuthorAgeFilesLines
* Goodbye ABORT. Hello ERROR for all errors.Bruce Momjian1998-01-072-8/+8
* Change some labels in bootparse to make ctags happy. Clean up outfunc/readfu...Bruce Momjian1998-01-061-51/+51
* Change elog(WARN) to elog(ERROR) and elog(ABORT).Bruce Momjian1998-01-052-8/+8
* Bracket #define sigsetjmp() to avoid redefinition. Linux starts out withThomas G. Lockhart1998-01-011-4/+10
* Major cleanout of PORTNAME variables from Makefiles...bound to screw upMarc G. Fournier1997-12-201-5/+1
* Rename Query label so ctags finds real structure.Bruce Momjian1997-12-171-4/+4
* First pass through, of many to come, towards making the whole sourceMarc G. Fournier1997-12-171-4/+6
* Rename heap_destroyr to heap_destroy, heap_destroy to heap_destroy_with_catalog.Bruce Momjian1997-11-281-3/+3
* Rename heap_create to heap_create_and_catatlog, rename heap_creatr to heap_cr...Bruce Momjian1997-11-281-4/+4
* Remove tqual.h includes not needed.Bruce Momjian1997-11-243-6/+3
* Remove archive stuff.Bruce Momjian1997-11-211-9/+3
* Remove all time travel stuff. Small parser cleanup.Bruce Momjian1997-11-201-5/+5
* Remove 16 char limit on system table/index names. Rename system indexes.Bruce Momjian1997-11-171-3/+3
* Inline memset() as MemSet().Bruce Momjian1997-09-181-2/+2
* Used modified version of indent that understands over 100 typedefs.Bruce Momjian1997-09-081-7/+7
* Add typdefs to pgindent run.Bruce Momjian1997-09-081-2/+2
* Lex/yacc source cleanup like indent.Bruce Momjian1997-09-082-265/+273
* Another PGINDENT run that changes variable indenting and case label indenting...Bruce Momjian1997-09-081-114/+113
* Massive commit to run PGINDENT on all *.c and *.h files.Bruce Momjian1997-09-071-791/+892
* Make functions static where possible, enclose unused functions in #ifdef NOT_...Bruce Momjian1997-08-191-9/+16
* Now that names are null terminated, no need to do all that NAMEDATALEN stuff.Bruce Momjian1997-08-181-8/+6
* Remove more (void) and fix -Wall warnings.Bruce Momjian1997-08-121-2/+2
* fix for initdb --debug core dump, from Tatsuo IshiiBruce Momjian1997-06-251-4/+4
* From: Robert Bruccoleri <bruc@bms.com>Marc G. Fournier1997-06-111-2/+2
* From: "Brian E. Gallew" <geek+@cmu.edu>Marc G. Fournier1997-06-111-5/+7
* Fix for -Wno-errorVadim B. Mikheev1997-04-181-2/+2
* Fix up the -Wno-error problem for non-gcc compilersMarc G. Fournier1997-04-151-2/+6
* This commit represents a clean compile with the new templates underMarc G. Fournier1997-04-041-2/+2
* From: Oleg Bartunov <oleg@sai.msu.su>Marc G. Fournier1997-04-021-8/+1
* Date/Time updates from Thomas...Marc G. Fournier1997-03-141-2/+2
* From: Dan McGuirk <mcguirk@indirect.com>Marc G. Fournier1997-03-121-2/+2
* Change NEED_SIG_JMP to HAVE_SIGSETJMP in preparation for configureMarc G. Fournier1997-01-241-2/+2
* Eliminate dupliclate definition of external variables reldesc and DataDir.Bryan Henderson1997-01-141-2/+1
* include sem.h added, include string.h neede, from Erik Bertelsen for UltrixBruce Momjian1997-01-101-1/+2
* pq/signal() portability patch. Also psql copy prompt fix.Bruce Momjian1996-12-261-5/+6
* Fix bug: -D options implies -d option.Bryan Henderson1996-11-221-1/+2
* Fix quote/doublequote handling.Bruce Momjian1996-11-151-2/+4
* Remove most compile-time options, add a few runtime options to make up for it.Bryan Henderson1996-11-141-398/+412
* Use -Wno-error option only if compiler is gcc.Bryan Henderson1996-11-141-8/+15
* Commit of a *MAJOR* patch from Dan McGuirk <djm@indirect.com>Marc G. Fournier1996-11-131-2/+2
* Add #include <unistd.h> to quiet compiler warning about missing getopt() decl...Bryan Henderson1996-11-101-1/+2
* Makefile cleanup after reorganizationBruce Momjian1996-11-091-2/+1
* Compile and warning cleanupBruce Momjian1996-11-081-2/+2
* Simplify make files, add full dependencies.Bryan Henderson1996-10-272-63/+71
* Major code cleanups from D'arcy (-Wall -Werror)Marc G. Fournier1996-10-232-13/+20
* -Wall'dMarc G. Fournier1996-10-213-35/+145
* Added a #define NEED_SIG_JMP to config.hMarc G. Fournier1996-10-181-29/+10
* Fixed YACC depenencies and 'make clean' now cleans totally.Bruce Momjian1996-09-261-3/+3
* Clean up th ecompile process by centralizing the include filesMarc G. Fournier1996-08-282-79/+2
* changed missed err() change to err_out()Release_2_0_0Marc G. Fournier1996-08-171-2/+2