summaryrefslogtreecommitdiff
path: root/src/include/access
AgeCommit message (Expand)Author
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
2002-09-02Code review for HeapTupleHeader changes. Add version number to page headersTom Lane
2002-08-30AUTOCOMMIT mode is now an available backend GUC variable; setting itTom Lane
2002-08-30Complete TODO item:Bruce Momjian
2002-08-25Clean up comments to be careful about the distinction between variable-Tom Lane
2002-08-24The cstring datatype can now be copied, passed around, etc. The typlenTom Lane
2002-08-22Add a bunch of pseudo-types to replace the behavior formerly associatedTom Lane
2002-08-17Reverse out XLogDir/-X write-ahead log handling, per discussion.Bruce Momjian
2002-08-06Restructure local-buffer handling per recent pghackers discussion.Tom Lane
2002-08-05Fix compilation problem with assert checking enabled for recent xlogThomas G. Lockhart
2002-08-04Implement WAL log location control using "-X" or PGXLOG.Thomas G. Lockhart
2002-07-20oid is needed, it is added at the end of the struct (after the nullBruce Momjian
2002-07-12Second phase of committing Rod Taylor's pg_depend/pg_constraint patch.Tom Lane
2002-07-08Fix typo in xl_heaptid commentBruce Momjian
2002-07-02There already was a macro PageGetItemId; this is now used in (almost)Bruce Momjian