| Commit message (Expand) | Author | Age | Files | Lines |
| * | 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 |
| * | Tweak indexscan and seqscan code to arrange that steps from one page to | Tom Lane | 2004-04-21 | 2 | -2/+7 |
| * | This is a cleanup patch for access/transam/xact.c. It only removes some | Bruce Momjian | 2004-04-05 | 1 | -1/+2 |
| * | Replace TupleTableSlot convention for whole-row variables and function | Tom Lane | 2004-04-01 | 3 | -122/+192 |
| * | Cleanup vectors of GISTENTRY and eliminate problem with 64-bit strict-aligned | Teodor Sigaev | 2004-03-30 | 1 | -1/+14 |
| * | Add NOWAIT option to LOCK command | Tatsuo Ishii | 2004-03-11 | 1 | -1/+2 |
| * | Commit the reasonably uncontroversial parts of J.R. Nield's PITR patch, to | Tom Lane | 2004-02-11 | 3 | -13/+38 |
| * | Rename SortMem and VacuumMem to work_mem and maintenance_work_mem. | Tom Lane | 2004-02-03 | 1 | -2/+2 |
| * | Attached is a patch that fixes some trivial typos and alignment. Please | Bruce Momjian | 2004-01-26 | 1 | -7/+7 |
| * | Repair problem identified by Olivier Prenant: ALTER DATABASE SET search_path | Tom Lane | 2004-01-19 | 1 | -4/+1 |
| * | Tighten short-circuit tests for deciding whether we need to invoke | Tom Lane | 2004-01-16 | 1 | -1/+7 |
| * | Make the 'wal_debug' GUC variable a boolean (rather than an integer), and | Neil Conway | 2004-01-06 | 1 | -2/+4 |
| * | Improve btree's initial-positioning-strategy code so that we never need | Tom Lane | 2003-12-21 | 1 | -5/+6 |
| * | This patch is the next step towards (re)allowing fork/exec. | Bruce Momjian | 2003-12-20 | 1 | -1/+8 |
| * | This patch properly sets the prototype for the on_shmem_exit and | Peter Eisentraut | 2003-12-12 | 1 | -2/+2 |
| * | make sure the $Id tags are converted to $PostgreSQL as well ... | PostgreSQL Daemon | 2003-11-29 | 30 | -30/+30 |
| * | Cross-data-type comparisons are now indexable by btrees, pursuant to my | Tom Lane | 2003-11-12 | 2 | -19/+24 |
| * | Add operator strategy and comparison-value datatype fields to ScanKey. | Tom Lane | 2003-11-09 | 8 | -203/+77 |
| * | Implement isolation levels read uncommitted and repeatable read as acting | Peter Eisentraut | 2003-11-06 | 1 | -3/+9 |
| * | Fix bad interaction between NOTIFY processing and V3 extended query | Tom Lane | 2003-10-16 | 1 | -1/+2 |
| * | Repair RI trigger visibility problems (this time for sure ;-)) per recent | Tom Lane | 2003-10-01 | 1 | -3/+3 |
| * | Adjust btree index build procedure so that the btree metapage looks | Tom Lane | 2003-09-29 | 1 | -2/+3 |
| * | Add a mechanism to let dynamically loaded modules register post-commit/ | Tom Lane | 2003-09-28 | 1 | -4/+10 |
| * | Get rid of ReferentialIntegritySnapshotOverride by extending Executor API | Tom Lane | 2003-09-25 | 1 | -3/+3 |
| * | Fix LISTEN/NOTIFY race condition reported by Gavin Sherry. While a | Tom Lane | 2003-09-15 | 1 | -3/+3 |
| * | Reimplement hash index locking algorithms, per my recent proposal to | Tom Lane | 2003-09-04 | 1 | -22/+47 |
| * | Several fixes for hash indexes that involve changing the on-disk index | Tom Lane | 2003-09-02 | 1 | -26/+29 |
| * | Rewrite hashbulkdelete() to make it amenable to new bucket locking | Tom Lane | 2003-09-02 | 1 | -7/+6 |
| * | Preliminary cleanup for hash index code (doesn't attack the locking problem | Tom Lane | 2003-09-01 | 1 | -105/+61 |
| * | Rewriter and planner should use only resno, not resname, to identify | Tom Lane | 2003-08-11 | 1 | -2/+2 |