summaryrefslogtreecommitdiff
path: root/src/backend/bootstrap/bootstrap.c
AgeCommit message (Expand)Author
2000-06-22Second pass over run-time configuration system. Adjust priorities on somePeter Eisentraut
2000-06-17Get rid of IndexIsUniqueNoCache() kluge by the simple expedient ofTom Lane
2000-06-05Latest round of fmgr updates. All functions with bool,char, or int2Tom Lane
2000-05-31The heralded `Grand Unified Configuration scheme' (GUC)Peter Eisentraut
2000-05-30Third round of fmgr updates: eliminate calls using fmgr() andTom Lane
2000-05-28First round of changes for new fmgr interface. fmgr itself and theTom Lane
2000-04-12Ye-old pgindent run. Same 4-space tabs.Bruce Momjian
2000-02-18Implement reindex commandHiroshi Inoue
2000-01-26Add:Bruce Momjian
2000-01-15Fix a passel of problems with incorrect calls to typinput and typoutputTom Lane
2000-01-15Fixed all elog related warnings, as well as a few others.Peter Eisentraut
2000-01-11Correct hardwired type information in bootstrap.Tom Lane
2000-01-10Rename oid8 -> oidvector and int28 -> int2vector. Cleanup of *out functions.Bruce Momjian
1999-12-20Required catalog changes for extended LONG attribute storage.Jan Wieck
1999-12-16Some changes to prepare for LONG attributes.Jan Wieck
1999-11-24Rename heap_replace to heap_update.Bruce Momjian
1999-11-07New NameStr macro to convert Name to Str. No need for var.data anymore.Bruce Momjian
1999-10-25Standardize on MAXPGPATH as the size of a file pathname buffer,Tom Lane
1999-10-06XLOG (also known as WAL -:)) Bootstrap/Startup/Shutdown.Vadim B. Mikheev
1999-09-27Massimo's SET FSYNC and SHOW PG_OPTIONS changes, without SET QUERY_LIMIT.Bruce Momjian
1999-09-18Mega-commit to make heap_open/heap_openr/heap_close take anTom Lane
1999-07-19Re-add getopt.h check, remove NT-specific tests for it.Bruce Momjian
1999-07-17 Move some system includes into c.h, and remove duplicates.Bruce Momjian
1999-07-16Final cleanup.Bruce Momjian
1999-07-16Update #include cleanupsBruce Momjian
1999-07-15Remove unused #includes in *.c files.Bruce Momjian
1999-07-15Clean up #include in /include directory. Add scripts for checking includes.Bruce Momjian
1999-05-25pgindent run over code.Bruce Momjian
1999-05-10Change error messages to oids come out as %u and not %d. Change has noBruce Momjian
1999-04-20Change elog(ERROR) to get back to main loop via a plain sigsetjmp,Tom Lane
1999-03-25Clean up att_align calculations so that XXXALIGN macrosTom Lane
1999-03-17Add new postgres -O option to allow system table structure changes.Bruce Momjian
1999-02-13Change my-function-name-- to my_function_name, and optimizer renames.Bruce Momjian
1999-02-03Cleanup of source files where 'return' or 'var =' is alone on a line.Bruce Momjian
1999-01-17Apply Win32 patch from Horak Daniel.Bruce Momjian
1998-11-27New HeapTuple structure/interface.Vadim B. Mikheev
1998-09-01OK, folks, here is the pgindent output.Bruce Momjian
1998-09-01Renaming cleanup, no pgindent yet.Bruce Momjian
1998-08-24Fix bootstrap so it properly defines alignment of attributes.Bruce Momjian
1998-08-19heap_fetch requires buffer pointer, must be released; heap_getnextBruce Momjian
1998-07-27Use Snapshot in heap access methods.Vadim B. Mikheev
1998-07-26From: t-ishii@sra.co.jpMarc G. Fournier
1998-07-24I really hope that I haven't missed anything in this one...Marc G. Fournier
1998-06-27Fix for hang after postmaster restart. Add new proc_exit andBruce Momjian
1998-06-15Remove un-needed braces around single statements.Bruce Momjian
1998-05-29Remove fork()/exec() and only do fork(). Small cleanups.Bruce Momjian
1998-05-19Allow cancel from client of backend query. Change some int variablesBruce Momjian
1998-04-26Re-apply Darren's char2-16 removal code.Bruce Momjian
1998-04-07Back out char2-char16 removal. Add later.Bruce Momjian
1998-03-30The following uuencoded, gzip'd file will ...Bruce Momjian