| Commit message (Expand) | Author | Age |
* | Code review for NOWAIT patch: downgrade NOWAIT from fully reserved keyword | Tom Lane | 2004-10-01 |
* | Adjust index locking rules as per my proposal of earlier today. You | Tom Lane | 2004-09-30 |
* | Now that xmax and cmin are distinct fields again, we should zero xmax when | Tom Lane | 2004-09-17 |
* | Restructure subtransaction handling to reduce resource consumption, | Tom Lane | 2004-09-16 |
* | Renumber SnapshotNow and the other special snapshot codes so that | Tom Lane | 2004-09-11 |
* | Pgindent run for 8.0. | Bruce Momjian | 2004-08-29 |
* | Update copyright to 2004. | Bruce Momjian | 2004-08-29 |
* | Fix relcache to account properly for subtransaction status of 'new' | Tom Lane | 2004-08-28 |
* | Invent WAL timelines, as per recent discussion, to make point-in-time | Tom Lane | 2004-07-21 |
* | Rename XLOG_BTREE_NEWPAGE xlog record type into XLOG_HEAP_NEWPAGE, and | Tom Lane | 2004-07-11 |
* | Tablespaces. Alternate database locations are dead, long live tablespaces. | Tom Lane | 2004-06-18 |
* | 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 |
* | Get rid of the former rather baroque mechanism for propagating the values | Tom Lane | 2004-05-27 |
* | Fix speling. | Tom Lane | 2004-05-20 |
* | Get rid of rd_nblocks field in relcache entries. Turns out this was | Tom Lane | 2004-05-08 |
* | Tweak indexscan and seqscan code to arrange that steps from one page to | Tom Lane | 2004-04-21 |
* | Replace TupleTableSlot convention for whole-row variables and function | Tom Lane | 2004-04-01 |
* | Add NOWAIT option to LOCK command | Tatsuo Ishii | 2004-03-11 |
* | Tighten short-circuit tests for deciding whether we need to invoke | Tom Lane | 2004-01-16 |
* | More janitorial work: remove the explicit casting of NULL literals to a | Neil Conway | 2004-01-07 |
* | Fix three trivial typos in comments. | Neil Conway | 2004-01-05 |
* | I posted some bufmgr cleanup a few weeks ago, but it conflicted with | Neil Conway | 2003-12-14 |
* | make sure the $Id tags are converted to $PostgreSQL as well ... | PostgreSQL Daemon | 2003-11-29 |
* | $Header: -> $PostgreSQL Changes ... | PostgreSQL Daemon | 2003-11-29 |
* | Cross-data-type comparisons are now indexable by btrees, pursuant to my | Tom Lane | 2003-11-12 |
* | Add operator strategy and comparison-value datatype fields to ScanKey. | Tom Lane | 2003-11-09 |
* | Repair RI trigger visibility problems (this time for sure ;-)) per recent | Tom Lane | 2003-10-01 |
* | Message editing: remove gratuitous variations in message wording, standardize | Peter Eisentraut | 2003-09-25 |
* | Fix LISTEN/NOTIFY race condition reported by Gavin Sherry. While a | Tom Lane | 2003-09-15 |
* | Fix some copyright notices that weren't updated. Improve copyright tool | Tom Lane | 2003-08-04 |
* | Update copyrights to 2003. | Bruce Momjian | 2003-08-04 |
* | pgindent run. | Bruce Momjian | 2003-08-04 |
* | Error message editing in backend/access. | Tom Lane | 2003-07-21 |
* | Improve coding of log_heap_clean() and heap_xlog_clean(). | Tom Lane | 2003-02-23 |
* | This trivial patch removes the usage of some old statistics code that no | Bruce Momjian | 2003-02-13 |
* | Fix problems with loss of tuple commit status bits during WAL redo of | Tom Lane | 2002-09-26 |
* | pgindent run. | Bruce Momjian | 2002-09-04 |
* | Code review for HeapTupleHeader changes. Add version number to page headers | Tom Lane | 2002-09-02 |
* | Code review for standalone composite types, query-specified composite | Tom Lane | 2002-08-29 |
* | Make sure that t_ctid is reset to equal t_self in heap_delete and | Tom Lane | 2002-08-13 |
* | Restructure local-buffer handling per recent pghackers discussion. | Tom Lane | 2002-08-06 |
* | This patch fixes one serious bug (runaway INSERT) and a few rare (and | Bruce Momjian | 2002-07-30 |
* | oid is needed, it is added at the end of the struct (after the null | Bruce Momjian | 2002-07-20 |
* | There already was a macro PageGetItemId; this is now used in (almost) | Bruce Momjian | 2002-07-02 |
* | This patch, which is built upon the "HeapTupleHeader accessor macros" | Bruce Momjian | 2002-07-02 |
* | Update copyright to 2002. | Bruce Momjian | 2002-06-20 |
* | This patch wraps all accesses to t_xmin, t_cmin, t_xmax, and t_cmax in | Bruce Momjian | 2002-06-15 |
* | Distinguish between MaxHeapAttributeNumber and MaxTupleAttributeNumber, | Tom Lane | 2002-05-27 |
* | Wups, managed to break ANALYZE with one aspect of that heap_fetch change. | Tom Lane | 2002-05-24 |