]> granicus.if.org Git - postgresql/history - src/backend/bootstrap
Fix recently-understood problems with handling of XID freezing, particularly
[postgresql] / src / backend / bootstrap /
2002-11-09 Bruce MomjianAdd code to handle [ON COMMIT { PRESERVE ROWS | DELETE...
2002-11-04 Tom LaneRemove no-longer-needed inclusion of bootstrap_tokens...
2002-11-01 Tom LaneArrange to compile flex output files as inclusions...
2002-09-26 Tom LaneEnsure that before truncating CLOG, we force a checkpoi...
2002-09-25 Tom LaneRemove ShutdownBufferPoolAccess exit callback, and...
2002-09-22 Tom LaneReplace pg_attribute.attisinherited with attislocal...
2002-09-04 Bruce Momjianpgindent run.
2002-09-02 Tom LaneCode review for HeapTupleHeader changes. Add version...
2002-08-30 Tom LaneAUTOCOMMIT mode is now an available backend GUC variabl...
2002-08-17 Bruce MomjianReverse out XLogDir/-X write-ahead log handling, per...
2002-08-10 Bruce MomjianThis patch removes a lot of unused code related to...
2002-08-04 Thomas G. LockhartImplement WAL log location control using "-X" or PGXLOG.
2002-08-02 Tom LaneWhen compiling with --enable-cassert, check for referen...
2002-08-02 Tom LaneALTER TABLE DROP COLUMN works. Patch by Christopher...
2002-07-30 Tom LaneSince we're depending on %option noyywrap in the main...
2002-07-20 Bruce Momjianoid is needed, it is added at the end of the struct...
2002-07-12 Tom LaneSecond phase of committing Rod Taylor's pg_depend/pg_co...
2002-06-20 Bruce MomjianUpdate copyright to 2002.
2002-06-11 Jan WieckKatherine Ward wrote:
2002-05-21 Tom LaneRemove global variable scanCommandId in favor of storin...
2002-05-20 Tom LaneRestructure indexscan API (index_beginscan, index_getne...
2002-05-17 Tom LaneMerge the last few variable.c configuration variables...
2002-05-05 Tom LaneCreate an internal semaphore API that is not tied to...
2002-04-27 Tom LaneSupport toasting of shared system relations, and provid...
2002-04-25 Tom LaneImplement types regprocedure, regoper, regoperator...
2002-04-17 Tom LaneOpclasses live in namespaces. I also took the opportun...
2002-04-09 Tom LaneFunctions live in namespaces. Qualified function names...
2002-04-01 Bruce MomjianAttached is a patch which adds 2 missing semi-colons to
2002-03-31 Tom LaneReimplement temp tables using schemas. The temp table...
2002-03-26 Tom Lanepg_class has a relnamespace column. You can create...
2002-03-15 Tom LaneRepair two problems with WAL logging of sequence nextva...
2002-03-08 Tom LaneAdd missing colon to getopt() arg.
2002-03-02 Bruce MomjianCommit to match discussed elog() changes. Only update...
2002-02-23 Peter EisentrautSave source of GUC settings, allowing different sources...
2002-01-10 Tom LaneThe result of getopt() should be compared to -1, not...
2002-01-09 Tom LaneFix include paths for case of VPATH build.
2001-11-16 Peter EisentrautMake the yacc rules safe for parallel make. See discus...
2001-10-25 Bruce Momjianpgindent run on all C files. Java run to follow. ...
2001-10-19 Tom LaneEnsure that all startup paths (postmaster, standalone...
2001-09-29 Tom LaneImplement new 'lightweight lock manager' that's interme...
2001-09-27 Tom LaneRemove useless LockDisable() function and associated...
2001-08-25 Peter EisentrautHide backend debug output in initdb by default. To...
2001-08-22 Peter Eisentrautremove no longer needed -Wno-error
2001-08-21 Tom LaneRestructure pg_opclass, pg_amop, and pg_amproc per...
2001-08-10 Tom LaneMake OIDs optional, per discussions in pghackers. ...
2001-08-04 Tom LaneFix handling of SIGCHLD, per recent pghackers discussio...
2001-07-16 Tom LanePartial indexes work again, courtesy of Martijn van...
2001-07-15 Tom LaneRestructure index AM interface for index building and...
2001-06-25 Tom LaneFix a couple remaining places where GUC variables were...
2001-06-12 Tom LaneExtend GUC concepts of parse_hook and assign_hook to...
2001-06-03 Peter EisentrautMark many strings in backend not covered by elog for...
2001-05-12 Peter EisentrautMake bootstrap debug messages more readable. Clean...
2001-03-22 Bruce MomjianRemove dashes in comments that don't need them, rewrap...
2001-03-13 Tom LaneXLOG (and related) changes:
2001-02-10 Peter EisentrautOnly look for bison as YACC; other yaccs need to be...
2001-01-24 Bruce MomjianChange Copyright from PostgreSQL, Inc to PostgreSQL...
2001-01-17 Bruce MomjianChange lcons(x, NIL) to makeList(x) where appropriate.
2001-01-14 Tom LaneRestructure backend SIGINT/SIGTERM handling so that...
2000-12-28 Vadim B. MikheevNew WAL version - CRC and data blocks backup.
2000-11-25 Tom LaneStore current LC_COLLATE and LC_CTYPE settings in pg_co...
2000-11-21 Peter EisentrautPut external declarations into header files.
2000-11-21 Vadim B. MikheevFix OID bootstraping.
2000-11-09 Vadim B. MikheevAuto checkpoint creation.
2000-11-08 Tom LaneMake DROP TABLE rollback-able: postpone physical file...
2000-11-04 Peter EisentrautMake the backend grok relative paths for the data direc...
2000-10-24 Vadim B. MikheevWAL misc
2000-10-21 Vadim B. MikheevWAL
2000-10-20 Peter EisentrautAdd support for VPATH builds, that is, building somewhe...
2000-09-06 Peter EisentrautCode cleanup of user name and user id handling in the...
2000-08-28 Peter EisentrautNew configure test for flex, which recognizes only...
2000-08-03 Tom LaneModify heap_open()/heap_openr() API per pghackers discu...
2000-07-19 Peter EisentrautDon't need this anymore. It's now handled in the Makefile.
2000-07-19 Peter EisentrautAdd distprep target to take some of the job of the...
2000-07-14 Tom LaneCleanup of code for creating index entries. Functional...
2000-07-04 Tom LaneMake toast-table creation and deletion work somewhat...
2000-07-03 Jan WieckTOAST
2000-07-03 Peter EisentrautMove global internal files to PGDATA/global.
2000-06-28 Tom LaneFirst phase of memory management rewrite (see backend...
2000-06-22 Peter EisentrautSecond pass over run-time configuration system. Adjust...
2000-06-18 Tom LaneReimplement nodeMaterial to use a temporary BufFile...
2000-06-17 Tom LaneGet rid of IndexIsUniqueNoCache() kluge by the simple...
2000-06-07 Peter EisentrautGen_fmgrtab.sh is strange: it is a platform dependent...
2000-06-05 Tom LaneLatest round of fmgr updates. All functions with bool...
2000-05-31 Peter EisentrautThe heralded `Grand Unified Configuration scheme' ...
2000-05-30 Tom LaneThird round of fmgr updates: eliminate calls using...
2000-05-29 Tom LaneGenerated header files parse.h and fmgroids.h are now...
2000-05-28 Tom LaneFirst round of changes for new fmgr interface. fmgr...
2000-04-12 Bruce MomjianYe-old pgindent run. Same 4-space tabs.
2000-02-18 Hiroshi InoueImplement reindex command
2000-01-26 Bruce MomjianAdd:
2000-01-19 Peter EisentrautRemoved MBFLAGS from makefiles since it's now done...
2000-01-17 Tom LaneAdd .cvsignore so cvs update doesn't complain about...
2000-01-16 Peter EisentrautIncluded all yacc and lex files into the distribution.
2000-01-15 Tom LaneFix a passel of problems with incorrect calls to typinp...
2000-01-15 Peter EisentrautFixed all elog related warnings, as well as a few others.
2000-01-11 Tom LaneCorrect hardwired type information in bootstrap.
2000-01-10 Bruce MomjianRename oid8 -> oidvector and int28 -> int2vector. ...
1999-12-20 Jan WieckRequired catalog changes for extended LONG attribute...
1999-12-16 Jan WieckSome changes to prepare for LONG attributes.
1999-12-16 Bruce MomjianUpdate for QNX.
next