summaryrefslogtreecommitdiff
path: root/src/backend/bootstrap/bootstrap.c
Commit message (Expand)AuthorAgeFilesLines
* heap_fetch requires buffer pointer, must be released; heap_getnextBruce Momjian1998-08-191-24/+26
* Use Snapshot in heap access methods.Vadim B. Mikheev1998-07-271-10/+5
* From: t-ishii@sra.co.jpMarc G. Fournier1998-07-261-2/+2
* I really hope that I haven't missed anything in this one...Marc G. Fournier1998-07-241-1/+6
* Fix for hang after postmaster restart. Add new proc_exit andBruce Momjian1998-06-271-7/+7
* Remove un-needed braces around single statements.Bruce Momjian1998-06-151-33/+1
* Remove fork()/exec() and only do fork(). Small cleanups.Bruce Momjian1998-05-291-2/+2
* Allow cancel from client of backend query. Change some int variablesBruce Momjian1998-05-191-7/+7
* Re-apply Darren's char2-16 removal code.Bruce Momjian1998-04-261-64/+46
* Back out char2-char16 removal. Add later.Bruce Momjian1998-04-071-46/+64
* The following uuencoded, gzip'd file will ...Bruce Momjian1998-03-301-64/+46
* pgindent run before 6.3 release, with Thomas' requested changes.Bruce Momjian1998-02-261-9/+11
* Goodbye register keyword. Compiler knows better.Bruce Momjian1998-02-111-2/+2
* atttypmod now -1.Bruce Momjian1998-02-071-1/+2
* Set attcacheoff value to -1 for all tables.Bruce Momjian1998-02-061-15/+3
* getpid/pid cleanupBruce Momjian1998-01-251-2/+2
* Goodbye ABORT. Hello ERROR for all errors.Bruce Momjian1998-01-071-5/+5
* Change elog(WARN) to elog(ERROR) and elog(ABORT).Bruce Momjian1998-01-051-5/+5
* Bracket #define sigsetjmp() to avoid redefinition. Linux starts out withThomas G. Lockhart1998-01-011-4/+10
* Remove tqual.h includes not needed.Bruce Momjian1997-11-241-2/+1
* 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
* 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
* 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
* 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
* Remove most compile-time options, add a few runtime options to make up for it.Bryan Henderson1996-11-141-398/+412
* Add #include <unistd.h> to quiet compiler warning about missing getopt() decl...Bryan Henderson1996-11-101-1/+2
* Major code cleanups from D'arcy (-Wall -Werror)Marc G. Fournier1996-10-231-8/+11
* -Wall'dMarc G. Fournier1996-10-211-20/+76
* Added a #define NEED_SIG_JMP to config.hMarc G. Fournier1996-10-181-29/+10
* changed missed err() change to err_out()Release_2_0_0Marc G. Fournier1996-08-171-2/+2
* Fixes:Marc G. Fournier1996-08-131-6/+2
* Finished merging in src/backend from Dr. George's source treeMarc G. Fournier1996-07-231-10/+11
* fix: BSDi 2.1 requires a port seperate from BSDi 2.0{.1}Marc G. Fournier1996-07-161-2/+2
* fsync patch from openlinkMarc G. Fournier1996-07-151-2/+22
* Postgres95 1.01 Distribution - Virgin SourcesPG95-1_01Marc G. Fournier1996-07-091-0/+1049