summaryrefslogtreecommitdiff
path: root/src/backend/bootstrap/bootstrap.c
Commit message (Expand)AuthorAgeFilesLines
* Code cleanup of user name and user id handling in the backend. The currentPeter Eisentraut2000-09-061-2/+2
* Modify heap_open()/heap_openr() API per pghackers discussion of 11 July.Tom Lane2000-08-031-6/+1
* Cleanup of code for creating index entries. Functional indexes withTom Lane2000-07-141-53/+14
* TOASTJan Wieck2000-07-031-2/+2
* Move global internal files to PGDATA/global.Peter Eisentraut2000-07-031-5/+3
* First phase of memory management rewrite (see backend/utils/mmgr/READMETom Lane2000-06-281-13/+27
* Second pass over run-time configuration system. Adjust priorities on somePeter Eisentraut2000-06-221-4/+8
* Get rid of IndexIsUniqueNoCache() kluge by the simple expedient ofTom Lane2000-06-171-25/+11
* Latest round of fmgr updates. All functions with bool,char, or int2Tom Lane2000-06-051-3/+3
* The heralded `Grand Unified Configuration scheme' (GUC)Peter Eisentraut2000-05-311-2/+2
* Third round of fmgr updates: eliminate calls using fmgr() andTom Lane2000-05-301-15/+20
* First round of changes for new fmgr interface. fmgr itself and theTom Lane2000-05-281-1/+2
* Ye-old pgindent run. Same 4-space tabs.Bruce Momjian2000-04-121-16/+16
* Implement reindex commandHiroshi Inoue2000-02-181-1/+2
* Add:Bruce Momjian2000-01-261-2/+3
* Fix a passel of problems with incorrect calls to typinput and typoutputTom Lane2000-01-151-5/+4
* Fixed all elog related warnings, as well as a few others.Peter Eisentraut2000-01-151-2/+2
* Correct hardwired type information in bootstrap.Tom Lane2000-01-111-20/+23
* Rename oid8 -> oidvector and int28 -> int2vector. Cleanup of *out functions.Bruce Momjian2000-01-101-3/+3
* Required catalog changes for extended LONG attribute storage.Jan Wieck1999-12-201-1/+3
* Some changes to prepare for LONG attributes.Jan Wieck1999-12-161-2/+2
* Rename heap_replace to heap_update.Bruce Momjian1999-11-241-2/+2
* New NameStr macro to convert Name to Str. No need for var.data anymore.Bruce Momjian1999-11-071-7/+7
* Standardize on MAXPGPATH as the size of a file pathname buffer,Tom Lane1999-10-251-3/+5
* XLOG (also known as WAL -:)) Bootstrap/Startup/Shutdown.Vadim B. Mikheev1999-10-061-27/+58
* Massimo's SET FSYNC and SHOW PG_OPTIONS changes, without SET QUERY_LIMIT.Bruce Momjian1999-09-271-2/+1
* Mega-commit to make heap_open/heap_openr/heap_close take anTom Lane1999-09-181-11/+18
* Re-add getopt.h check, remove NT-specific tests for it.Bruce Momjian1999-07-191-5/+4
* Move some system includes into c.h, and remove duplicates.Bruce Momjian1999-07-171-7/+1
* Final cleanup.Bruce Momjian1999-07-161-2/+4
* Update #include cleanupsBruce Momjian1999-07-161-2/+2
* Remove unused #includes in *.c files.Bruce Momjian1999-07-151-43/+1
* Clean up #include in /include directory. Add scripts for checking includes.Bruce Momjian1999-07-151-2/+1
* pgindent run over code.Bruce Momjian1999-05-251-3/+5
* Change error messages to oids come out as %u and not %d. Change has noBruce Momjian1999-05-101-5/+5
* Change elog(ERROR) to get back to main loop via a plain sigsetjmp,Tom Lane1999-04-201-19/+1
* Clean up att_align calculations so that XXXALIGN macrosTom Lane1999-03-251-3/+23
* Add new postgres -O option to allow system table structure changes.Bruce Momjian1999-03-171-3/+3
* Change my-function-name-- to my_function_name, and optimizer renames.Bruce Momjian1999-02-131-2/+2
* Cleanup of source files where 'return' or 'var =' is alone on a line.Bruce Momjian1999-02-031-3/+2
* Apply Win32 patch from Horak Daniel.Bruce Momjian1999-01-171-1/+4
* New HeapTuple structure/interface.Vadim B. Mikheev1998-11-271-4/+4
* OK, folks, here is the pgindent output.Bruce Momjian1998-09-011-3/+4
* Renaming cleanup, no pgindent yet.Bruce Momjian1998-09-011-22/+22
* Fix bootstrap so it properly defines alignment of attributes.Bruce Momjian1998-08-241-8/+10
* 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