summaryrefslogtreecommitdiff
path: root/src/backend/bootstrap
Commit message (Expand)AuthorAgeFilesLines
* Make OIDs optional, per discussions in pghackers. WITH OIDS is still theTom Lane2001-08-103-21/+31
* 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-123-144/+123
* 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
* Only look for bison as YACC; other yaccs need to be selected explicitly.Peter Eisentraut2001-02-101-1/+5
* Change Copyright from PostgreSQL, Inc to PostgreSQL Global Development Group.Bruce Momjian2001-01-243-6/+6
* Change lcons(x, NIL) to makeList(x) where appropriate.Bruce Momjian2001-01-171-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-212-14/+6
* 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
* Add support for VPATH builds, that is, building somewhere else than in thePeter Eisentraut2000-10-201-2/+2
* Code cleanup of user name and user id handling in the backend. The currentPeter Eisentraut2000-09-061-2/+2
* New configure test for flex, which recognizes only flex but does so in allPeter Eisentraut2000-08-281-3/+7
* Modify heap_open()/heap_openr() API per pghackers discussion of 11 July.Tom Lane2000-08-031-6/+1
* Don't need this anymore. It's now handled in the Makefile.Peter Eisentraut2000-07-191-9/+0
* Add distprep target to take some of the job of the release_prep script.Peter Eisentraut2000-07-191-36/+29
* Cleanup of code for creating index entries. Functional indexes withTom Lane2000-07-143-57/+16
* Make toast-table creation and deletion work somewhat reliably.Tom Lane2000-07-041-3/+6
* 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
* Reimplement nodeMaterial to use a temporary BufFile (or even memory, if theTom Lane2000-06-181-2/+2
* Get rid of IndexIsUniqueNoCache() kluge by the simple expedient ofTom Lane2000-06-171-25/+11
* Gen_fmgrtab.sh is strange: it is a platform dependent way (because it usesPeter Eisentraut2000-06-071-3/+3
* 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
* Generated header files parse.h and fmgroids.h are now copied intoTom Lane2000-05-291-14/+9
* 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-263-6/+9
* Removed MBFLAGS from makefiles since it's now done in include/config.h.Peter Eisentraut2000-01-191-4/+1
* Add .cvsignore so cvs update doesn't complain about derivedTom Lane2000-01-171-0/+3
* Included all yacc and lex files into the distribution.Peter Eisentraut2000-01-161-2/+2
* Fix a passel of problems with incorrect calls to typinput and typoutputTom Lane2000-01-151-5/+4