aboutsummaryrefslogtreecommitdiff
path: root/src/backend/bootstrap/bootstrap.c
Commit message (Expand)AuthorAge
* Make bootstrap debug messages more readable. Clean up some clutter.Peter Eisentraut2001-05-12
* Remove dashes in comments that don't need them, rewrap with pgindent.Bruce Momjian2001-03-22
* XLOG (and related) changes:Tom Lane2001-03-13
* Change Copyright from PostgreSQL, Inc to PostgreSQL Global Development Group.Bruce Momjian2001-01-24
* Restructure backend SIGINT/SIGTERM handling so that 'die' interruptsTom Lane2001-01-14
* New WAL version - CRC and data blocks backup.Vadim B. Mikheev2000-12-28
* Store current LC_COLLATE and LC_CTYPE settings in pg_control during initdb;Tom Lane2000-11-25
* Put external declarations into header files.Peter Eisentraut2000-11-21
* Fix OID bootstraping.Vadim B. Mikheev2000-11-21
* Auto checkpoint creation.Vadim B. Mikheev2000-11-09
* Make DROP TABLE rollback-able: postpone physical file delete until commit.Tom Lane2000-11-08
* Make the backend grok relative paths for the data directory by convertingPeter Eisentraut2000-11-04
* WAL miscVadim B. Mikheev2000-10-24
* WALVadim B. Mikheev2000-10-21
* Code cleanup of user name and user id handling in the backend. The currentPeter Eisentraut2000-09-06
* Modify heap_open()/heap_openr() API per pghackers discussion of 11 July.Tom Lane2000-08-03
* Cleanup of code for creating index entries. Functional indexes withTom Lane2000-07-14
* TOASTJan Wieck2000-07-03
* Move global internal files to PGDATA/global.Peter Eisentraut2000-07-03
* First phase of memory management rewrite (see backend/utils/mmgr/READMETom Lane2000-06-28
* 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