]> granicus.if.org Git - postgresql/history - src/backend/access
Message editing: remove gratuitous variations in message wording, standardize
[postgresql] / src / backend / access /
2003-09-25 Peter EisentrautMessage editing: remove gratuitous variations in messag...
2003-09-24 Tom LaneRepair some REINDEX problems per recent discussions...
2003-09-15 Tom LaneFix LISTEN/NOTIFY race condition reported by Gavin...
2003-09-04 Tom LaneReimplement hash index locking algorithms, per my recen...
2003-09-02 Tom LaneIn _bt_check_unique() loop, don't bother applying _bt_i...
2003-09-02 Tom LaneSeveral fixes for hash indexes that involve changing...
2003-09-02 Tom LaneFix a couple typos, add some more comments.
2003-09-02 Tom LaneRewrite hashbulkdelete() to make it amenable to new...
2003-09-01 Tom LanePreliminary cleanup for hash index code (doesn't attack...
2003-09-01 Tom LaneAdd some internals documentation for hash indexes,...
2003-08-11 Tom LaneRewriter and planner should use only resno, not resname...
2003-08-10 Tom LaneRepair potential deadlock created by recent changes...
2003-08-08 Bruce MomjianAnother pgindent run with updated typedefs.
2003-08-08 Tom LaneSuppress unused-variable warnings when building without...
2003-08-06 Tom LaneRename fields of DestReceiver to avoid collisions with...
2003-08-04 Tom LaneFix some copyright notices that weren't updated. Impro...
2003-08-04 Bruce MomjianUpdate copyrights to 2003.
2003-08-04 Bruce Momjianpgindent run.
2003-07-29 Tom LaneFix longstanding error in _bt_search(): should moverigh...
2003-07-28 Tom LaneA visit from the message-style police ...
2003-07-21 Tom LaneError message editing in backend/access.
2003-07-19 Tom LaneError message editing: finish up undone task of reporti...
2003-07-17 Tom LaneRepair boundary-case bug introduced by patch of two...
2003-06-26 Tom LaneAdd comment pointing out that XLByteToPrevSeg macro...
2003-06-22 Tom LaneRevise hash join and hash aggregation code to use the...
2003-06-15 Tom LaneReplace cryptic 'Unknown kind of return type' messages...
2003-06-11 Bruce MomjianThis patch extracts page buffer pooling and the simple
2003-05-27 Bruce MomjianMake debug_ GUC varables output DEBUG1 rather than...
2003-05-26 Tom LaneMake sure printtup() always sends the number of columns...
2003-05-22 Tom LaneRepair sometimes-incorrect computation of StartUpID...
2003-05-15 Peter EisentrautIndexing support for pattern matching operations via...
2003-05-14 Tom LaneBackend support for autocommit removed, per recent...
2003-05-13 Tom LaneIn RowDescription messages, report columns of domain...
2003-05-12 Tom LaneAdd binary I/O routines for a bunch more datatypes...
2003-05-10 Tom LaneAdjust CreateCheckpoint so that buffer dumping activiti...
2003-05-09 Tom LaneImplement new-protocol binary I/O support in DataRow...
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-05-03 Bruce MomjianHandle clog structure in shared memory in exec() case...
2003-05-02 Bruce MomjianBack out last commit --- wrong patch.
2003-05-02 Bruce MomjianDump/read non-default GUC values for use by exec'ed...
2003-05-02 Tom LanePortal and memory management infrastructure for extende...
2003-04-26 Tom LaneAdd transaction status field to ReadyForQuery messages...
2003-04-25 Tom LaneIn the continuing saga of FE/BE protocol revisions...
2003-04-22 Tom LaneAnother round of protocol changes. Backend-to-frontend...
2003-04-18 Bruce MomjianMake Win32 tests to match existing Cygwin tests, where...
2003-04-14 Tom LaneReorganize clog's error reporting so that PANIC on...
2003-03-27 Bruce MomjianThis patch implements holdable cursors, following the...
2003-03-24 Tom LaneModify keys_are_unique optimization to release buffer...
2003-03-23 Tom LaneAdjust amrescan code so that it's allowed to call index...
2003-03-21 Bruce MomjianAllow error query to start transaction in autocommit...
2003-03-14 Bruce MomjianRemove unneeded dash blocks around function start comments.
2003-03-10 Tom LaneThis patch fixes a bunch of spelling mistakes in commen...
2003-03-04 Tom LaneReimplement free-space-map management as per recent...
2003-02-24 Tom LaneDuring VACUUM FULL, truncate off any deletable pages...
2003-02-23 Tom LaneRemove no-longer-used FixBTree GUC variable.
2003-02-23 Tom Lanebtree page recycling can be done as soon as page's...
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-25 Tom LaneUse stat(2) to probe for existing xlog segments in...
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-23 Bruce MomjianThis patch implements FOR EACH STATEMENT triggers,...
2002-11-18 Tom LanePut back error test for DECLARE CURSOR outside a transa...
2002-11-15 Bruce MomjianRename show_btree_build_stats to log_btree_build_stats
2002-11-13 Bruce MomjianUpdate xact.c comments for clarity.
2002-11-13 Bruce MomjianAdd new palloc0 call as merge of palloc and MemSet(0).
2002-11-11 Tom LaneCode review for ON COMMIT patch. Make the actual on...
2002-11-11 Bruce MomjianBack out use of palloc0 in place if palloc/MemSet....
2002-11-10 Bruce MomjianMerge palloc()/MemSet(0) calls into a single palloc0...
2002-11-09 Bruce MomjianAdd code to handle [ON COMMIT { PRESERVE ROWS | DELETE...
2002-11-08 Bruce MomjianThis patch removes a bunch of superfluous #include...
2002-11-02 Tom LaneClean up a few fprintf(stderr)'s that should be elog's.
2002-10-22 Tom LanePerform transaction cleanup operations in a less ad...
2002-10-21 Tom LaneFix places that were using IsTransactionBlock() as...
2002-10-21 Tom LaneMake CREATE/ALTER/DROP USER/GROUP transaction-safe...
2002-10-20 Tom LaneFix potential problem with btbulkdelete deleting an...
2002-10-07 Tom LaneChange order of operations during XLogFlush so that...
2002-09-28 Tom LaneMake the world at least somewhat safe for zero-column...
2002-09-27 Tom LaneDon't mess with HEAP_XMAX_INVALID in heaptuple.c routin...
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-22 Tom LaneReplace pg_attribute.attisinherited with attislocal...
2002-09-04 Bruce Momjianpgindent run.
2002-09-02 Bruce MomjianRemove sys/types.h in files that include postgres.h...
2002-09-02 Tom LaneCode review for HeapTupleHeader changes. Add version...
2002-09-01 Bruce MomjianRemove code that suggested increasing wal_files.
2002-08-30 Tom LaneAUTOCOMMIT mode is now an available backend GUC variabl...
2002-08-30 Tom LaneAdd attisinherited column to pg_attribute; use it to...
2002-08-30 Bruce MomjianComplete TODO item:
2002-08-29 Tom LaneCode review for standalone composite types, query-speci...
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...
next