aboutsummaryrefslogtreecommitdiff
path: root/src/backend/bootstrap/bootstrap.c
Commit message (Expand)AuthorAge
* pgindent run over code.Bruce Momjian1999-05-25
* Change error messages to oids come out as %u and not %d. Change has noBruce Momjian1999-05-10
* Change elog(ERROR) to get back to main loop via a plain sigsetjmp,Tom Lane1999-04-20
* Clean up att_align calculations so that XXXALIGN macrosTom Lane1999-03-25
* Add new postgres -O option to allow system table structure changes.Bruce Momjian1999-03-17
* Change my-function-name-- to my_function_name, and optimizer renames.Bruce Momjian1999-02-13
* Cleanup of source files where 'return' or 'var =' is alone on a line.Bruce Momjian1999-02-03
* Apply Win32 patch from Horak Daniel.Bruce Momjian1999-01-17
* New HeapTuple structure/interface.Vadim B. Mikheev1998-11-27
* OK, folks, here is the pgindent output.Bruce Momjian1998-09-01
* Renaming cleanup, no pgindent yet.Bruce Momjian1998-09-01
* Fix bootstrap so it properly defines alignment of attributes.Bruce Momjian1998-08-24
* heap_fetch requires buffer pointer, must be released; heap_getnextBruce Momjian1998-08-19
* Use Snapshot in heap access methods.Vadim B. Mikheev1998-07-27
* From: t-ishii@sra.co.jpMarc G. Fournier1998-07-26
* I really hope that I haven't missed anything in this one...Marc G. Fournier1998-07-24
* Fix for hang after postmaster restart. Add new proc_exit andBruce Momjian1998-06-27
* Remove un-needed braces around single statements.Bruce Momjian1998-06-15
* Remove fork()/exec() and only do fork(). Small cleanups.Bruce Momjian1998-05-29
* Allow cancel from client of backend query. Change some int variablesBruce Momjian1998-05-19
* Re-apply Darren's char2-16 removal code.Bruce Momjian1998-04-26
* Back out char2-char16 removal. Add later.Bruce Momjian1998-04-07
* The following uuencoded, gzip'd file will ...Bruce Momjian1998-03-30
* pgindent run before 6.3 release, with Thomas' requested changes.Bruce Momjian1998-02-26
* Goodbye register keyword. Compiler knows better.Bruce Momjian1998-02-11
* atttypmod now -1.Bruce Momjian1998-02-07
* Set attcacheoff value to -1 for all tables.Bruce Momjian1998-02-06
* getpid/pid cleanupBruce Momjian1998-01-25
* Goodbye ABORT. Hello ERROR for all errors.Bruce Momjian1998-01-07
* Change elog(WARN) to elog(ERROR) and elog(ABORT).Bruce Momjian1998-01-05
* Bracket #define sigsetjmp() to avoid redefinition. Linux starts out withThomas G. Lockhart1998-01-01
* Remove tqual.h includes not needed.Bruce Momjian1997-11-24
* Remove all time travel stuff. Small parser cleanup.Bruce Momjian1997-11-20
* Remove 16 char limit on system table/index names. Rename system indexes.Bruce Momjian1997-11-17
* Inline memset() as MemSet().Bruce Momjian1997-09-18
* Used modified version of indent that understands over 100 typedefs.Bruce Momjian1997-09-08
* Add typdefs to pgindent run.Bruce Momjian1997-09-08
* Another PGINDENT run that changes variable indenting and case label indenting...Bruce Momjian1997-09-08
* Massive commit to run PGINDENT on all *.c and *.h files.Bruce Momjian1997-09-07
* Make functions static where possible, enclose unused functions in #ifdef NOT_...Bruce Momjian1997-08-19
* Now that names are null terminated, no need to do all that NAMEDATALEN stuff.Bruce Momjian1997-08-18
* Remove more (void) and fix -Wall warnings.Bruce Momjian1997-08-12
* fix for initdb --debug core dump, from Tatsuo IshiiBruce Momjian1997-06-25
* Date/Time updates from Thomas...Marc G. Fournier1997-03-14
* From: Dan McGuirk <mcguirk@indirect.com>Marc G. Fournier1997-03-12
* Change NEED_SIG_JMP to HAVE_SIGSETJMP in preparation for configureMarc G. Fournier1997-01-24
* Eliminate dupliclate definition of external variables reldesc and DataDir.Bryan Henderson1997-01-14
* pq/signal() portability patch. Also psql copy prompt fix.Bruce Momjian1996-12-26
* Fix bug: -D options implies -d option.Bryan Henderson1996-11-22
* Remove most compile-time options, add a few runtime options to make up for it.Bryan Henderson1996-11-14