OSDN Git Service

Restructure local-buffer handling per recent pghackers discussion.
[pg-rex/syncrep.git] / src / backend / access /
2002-08-06 Tom LaneRestructure local-buffer handling per recent pghackers...
2002-08-05 Tom LanePreliminary code review for anonymous-composite-types...
2002-08-05 Thomas G. LockhartFix compilation problem with assert checking enabled...
2002-08-04 Bruce MomjianAttached are two patches to implement and document...
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-31 Tom LaneInstead of having a configure-time DEFAULT_ATTSTATTARGE...
2002-07-30 Bruce MomjianThis patch fixes one serious bug (runaway INSERT) and...
2002-07-20 Bruce Momjianoid is needed, it is added at the end of the struct...
2002-07-02 Bruce Momjian>the extra level of struct naming for pd_opaque has...
2002-07-02 Bruce MomjianThere already was a macro PageGetItemId; this is now...
2002-07-02 Bruce MomjianThis patch, which is built upon the "HeapTupleHeader...
2002-06-25 Bruce MomjianHere is a patch for a memory leak in rtree.c, version...
2002-06-20 Bruce MomjianUpdate copyright to 2002.
2002-06-20 Bruce MomjianHere is a patch for Composite and Set returning functio...
2002-06-15 Bruce MomjianRemove some pre-WAL relics:
2002-06-15 Bruce MomjianThis patch wraps all accesses to t_xmin, t_cmin, t_xmax...
2002-06-11 Jan WieckKatherine Ward wrote:
2002-06-07 Bruce MomjianThe attached patch fixes a problem with InstallXLogFile...
2002-05-28 Tom LaneRepair error with not adjusting active scans properly...
2002-05-27 Tom LaneDistinguish between MaxHeapAttributeNumber and MaxTuple...
2002-05-25 Tom LaneRemove AMI_OVERRIDE tests from tqual.c routines; they...
2002-05-24 Tom LaneWups, managed to break ANALYZE with one aspect of that...
2002-05-24 Tom LaneMark index entries "killed" when they are no longer...
2002-05-22 Tom LaneModify sequence state storage to eliminate dangling...
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 LaneSupport temporary setting of search path during CREATE...
2002-05-17 Tom LaneMerge the last few variable.c configuration variables...
2002-05-09 Peter EisentrautMake initdb print a message about which locale it is...
2002-05-01 Hiroshi InoueChange heap_get_latest_tid() so that a transaction can
2002-04-24 Bruce Momjianxlog.c: If possible please add the following patch...
2002-04-21 Thomas G. LockhartAdd fields in the control file to check for whether...
2002-04-17 Tom LaneOpclasses live in namespaces. I also took the opportun...
2002-04-03 Peter EisentrautLocale support is on by default. The choice of locale...
2002-04-01 Tom LaneCreate a new GUC variable search_path to control the...
2002-03-31 Tom LaneReimplement temp tables using schemas. The temp table...
2002-03-29 Tom LaneMop-up some infelicities in new relation lookup handling.
2002-03-29 Tom Lanepg_type has a typnamespace column; system now supports...
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-09 Tom LaneCode review for improved-hashing patch. Fix some porta...
2002-03-06 Bruce MomjianI've attached a patch which implements Bob Jenkin's...
2002-03-06 Bruce MomjianChange made to elog:
2002-03-05 Bruce MomjianI attach a version of my toast-slicing patch, against...
2002-03-05 Bruce MomjianI was digging through the GiST code, and figured I...
2002-03-03 Tom LaneCatcaches can now store negative entries as well as...
2002-03-02 Bruce MomjianCommit to match discussed elog() changes. Only update...
2002-02-27 Tom LaneClean up BeginCommand and related routines. BeginComma...
2002-02-25 Bruce MomjianI've attached a simple patch which should improve the...
2002-02-19 Tom LaneA bunch of changes aimed at reducing backend startup...
2002-02-18 Bruce MomjianAdd better error text:
2002-02-11 Tom LaneTweak GiST code to work correctly on machines where...
2002-01-16 Tom LaneTOAST needs to do at least minimal time-qual checking...
2002-01-15 Tom LaneAdd more sanity-checking to PageAddItem and PageIndexTu...
2002-01-14 Tom LaneReduce severity of 'XLogFlush: request is not satisfied...
2002-01-06 Tom LaneAdd CHECK_FOR_INTERRUPTS() in various strategic spots...
2002-01-01 Tom LaneFix race condition that could allow two concurrent...
2001-12-28 Tom LaneEnsure that all direct uses of spinlock-protected data...
2001-12-23 Tom LaneFix mispeling ...
2001-12-19 Tom LaneTemporarily dike out GetUndoRecPtr() in checkpoint...
2001-11-23 Tom LaneFix boundary condition in btbulkdelete: don't examine...
2001-11-10 Tom LaneClean up usage-statistics display code (ShowUsage and...
2001-11-05 Bruce MomjianNew pgindent run with fixes suggested by Tom. Patch...
2001-11-04 Tom LaneMerge three existing ways of signaling postmaster from...
2001-11-02 Tom LaneFix problem reported by Alex Korn: if a relation has...
2001-11-01 Tom LaneAdd missing #include.
2001-10-28 Bruce MomjianAnother pgindent run. Fixes enum indenting, and improv...
2001-10-25 Tom LaneFix a couple of places where lack of parenthesization...
2001-10-25 Bruce Momjianpgindent run on all C files. Java run to follow. ...
2001-10-18 Thomas G. LockhartAccept an INTERVAL argument for SET TIME ZONE per SQL99.
2001-10-06 Tom LaneRearrange fmgr.c and relcache so that it's possible...
2001-10-05 Tom LaneFurther cleanup of dynahash.c API, in pursuit of portab...
2001-10-01 Tom LaneAnother round of cleanups for dynahash.c (maybe it...
2001-09-29 Tom LaneTweak btree page split logic so that when splitting...
2001-09-29 Tom LaneImplement new 'lightweight lock manager' that's interme...
2001-09-29 Bruce MomjianI have made three changes to the rtree code: one bug...
2001-09-28 Thomas G. LockhartMeasure the current transaction time to milliseconds.
2001-09-26 Tom LaneRemove useless test for time field in pg_control being...
2001-09-06 Tom LaneAdd some debugging details to some of the elog(STOP...
2001-08-26 Tom LaneTransaction IDs wrap around, per my proposal of 13...
2001-08-25 Tom LaneFix portability problem in new CLOG code, per report...
2001-08-25 Tom LaneReplace implementation of pg_log as a relation accessed...
2001-08-24 Peter EisentrautRename config.h to pg_config.h and os.h to pg_config_os...
2001-08-23 Tom LaneEnsure that all TransactionId comparisons are encapsula...
2001-08-22 Tom LaneUpdate GiST for new pg_opclass arrangement (finally...
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-10 Bruce Momjian1. null-safe interface to GiST
2001-07-22 Tom LaneSuppress gcc warning in USE_LOCALE case.
2001-07-19 Tom LaneArrange to recycle old XLOG log segment files as new...
2001-07-16 Tom LaneImprove documentation about reasoning behind the order...
2001-07-15 Tom LaneRestructure index AM interface for index building and...
2001-07-13 Tom LaneMinor code cleanup/beautification in RelationPutHeapTuple.
2001-07-12 Tom LaneCreate a new HeapTupleSatisfiesVacuum() routine in...
2001-07-06 Tom LaneImplement LockBufferForCleanup(), which will allow...
2001-07-06 Hiroshi InoueFix my old fault(returns auto variable reference).
2001-06-29 Tom LaneFurther work on connecting the free space map (which...
2001-06-28 Tom LaneRepair logic error for multi-key indexes. From Oleg...
next