summaryrefslogtreecommitdiff
path: root/src/include/access
AgeCommit message (Expand)Author
2004-01-06Make the 'wal_debug' GUC variable a boolean (rather than an integer), andNeil Conway
2003-12-21Improve btree's initial-positioning-strategy code so that we never needTom Lane
2003-12-20This patch is the next step towards (re)allowing fork/exec.Bruce Momjian
2003-12-12This patch properly sets the prototype for the on_shmem_exit andPeter Eisentraut
2003-11-29make sure the $Id tags are converted to $PostgreSQL as well ...PostgreSQL Daemon
2003-11-12Cross-data-type comparisons are now indexable by btrees, pursuant to myTom Lane
2003-11-09Add operator strategy and comparison-value datatype fields to ScanKey.Tom Lane
2003-11-06Implement isolation levels read uncommitted and repeatable read as actingPeter Eisentraut
2003-10-16Fix bad interaction between NOTIFY processing and V3 extended queryTom Lane
2003-10-01Repair RI trigger visibility problems (this time for sure ;-)) per recentTom Lane
2003-09-29Adjust btree index build procedure so that the btree metapage looksTom Lane
2003-09-28Add a mechanism to let dynamically loaded modules register post-commit/Tom Lane
2003-09-25Get rid of ReferentialIntegritySnapshotOverride by extending Executor APITom Lane
2003-09-15Fix LISTEN/NOTIFY race condition reported by Gavin Sherry. While aTom Lane
2003-09-04Reimplement hash index locking algorithms, per my recent proposal toTom Lane
2003-09-02Several fixes for hash indexes that involve changing the on-disk indexTom Lane
2003-09-02Rewrite hashbulkdelete() to make it amenable to new bucket lockingTom Lane
2003-09-01Preliminary cleanup for hash index code (doesn't attack the locking problemTom Lane
2003-08-11Rewriter and planner should use only resno, not resname, to identifyTom Lane
2003-08-08Another pgindent run with updated typedefs.Bruce Momjian
2003-08-04Fix some copyright notices that weren't updated. Improve copyright toolTom Lane
2003-08-04Update copyrights to 2003.Bruce Momjian
2003-08-04pgindent run.Bruce Momjian
2003-07-27elog mop-up.Tom Lane
2003-06-22Revise hash join and hash aggregation code to use the same datatype-Tom Lane
2003-06-11This patch extracts page buffer pooling and the simpleBruce Momjian
2003-05-14Backend support for autocommit removed, per recent discussions. TheTom Lane
2003-05-12Add binary I/O routines for a bunch more datatypes. Still a few to go,Tom Lane
2003-05-08Update 3.0 protocol support to match recent agreements about how toTom Lane
2003-05-06Restructure command destination handling so that we pass aroundTom Lane
2003-05-06Implement feature of new FE/BE protocol whereby RowDescription identifiesTom Lane
2003-05-05Extended query protocol: parse, bind, execute, describe FE/BE messages.Tom Lane
2003-04-26Add transaction status field to ReadyForQuery messages, and make roomTom Lane
2003-02-24During VACUUM FULL, truncate off any deletable pages that are at theTom Lane
2003-02-23Adjust btbulkdelete logic so that only one WAL record is issued whileTom Lane
2003-02-23Improve coding of log_heap_clean() and heap_xlog_clean().Tom Lane
2003-02-23First cut at recycling space in btree indexes. Still some rough edgesTom Lane
2003-02-22More infrastructure for btree compaction project. Tree-traversal codeTom Lane
2003-02-21Make btree index structure adjustments and WAL logging changes needed toTom Lane
2003-02-13This trivial patch removes the usage of some old statistics code that noBruce Momjian
2003-01-21Fix coredump problem in plpgsql's RETURN NEXT. When a SELECT INTOTom Lane
2003-01-10Read-only transactions, as defined in SQL.Peter Eisentraut
2003-01-08Fix for bug #866. 7.3 contains new logic for avoiding redundant calls toTom Lane
2002-11-18Put back error test for DECLARE CURSOR outside a transaction block ...Tom Lane
2002-11-15Add checkpoint_warning to warn of excessive checkpoints caused by tooBruce Momjian
2002-11-13Update xact.c comments for clarity.Bruce Momjian
2002-10-21Fix places that were using IsTransactionBlock() as an (inadequate) checkTom Lane
2002-09-26Ensure that before truncating CLOG, we force a checkpoint even if noTom Lane
2002-09-26Fix problems with loss of tuple commit status bits during WAL redo ofTom Lane
2002-09-04pgindent run.Bruce Momjian