| Commit message (Expand) | Author | Age | Files | Lines |
| * | 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 |
| * | Restructure subtransaction handling to reduce resource consumption, | Tom Lane | 2004-09-16 | 1 | -6/+17 |
| * | Simplify IsXactIsoLevelSerializable test. A cycle saved is a cycle | Tom Lane | 2004-09-05 | 1 | -4/+4 |
| * | Add WAL logging for CREATE/DROP DATABASE and CREATE/DROP TABLESPACE. | Tom Lane | 2004-08-29 | 1 | -1/+3 |
| * | Widen xl_len field of XLogRecord header to 32 bits, so that we'll have | Tom Lane | 2004-08-29 | 2 | -13/+6 |
| * | Pgindent run for 8.0. | Bruce Momjian | 2004-08-29 | 12 | -75/+80 |
| * | Update copyright to 2004. | Bruce Momjian | 2004-08-29 | 31 | -62/+62 |
| * | Rearrange pg_subtrans handling as per recent discussion. pg_subtrans | Tom Lane | 2004-08-23 | 4 | -42/+79 |
| * | Tweak code so that pg_subtrans is never consulted for XIDs older than | Tom Lane | 2004-08-22 | 2 | -8/+2 |
| * | Add functions pg_start_backup, pg_stop_backup to create backup label | Tom Lane | 2004-08-03 | 1 | -2/+15 |
| * | Some mop-up work for savepoints (nested transactions). Store a small | Tom Lane | 2004-08-01 | 2 | -34/+26 |
| * | plpgsql does exceptions. | Tom Lane | 2004-07-31 | 1 | -2/+4 |
| * | Replace nested-BEGIN syntax for subtransactions with spec-compliant | Tom Lane | 2004-07-27 | 1 | -3/+8 |
| * | Invent WAL timelines, as per recent discussion, to make point-in-time | Tom Lane | 2004-07-21 | 5 | -122/+241 |
| * | XLOG file archiving and point-in-time recovery. There are still some | Tom Lane | 2004-07-19 | 1 | -1/+4 |
| * | Invent ResourceOwner mechanism as per my recent proposal, and use it to | Tom Lane | 2004-07-17 | 5 | -68/+10 |
| * | Rename XLOG_BTREE_NEWPAGE xlog record type into XLOG_HEAP_NEWPAGE, and | Tom Lane | 2004-07-11 | 2 | -16/+16 |
| * | Nested transactions. There is still much left to do, especially on the | Tom Lane | 2004-07-01 | 11 | -74/+119 |
| * | Make the world very nearly safe for composite-type columns in tables. | Tom Lane | 2004-06-05 | 1 | -1/+13 |
| * | Resurrect heap_deformtuple(), this time implemented as a singly nested | Tom Lane | 2004-06-04 | 1 | -5/+10 |
| * | Adjust btree index build to not use shared buffers, thereby avoiding the | Tom Lane | 2004-06-02 | 1 | -6/+4 |
| * | Per previous discussions, get rid of use of sync(2) in favor of | Tom Lane | 2004-05-31 | 1 | -21/+15 |
| * | Separate out bgwriter code into a logically separate module, rather | Tom Lane | 2004-05-29 | 1 | -2/+1 |
| * | Code review for EXEC_BACKEND changes. Reduce the number of #ifdefs by | Tom Lane | 2004-05-28 | 1 | -16/+19 |
| * | Get rid of the former rather baroque mechanism for propagating the values | Tom Lane | 2004-05-27 | 1 | -4/+2 |
| * | For multi-table ANALYZE, use per-table transactions when possible | Tom Lane | 2004-05-22 | 1 | -1/+2 |
| * | Get rid of rd_nblocks field in relcache entries. Turns out this was | Tom Lane | 2004-05-08 | 1 | -1/+2 |