summaryrefslogtreecommitdiff
path: root/src/backend/bootstrap/bootstrap.c
Commit message (Expand)AuthorAgeFilesLines
* pgindent run on all C files. Java run to follow. initdb/regressionBruce Momjian2001-10-251-5/+4
* Ensure that all startup paths (postmaster, standalone postgres, orTom Lane2001-10-191-2/+4
* Implement new 'lightweight lock manager' that's intermediate betweenTom Lane2001-09-291-16/+27
* Remove useless LockDisable() function and associated overhead, per myTom Lane2001-09-271-2/+1
* Hide backend debug output in initdb by default. To that end, the bootstrapPeter Eisentraut2001-08-251-3/+7
* Make OIDs optional, per discussions in pghackers. WITH OIDS is still theTom Lane2001-08-101-4/+5
* Fix handling of SIGCHLD, per recent pghackers discussion: on someTom Lane2001-08-041-2/+4
* Partial indexes work again, courtesy of Martijn van Oosterhout.Tom Lane2001-07-161-3/+4
* Restructure index AM interface for index building and index tuple deletion,Tom Lane2001-07-151-2/+2
* Fix a couple remaining places where GUC variables were assigned toTom Lane2001-06-251-3/+3
* Extend GUC concepts of parse_hook and assign_hook to all four supportedTom Lane2001-06-121-2/+2
* Mark many strings in backend not covered by elog for translation. Also,Peter Eisentraut2001-06-031-10/+13
* Make bootstrap debug messages more readable. Clean up some clutter.Peter Eisentraut2001-05-121-78/+43
* Remove dashes in comments that don't need them, rewrap with pgindent.Bruce Momjian2001-03-221-29/+30
* XLOG (and related) changes:Tom Lane2001-03-131-22/+50
* Change Copyright from PostgreSQL, Inc to PostgreSQL Global Development Group.Bruce Momjian2001-01-241-2/+2
* Restructure backend SIGINT/SIGTERM handling so that 'die' interruptsTom Lane2001-01-141-6/+5
* New WAL version - CRC and data blocks backup.Vadim B. Mikheev2000-12-281-1/+4
* Store current LC_COLLATE and LC_CTYPE settings in pg_control during initdb;Tom Lane2000-11-251-3/+3
* Put external declarations into header files.Peter Eisentraut2000-11-211-12/+3
* Fix OID bootstraping.Vadim B. Mikheev2000-11-211-26/+27
* Auto checkpoint creation.Vadim B. Mikheev2000-11-091-26/+27
* Make DROP TABLE rollback-able: postpone physical file delete until commit.Tom Lane2000-11-081-2/+2
* Make the backend grok relative paths for the data directory by convertingPeter Eisentraut2000-11-041-11/+18
* WAL miscVadim B. Mikheev2000-10-241-1/+5
* WALVadim B. Mikheev2000-10-211-1/+3
* 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