| Commit message (Expand) | Author | Age |
* | Re-run pgindent, fixing a problem where comment lines after a blank | Bruce Momjian | 2005-11-22 |
* | Standard pgindent run for 8.1. | Bruce Momjian | 2005-10-15 |
* | Fix longstanding bug found by Atsushi Ogawa: _bt_check_unique would mark | Tom Lane | 2005-10-12 |
* | Clean up possibly-uninitialized-variable warnings reported by gcc 4.x. | Tom Lane | 2005-09-24 |
* | Mention MD5 function index for indexing long values. | Bruce Momjian | 2005-08-11 |
* | Make new hints follow style guide. | Tom Lane | 2005-08-10 |
* | Add hints to cases where indexes fail because of values that are too long. | Bruce Momjian | 2005-08-10 |
* | Modify XLogInsert API to make callers specify whether pages to be backed | Tom Lane | 2005-06-06 |
* | Convert index-related tuple handling routines from char 'n'/' ' to bool | Tom Lane | 2005-03-21 |
* | Tag appropriate files for rc3 | PostgreSQL Daemon | 2004-12-31 |
* | Make heap_fetch API more consistent by having the buffer remain pinned | Tom Lane | 2004-10-26 |
* | Repair possible failure to update hint bits back to disk, per | Tom Lane | 2004-10-15 |
* | Pgindent run for 8.0. | Bruce Momjian | 2004-08-29 |
* | Update copyright to 2004. | Bruce Momjian | 2004-08-29 |
* | Fix bug introduced into _bt_getstackbuf() on 2003-Feb-21: the initial | Tom Lane | 2004-08-17 |
* | Invent WAL timelines, as per recent discussion, to make point-in-time | Tom Lane | 2004-07-21 |
* | Tweak indexscan and seqscan code to arrange that steps from one page to | Tom Lane | 2004-04-21 |
* | More janitorial work: remove the explicit casting of NULL literals to a | Neil Conway | 2004-01-07 |
* | Improve btree's initial-positioning-strategy code so that we never need | Tom Lane | 2003-12-21 |
* | $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 |
* | Message editing: remove gratuitous variations in message wording, standardize | Peter Eisentraut | 2003-09-25 |
* | In _bt_check_unique() loop, don't bother applying _bt_isequal() to | Tom Lane | 2003-09-02 |
* | Update copyrights to 2003. | Bruce Momjian | 2003-08-04 |
* | pgindent run. | Bruce Momjian | 2003-08-04 |
* | A visit from the message-style police ... | Tom Lane | 2003-07-28 |
* | Error message editing in backend/access. | Tom Lane | 2003-07-21 |
* | Make debug_ GUC varables output DEBUG1 rather than LOG, and mention in | Bruce Momjian | 2003-05-27 |
* | First cut at recycling space in btree indexes. Still some rough edges | Tom Lane | 2003-02-23 |
* | More infrastructure for btree compaction project. Tree-traversal code | Tom Lane | 2003-02-22 |
* | Make btree index structure adjustments and WAL logging changes needed to | Tom Lane | 2003-02-21 |
* | pgindent run. | Bruce Momjian | 2002-09-04 |
* | Restructure local-buffer handling per recent pghackers discussion. | Tom Lane | 2002-08-06 |
* | There already was a macro PageGetItemId; this is now used in (almost) | Bruce Momjian | 2002-07-02 |
* | Update copyright to 2002. | Bruce Momjian | 2002-06-20 |
* | Wups, managed to break ANALYZE with one aspect of that heap_fetch change. | Tom Lane | 2002-05-24 |
* | Mark index entries "killed" when they are no longer visible to any | Tom Lane | 2002-05-24 |
* | Change made to elog: | Bruce Momjian | 2002-03-06 |
* | Commit to match discussed elog() changes. Only update is that LOG is | Bruce Momjian | 2002-03-02 |
* | Fix race condition that could allow two concurrent transactions | Tom Lane | 2002-01-01 |
* | pgindent run on all C files. Java run to follow. initdb/regression | Bruce Momjian | 2001-10-25 |
* | Tweak btree page split logic so that when splitting a page that is | Tom Lane | 2001-09-29 |
* | Ensure that all TransactionId comparisons are encapsulated in macros | Tom Lane | 2001-08-23 |
* | Restructure index AM interface for index building and index tuple deletion, | Tom Lane | 2001-07-15 |
* | Statistical system views (yet without the config stuff, but | Jan Wieck | 2001-06-22 |
* | pgindent run. Make it all clean. | Bruce Momjian | 2001-03-22 |
* | Runtime btree recovery is now ON by default. | Vadim B. Mikheev | 2001-02-07 |
* | Runtime tree recovery is implemented, just testing is left -:) | Vadim B. Mikheev | 2001-02-02 |
* | Couple additional functions to fix tree at runtime. | Vadim B. Mikheev | 2001-01-31 |