| Commit message (Expand) | Author | Age | Files | Lines |
| * | Update copyright for 2006. Update scripts. | Bruce Momjian | 2006-03-05 | 31 | -62/+62 |
| * | Skip ambulkdelete scan if there's nothing to delete and the index is not | Tom Lane | 2006-02-11 | 1 | -1/+2 |
| * | Revert based on Tom's recommendation: | Bruce Momjian | 2006-02-11 | 1 | -3/+1 |
| * | Allow VACUUM to complete faster by avoiding scanning the indexes when no | Bruce Momjian | 2006-02-11 | 1 | -1/+3 |
| * | Remove the no-longer-useful HashItem/HashItemData level of structure. | Tom Lane | 2006-01-25 | 1 | -10/+2 |
| * | Remove the no-longer-useful BTItem/BTItemData level of structure, and | Tom Lane | 2006-01-25 | 1 | -39/+19 |
| * | Allow row comparisons to be used as indexscan qualifications. | Tom Lane | 2006-01-25 | 1 | -1/+34 |
| * | Instead of using a numberOfRequiredKeys count to distinguish required | Tom Lane | 2006-01-23 | 1 | -9/+13 |
| * | Some minor code cleanup, falling out from the removal of rtree. SK_NEGATE | Tom Lane | 2006-01-14 | 2 | -34/+8 |
| * | Push the responsibility for handling ignore_killed_tuples down into | Tom Lane | 2005-12-07 | 1 | -3/+4 |
| * | Get rid of slru.c's hardwired insistence on a fixed number of slots per | Tom Lane | 2005-12-06 | 4 | -21/+28 |
| * | Arrange for read-only accesses to SLRU page buffers to take only a shared | Tom Lane | 2005-12-06 | 1 | -5/+16 |
| * | Tweak indexscan machinery to avoid taking an AccessShareLock on an index | Tom Lane | 2005-12-03 | 2 | -2/+5 |
| * | Change seqscan logic so that we check visibility of all tuples on a page | Tom Lane | 2005-11-26 | 2 | -35/+11 |
| * | Re-run pgindent, fixing a problem where comment lines after a blank | Bruce Momjian | 2005-11-22 | 2 | -4/+4 |
| * | Remove the t_datamcxt field of HeapTupleData. This was introduced for | Tom Lane | 2005-11-20 | 1 | -10/+9 |
| * | Modify tuptoaster's API so that it does not try to modify the passed | Tom Lane | 2005-11-20 | 1 | -10/+12 |
| * | R-tree is dead ... long live GiST. | Tom Lane | 2005-11-07 | 4 | -173/+21 |
| * | Add simple sanity checks on newly-read pages to GiST, too. | Tom Lane | 2005-11-06 | 1 | -1/+2 |
| * | Add defenses to btree and hash index AMs to do simple sanity checks | Tom Lane | 2005-11-06 | 2 | -3/+4 |
| * | Clean up representation of SLRU page state. This is the cleaner fix | Tom Lane | 2005-11-05 | 1 | -4/+9 |
| * | Standard pgindent run for 8.1. | Bruce Momjian | 2005-10-15 | 18 | -233/+234 |
| * | Remove an unused typedef. | Alvaro Herrera | 2005-10-07 | 1 | -9/+1 |
| * | Clean up a couple of ad-hoc computations of the maximum number of tuples | Tom Lane | 2005-09-02 | 1 | -1/+11 |
| * | Convert the arithmetic for shared memory size calculation from 'int' | Tom Lane | 2005-08-20 | 6 | -12/+12 |
| * | Make GetMultiXactIdMembers() a public function. | Tatsuo Ishii | 2005-08-20 | 1 | -1/+2 |
| * | Repair problems with VACUUM destroying t_ctid chains too soon, and with | Tom Lane | 2005-08-20 | 2 | -20/+50 |
| * | 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 |