| Commit message (Expand) | Author | Age |
* | Change WAL-logging scheme for multixacts to be more like regular | Tom Lane | 2005-06-08 |
* | Modify XLogInsert API to make callers specify whether pages to be backed | Tom Lane | 2005-06-06 |
* | Remove the mostly-stubbed-out-anyway support routines for WAL UNDO. | Tom Lane | 2005-06-06 |
* | Change CRCs in WAL records from 64bit to 32bit for performance reasons. | Tom Lane | 2005-06-02 |
* | Arrange to cache fmgr lookup information for an index's access method | Tom Lane | 2005-05-27 |
* | Add parentheses to macros when args are used in computations. Without | Bruce Momjian | 2005-05-25 |
* | Add support for wal_fsync_writethrough for Darwin, and restructure the | Bruce Momjian | 2005-05-20 |
* | Cleanup GiST header files. Since GiST extensions are often written as | Neil Conway | 2005-05-17 |
* | GiST improvements: | Neil Conway | 2005-05-17 |
* | For some reason access/tupmacs.h has been #including utils/memutils.h, | Tom Lane | 2005-05-06 |
* | Clean up MultiXactIdExpand's API by separating out the case where we | Tom Lane | 2005-05-03 |
* | Implement sharable row-level locks, and use them for foreign key references | Tom Lane | 2005-04-28 |
* | Completion of project to use fixed OIDs for all system catalogs and | Tom Lane | 2005-04-14 |
* | Simplify initdb-time assignment of OIDs as I proposed yesterday, and | Tom Lane | 2005-04-13 |
* | Remove dead push/pop rollback code. Vadim once planned to implement | Tom Lane | 2005-03-28 |
* | First steps towards index scans with heap access decoupled from index | Tom Lane | 2005-03-27 |
* | Eliminate duplicate hasnulls bit testing in index tuple access, and | Tom Lane | 2005-03-27 |
* | Convert index-related tuple handling routines from char 'n'/' ' to bool | Tom Lane | 2005-03-21 |
* | Change the return value of HeapTupleSatisfiesUpdate() to be an enum, | Neil Conway | 2005-03-20 |
* | Revise TupleTableSlot code to avoid unnecessary construction and disassembly | Tom Lane | 2005-03-16 |
* | Avoid O(N^2) overhead in repeated nocachegetattr calls when columns of | Tom Lane | 2005-03-14 |
* | Adjust creation/destruction of TupleDesc data structure to reduce the | Tom Lane | 2005-03-07 |
* | Remove some no-longer-needed kluges for bootstrapping, in particular | Tom Lane | 2005-02-20 |
* | Add code to prevent transaction ID wraparound by enforcing a safe limit | Tom Lane | 2005-02-20 |
* | Change heap_modifytuple() to require a TupleDesc rather than a | Neil Conway | 2005-01-27 |
* | This patch makes some improvements to the rtree index implementation: | Neil Conway | 2005-01-18 |
* | Update copyrights that were missed. | Bruce Momjian | 2005-01-01 |
* | Tag appropriate files for rc3 | PostgreSQL Daemon | 2004-12-31 |
* | Change planner to use the current true disk file size as its estimate of | Tom Lane | 2004-12-01 |
* | Fix obsolete comments. | Tom Lane | 2004-11-12 |
* | Repair possible failure to update hint bits back to disk, per | Tom Lane | 2004-10-15 |
* | Restructure subtransaction handling to reduce resource consumption, | Tom Lane | 2004-09-16 |
* | Simplify IsXactIsoLevelSerializable test. A cycle saved is a cycle | Tom Lane | 2004-09-05 |
* | Add WAL logging for CREATE/DROP DATABASE and CREATE/DROP TABLESPACE. | Tom Lane | 2004-08-29 |
* | Widen xl_len field of XLogRecord header to 32 bits, so that we'll have | Tom Lane | 2004-08-29 |
* | Pgindent run for 8.0. | Bruce Momjian | 2004-08-29 |
* | Update copyright to 2004. | Bruce Momjian | 2004-08-29 |
* | Rearrange pg_subtrans handling as per recent discussion. pg_subtrans | Tom Lane | 2004-08-23 |
* | Tweak code so that pg_subtrans is never consulted for XIDs older than | Tom Lane | 2004-08-22 |
* | Add functions pg_start_backup, pg_stop_backup to create backup label | Tom Lane | 2004-08-03 |
* | Some mop-up work for savepoints (nested transactions). Store a small | Tom Lane | 2004-08-01 |
* | plpgsql does exceptions. | Tom Lane | 2004-07-31 |
* | Replace nested-BEGIN syntax for subtransactions with spec-compliant | Tom Lane | 2004-07-27 |
* | Invent WAL timelines, as per recent discussion, to make point-in-time | Tom Lane | 2004-07-21 |
* | XLOG file archiving and point-in-time recovery. There are still some | Tom Lane | 2004-07-19 |
* | Invent ResourceOwner mechanism as per my recent proposal, and use it to | Tom Lane | 2004-07-17 |
* | Rename XLOG_BTREE_NEWPAGE xlog record type into XLOG_HEAP_NEWPAGE, and | Tom Lane | 2004-07-11 |
* | Nested transactions. There is still much left to do, especially on the | Tom Lane | 2004-07-01 |
* | Make the world very nearly safe for composite-type columns in tables. | Tom Lane | 2004-06-05 |
* | Resurrect heap_deformtuple(), this time implemented as a singly nested | Tom Lane | 2004-06-04 |