aboutsummaryrefslogtreecommitdiff
path: root/src/backend/bootstrap
Commit message (Expand)AuthorAge
* Make the yacc rules safe for parallel make. See discussion on pgsql-patchesPeter Eisentraut2001-11-16
* pgindent run on all C files. Java run to follow. initdb/regressionBruce Momjian2001-10-25
* Ensure that all startup paths (postmaster, standalone postgres, orTom Lane2001-10-19
* Implement new 'lightweight lock manager' that's intermediate betweenTom Lane2001-09-29
* Remove useless LockDisable() function and associated overhead, per myTom Lane2001-09-27
* Hide backend debug output in initdb by default. To that end, the bootstrapPeter Eisentraut2001-08-25
* remove no longer needed -Wno-errorPeter Eisentraut2001-08-22
* Restructure pg_opclass, pg_amop, and pg_amproc per previous discussions inTom Lane2001-08-21
* Make OIDs optional, per discussions in pghackers. WITH OIDS is still theTom Lane2001-08-10
* Fix handling of SIGCHLD, per recent pghackers discussion: on someTom Lane2001-08-04
* Partial indexes work again, courtesy of Martijn van Oosterhout.Tom Lane2001-07-16
* Restructure index AM interface for index building and index tuple deletion,Tom Lane2001-07-15
* Fix a couple remaining places where GUC variables were assigned toTom Lane2001-06-25
* Extend GUC concepts of parse_hook and assign_hook to all four supportedTom Lane2001-06-12
* Mark many strings in backend not covered by elog for translation. Also,Peter Eisentraut2001-06-03
* 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
* Only look for bison as YACC; other yaccs need to be selected explicitly.Peter Eisentraut2001-02-10
* Change Copyright from PostgreSQL, Inc to PostgreSQL Global Development Group.Bruce Momjian2001-01-24
* Change lcons(x, NIL) to makeList(x) where appropriate.Bruce Momjian2001-01-17
* 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
* Add support for VPATH builds, that is, building somewhere else than in thePeter Eisentraut2000-10-20
* Code cleanup of user name and user id handling in the backend. The currentPeter Eisentraut2000-09-06
* New configure test for flex, which recognizes only flex but does so in allPeter Eisentraut2000-08-28
* Modify heap_open()/heap_openr() API per pghackers discussion of 11 July.Tom Lane2000-08-03
* Don't need this anymore. It's now handled in the Makefile.Peter Eisentraut2000-07-19
* Add distprep target to take some of the job of the release_prep script.Peter Eisentraut2000-07-19
* Cleanup of code for creating index entries. Functional indexes withTom Lane2000-07-14
* Make toast-table creation and deletion work somewhat reliably.Tom Lane2000-07-04
* 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
* Reimplement nodeMaterial to use a temporary BufFile (or even memory, if theTom Lane2000-06-18
* Get rid of IndexIsUniqueNoCache() kluge by the simple expedient ofTom Lane2000-06-17
* Gen_fmgrtab.sh is strange: it is a platform dependent way (because it usesPeter Eisentraut2000-06-07
* 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
* Generated header files parse.h and fmgroids.h are now copied intoTom Lane2000-05-29