| Commit message (Expand) | Author | Age | Files | Lines |
| * | Solve the problem of OID collisions by probing for duplicate OIDs | Tom Lane | 2005-08-12 | 1 | -2/+1 |
| * | Add NOWAIT option to SELECT FOR UPDATE/SHARE. | Tom Lane | 2005-08-01 | 2 | -3/+5 |
| * | Clean up a number of autovacuum loose ends. Make the stats collector | Tom Lane | 2005-07-29 | 1 | -1/+2 |
| * | Add pg_column_size() to return storage size of a column, including | Bruce Momjian | 2005-07-06 | 1 | -1/+9 |
| * | Arrange for the postmaster (and standalone backends, initdb, etc) to | Tom Lane | 2005-07-04 | 3 | -11/+14 |
| * | Bug fixes for GiST crash recovery. | Teodor Sigaev | 2005-06-30 | 2 | -10/+4 |
| * | Clean up the rather historically encumbered interface to now() and | Tom Lane | 2005-06-29 | 1 | -4/+3 |
| * | Replace pg_shadow and pg_group by new role-capable catalogs pg_authid | Tom Lane | 2005-06-28 | 1 | -2/+2 |
| * | Concurrency for GiST | Teodor Sigaev | 2005-06-27 | 3 | -101/+132 |
| * | Extend r-tree operator classes to handle Y-direction tests equivalent | Tom Lane | 2005-06-24 | 1 | -2/+6 |
| * | Fix rtree and contrib/rtree_gist search behavior for the 1-D box and | Tom Lane | 2005-06-24 | 2 | -2/+4 |
| * | Avoid WAL-logging individual tuple insertions during CREATE TABLE AS | Tom Lane | 2005-06-20 | 2 | -4/+5 |
| * | fix founded hole in recovery after crash, add vacuum_delay_point() | Teodor Sigaev | 2005-06-20 | 1 | -9/+5 |
| * | 1. full functional WAL for GiST | Teodor Sigaev | 2005-06-20 | 2 | -20/+75 |
| * | Arrange to fsync two-phase-commit state files only during checkpoints; | Tom Lane | 2005-06-19 | 1 | -3/+4 |
| * | Add a time-of-preparation column to the pg_prepared_xacts view, per an | Tom Lane | 2005-06-18 | 1 | -4/+6 |
| * | Two-phase commit. Original patch by Heikki Linnakangas, with additional | Tom Lane | 2005-06-17 | 4 | -6/+124 |
| * | WAL for GiST. It work for online backup and so on, but on | Teodor Sigaev | 2005-06-14 | 1 | -4/+150 |
| * | Change the planner to allow indexscan qualification clauses to use | Tom Lane | 2005-06-13 | 1 | -2/+1 |
| * | Change WAL-logging scheme for multixacts to be more like regular | Tom Lane | 2005-06-08 | 3 | -7/+37 |
| * | Modify XLogInsert API to make callers specify whether pages to be backed | Tom Lane | 2005-06-06 | 1 | -11/+29 |
| * | Remove the mostly-stubbed-out-anyway support routines for WAL UNDO. | Tom Lane | 2005-06-06 | 11 | -23/+15 |
| * | Change CRCs in WAL records from 64bit to 32bit for performance reasons. | Tom Lane | 2005-06-02 | 2 | -22/+41 |
| * | Arrange to cache fmgr lookup information for an index's access method | Tom Lane | 2005-05-27 | 2 | -9/+6 |
| * | Add parentheses to macros when args are used in computations. Without | Bruce Momjian | 2005-05-25 | 1 | -2/+2 |
| * | Add support for wal_fsync_writethrough for Darwin, and restructure the | Bruce Momjian | 2005-05-20 | 1 | -1/+8 |
| * | Cleanup GiST header files. Since GiST extensions are often written as | Neil Conway | 2005-05-17 | 2 | -117/+125 |
| * | GiST improvements: | Neil Conway | 2005-05-17 | 1 | -12/+23 |
| * | For some reason access/tupmacs.h has been #including utils/memutils.h, | Tom Lane | 2005-05-06 | 1 | -2/+1 |
| * | Clean up MultiXactIdExpand's API by separating out the case where we | Tom Lane | 2005-05-03 | 1 | -4/+4 |
| * | Implement sharable row-level locks, and use them for foreign key references | Tom Lane | 2005-04-28 | 4 | -11/+69 |
| * | Completion of project to use fixed OIDs for all system catalogs and | Tom Lane | 2005-04-14 | 2 | -6/+3 |
| * | Simplify initdb-time assignment of OIDs as I proposed yesterday, and | Tom Lane | 2005-04-13 | 1 | -8/+9 |
| * | Remove dead push/pop rollback code. Vadim once planned to implement | Tom Lane | 2005-03-28 | 2 | -8/+3 |
| * | First steps towards index scans with heap access decoupled from index | Tom Lane | 2005-03-27 | 6 | -12/+26 |
| * | Eliminate duplicate hasnulls bit testing in index tuple access, and | Tom Lane | 2005-03-27 | 2 | -59/+29 |
| * | Convert index-related tuple handling routines from char 'n'/' ' to bool | Tom Lane | 2005-03-21 | 6 | -26/+14 |
| * | Change the return value of HeapTupleSatisfiesUpdate() to be an enum, | Neil Conway | 2005-03-20 | 1 | -4/+4 |
| * | Revise TupleTableSlot code to avoid unnecessary construction and disassembly | Tom Lane | 2005-03-16 | 2 | -8/+21 |
| * | Avoid O(N^2) overhead in repeated nocachegetattr calls when columns of | Tom Lane | 2005-03-14 | 1 | -7/+3 |
| * | Adjust creation/destruction of TupleDesc data structure to reduce the | Tom Lane | 2005-03-07 | 1 | -8/+12 |
| * | Remove some no-longer-needed kluges for bootstrapping, in particular | Tom Lane | 2005-02-20 | 1 | -5/+1 |
| * | Add code to prevent transaction ID wraparound by enforcing a safe limit | Tom Lane | 2005-02-20 | 1 | -3/+13 |
| * | Change heap_modifytuple() to require a TupleDesc rather than a | Neil Conway | 2005-01-27 | 1 | -2/+2 |
| * | This patch makes some improvements to the rtree index implementation: | Neil Conway | 2005-01-18 | 1 | -6/+11 |
| * | Update copyrights that were missed. | Bruce Momjian | 2005-01-01 | 1 | -2/+2 |
| * | Tag appropriate files for rc3 | PostgreSQL Daemon | 2004-12-31 | 30 | -60/+60 |
| * | Change planner to use the current true disk file size as its estimate of | Tom Lane | 2004-12-01 | 1 | -1/+6 |
| * | Fix obsolete comments. | Tom Lane | 2004-11-12 | 1 | -3/+3 |
| * | Repair possible failure to update hint bits back to disk, per | Tom Lane | 2004-10-15 | 1 | -31/+14 |