]> granicus.if.org Git - postgresql/history - src/include/access
A visit from the message-style police ...
[postgresql] / src / include / access /
2003-07-27 Tom Laneelog mop-up.
2003-06-22 Tom LaneRevise hash join and hash aggregation code to use the...
2003-06-11 Bruce MomjianThis patch extracts page buffer pooling and the simple
2003-05-14 Tom LaneBackend support for autocommit removed, per recent...
2003-05-12 Tom LaneAdd binary I/O routines for a bunch more datatypes...
2003-05-08 Tom LaneUpdate 3.0 protocol support to match recent agreements...
2003-05-06 Tom LaneRestructure command destination handling so that we...
2003-05-06 Tom LaneImplement feature of new FE/BE protocol whereby RowDesc...
2003-05-05 Tom LaneExtended query protocol: parse, bind, execute, describe...
2003-04-26 Tom LaneAdd transaction status field to ReadyForQuery messages...
2003-02-24 Tom LaneDuring VACUUM FULL, truncate off any deletable pages...
2003-02-23 Tom LaneAdjust btbulkdelete logic so that only one WAL record...
2003-02-23 Tom LaneImprove coding of log_heap_clean() and heap_xlog_clean().
2003-02-23 Tom LaneFirst cut at recycling space in btree indexes. Still...
2003-02-22 Tom LaneMore infrastructure for btree compaction project. ...
2003-02-21 Tom LaneMake btree index structure adjustments and WAL logging...
2003-02-13 Bruce MomjianThis trivial patch removes the usage of some old statis...
2003-01-21 Tom LaneFix coredump problem in plpgsql's RETURN NEXT. When...
2003-01-10 Peter EisentrautRead-only transactions, as defined in SQL.
2003-01-08 Tom LaneFix for bug #866. 7.3 contains new logic for avoiding...
2002-11-18 Tom LanePut back error test for DECLARE CURSOR outside a transa...
2002-11-15 Bruce MomjianAdd checkpoint_warning to warn of excessive checkpoints...
2002-11-13 Bruce MomjianUpdate xact.c comments for clarity.
2002-10-21 Tom LaneFix places that were using IsTransactionBlock() as...
2002-09-26 Tom LaneEnsure that before truncating CLOG, we force a checkpoi...
2002-09-26 Tom LaneFix problems with loss of tuple commit status bits...
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-30 Bruce MomjianComplete TODO item:
2002-08-25 Tom LaneClean up comments to be careful about the distinction...
2002-08-24 Tom LaneThe cstring datatype can now be copied, passed around...
2002-08-22 Tom LaneAdd a bunch of pseudo-types to replace the behavior...
2002-08-17 Bruce MomjianReverse out XLogDir/-X write-ahead log handling, per...
2002-08-06 Tom LaneRestructure local-buffer handling per recent pghackers...
2002-08-05 Thomas G. LockhartFix compilation problem with assert checking enabled...
2002-08-04 Thomas G. LockhartImplement WAL log location control using "-X" or PGXLOG.
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-07-08 Bruce MomjianFix typo in xl_heaptid comment
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-20 Bruce MomjianUpdate copyright to 2002.
2002-06-15 Bruce MomjianThis patch wraps all accesses to t_xmin, t_cmin, t_xmax...
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 LaneMark index entries "killed" when they are no longer...
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-04-01 Tom LaneCreate a new GUC variable search_path to control the...
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-05 Bruce MomjianI attach a version of my toast-slicing patch, against...
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...
2001-11-05 Bruce MomjianNew pgindent run with fixes suggested by Tom. Patch...
2001-11-02 Tom LaneFix problem reported by Alex Korn: if a relation has...
2001-10-28 Bruce MomjianAnother pgindent run. Fixes enum indenting, and improv...
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-09-29 Tom LaneImplement new 'lightweight lock manager' that's interme...
2001-09-28 Thomas G. LockhartMeasure the current transaction time to milliseconds.
2001-09-17 Tom LaneSuppress compiler warning.
2001-09-08 Hiroshi InoueApply 7.1.3 changes to the current tree also.
2001-08-26 Tom LaneTransaction IDs wrap around, per my proposal of 13...
2001-08-25 Tom LaneReplace implementation of pg_log as a relation accessed...
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-19 Tom LaneArrange to recycle old XLOG log segment files as new...
2001-07-15 Tom LaneRestructure index AM interface for index building and...
2001-07-12 Tom LaneCreate a new HeapTupleSatisfiesVacuum() routine in...
2001-06-29 Tom LaneFurther work on connecting the free space map (which...
2001-06-22 Jan WieckStatistical system views (yet without the config stuff...
2001-06-12 Tom LaneClean up various to-do items associated with system...
2001-06-09 Tom LaneRemove RelationGetBufferWithBuffer(), which is horribly...
2001-06-01 Tom LaneClean up some minor problems exposed by further thought...
2001-05-31 Tom LaneUpdates to make GIST work with multi-key indexes (from...
2001-05-30 Tom LaneTweak StrategyEvaluation data structure to eliminate...
2001-05-30 Tom LaneRemove unused, redundant header files.
2001-05-25 Bruce MomjianOops, only wanted python change in the last commit...
2001-05-25 Bruce MomjianWhile changing Cygwin Python to build its core as a...
2001-05-16 Tom LaneRepair race condition introduced into heap_update(...
2001-05-14 Bruce MomjianRemove unused tables pg_variable, pg_inheritproc, pg_ip...
2001-05-07 Tom LaneRewrite of planner statistics-gathering code. ANALYZE...
2001-03-25 Tom LaneImprove comments for xlog item size #defines.
2001-03-22 Bruce MomjianRemove dashes in comments that don't need them, rewrap...
2001-03-22 Bruce Momjianpgindent run. Make it all clean.
2001-03-18 Tom LaneRemove NEXTXID xlog record type to avoid three-way...
2001-03-16 Tom LaneSupport syncing WAL log to disk using either fsync...
2001-03-13 Tom LaneChange xlog page-header format to include StartUpID...
2001-03-13 Tom LaneXLOG (and related) changes:
next