summaryrefslogtreecommitdiff
path: root/src/backend/bootstrap
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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
* Update for QNX.Bruce Momjian1999-12-161-5/+8
* I have done the QNX4 port with the current source tree. The number ofBruce Momjian1999-12-161-1/+6
* New LDOUT makefile variable for QNX os.Bruce Momjian1999-12-131-2/+2
* Make LD -r as macros that can be changed for QNX.Bruce Momjian1999-12-091-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
* Make it possible to execute crashed CREATE/DROP commands again.Hiroshi Inoue1999-11-042-4/+19
* 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
* Eliminate token length assumption in scanstr().Tom Lane1999-09-111-3/+8
* 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-173-14/+3
* Final cleanup.Bruce Momjian1999-07-163-23/+26
* 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-102-7/+7