aboutsummaryrefslogtreecommitdiff
path: root/src/backend/bootstrap/bootstrap.c
Commit message (Expand)AuthorAge
* Second pass over run-time configuration system. Adjust priorities on somePeter Eisentraut2000-06-22
* Get rid of IndexIsUniqueNoCache() kluge by the simple expedient ofTom Lane2000-06-17
* Latest round of fmgr updates. All functions with bool,char, or int2Tom Lane2000-06-05
* The heralded `Grand Unified Configuration scheme' (GUC)Peter Eisentraut2000-05-31
* Third round of fmgr updates: eliminate calls using fmgr() andTom Lane2000-05-30
* First round of changes for new fmgr interface. fmgr itself and theTom Lane2000-05-28
* Ye-old pgindent run. Same 4-space tabs.Bruce Momjian2000-04-12
* Implement reindex commandHiroshi Inoue2000-02-18
* Add:Bruce Momjian2000-01-26
* Fix a passel of problems with incorrect calls to typinput and typoutputTom Lane2000-01-15
* Fixed all elog related warnings, as well as a few others.Peter Eisentraut2000-01-15
* Correct hardwired type information in bootstrap.Tom Lane2000-01-11
* Rename oid8 -> oidvector and int28 -> int2vector. Cleanup of *out functions.Bruce Momjian2000-01-10
* Required catalog changes for extended LONG attribute storage.Jan Wieck1999-12-20
* Some changes to prepare for LONG attributes.Jan Wieck1999-12-16
* Rename heap_replace to heap_update.Bruce Momjian1999-11-24
* New NameStr macro to convert Name to Str. No need for var.data anymore.Bruce Momjian1999-11-07
* Standardize on MAXPGPATH as the size of a file pathname buffer,Tom Lane1999-10-25
* XLOG (also known as WAL -:)) Bootstrap/Startup/Shutdown.Vadim B. Mikheev1999-10-06
* Massimo's SET FSYNC and SHOW PG_OPTIONS changes, without SET QUERY_LIMIT.Bruce Momjian1999-09-27
* Mega-commit to make heap_open/heap_openr/heap_close take anTom Lane1999-09-18
* Re-add getopt.h check, remove NT-specific tests for it.Bruce Momjian1999-07-19
* Move some system includes into c.h, and remove duplicates.Bruce Momjian1999-07-17
* Final cleanup.Bruce Momjian1999-07-16
* Update #include cleanupsBruce Momjian1999-07-16
* Remove unused #includes in *.c files.Bruce Momjian1999-07-15
* Clean up #include in /include directory. Add scripts for checking includes.Bruce Momjian1999-07-15
* 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