aboutsummaryrefslogtreecommitdiff
path: root/src/backend/bootstrap
Commit message (Expand)AuthorAge
* 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
* 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
* Removed MBFLAGS from makefiles since it's now done in include/config.h.Peter Eisentraut2000-01-19
* Add .cvsignore so cvs update doesn't complain about derivedTom Lane2000-01-17
* Included all yacc and lex files into the distribution.Peter Eisentraut2000-01-16
* 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
* Update for QNX.Bruce Momjian1999-12-16
* I have done the QNX4 port with the current source tree. The number ofBruce Momjian1999-12-16
* New LDOUT makefile variable for QNX os.Bruce Momjian1999-12-13
* Make LD -r as macros that can be changed for QNX.Bruce Momjian1999-12-09
* 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
* Make it possible to execute crashed CREATE/DROP commands again.Hiroshi Inoue1999-11-04
* 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
* Eliminate token length assumption in scanstr().Tom Lane1999-09-11
* 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
* Clean up att_align calculations so that XXXALIGN macrosTom Lane1999-03-25
* Add new postgres -O option to allow system table structure changes.Bruce Momjian1999-03-17
* Change my-function-name-- to my_function_name, and optimizer renames.Bruce Momjian1999-02-13
* Cleanup of source files where 'return' or 'var =' is alone on a line.Bruce Momjian1999-02-03