| Commit message (Expand) | Author | Age |
* | pgindent run for 9.0 | Bruce Momjian | 2010-02-26 |
* | Update copyright for the year 2010. | Bruce Momjian | 2010-01-02 |
* | Allow read only connections during recovery, known as Hot Standby. | Simon Riggs | 2009-12-19 |
* | Make sure that GIN fast-insert and regular code paths enforce the same | Tom Lane | 2009-10-02 |
* | Department of second thoughts: let's show the exact key during unique index | Tom Lane | 2009-08-01 |
* | Improve unique-constraint-violation error messages to include the exact | Tom Lane | 2009-08-01 |
* | Support deferrable uniqueness constraints. | Tom Lane | 2009-07-29 |
* | 8.4 pgindent run, with new combined Linux/FreeBSD/MinGW typedef list | Bruce Momjian | 2009-06-11 |
* | Update copyright for 2009. | Bruce Momjian | 2009-01-01 |
* | Clean up the messy semantics (not to mention inefficiency) of PageGetTempPage | Tom Lane | 2008-11-03 |
* | Fix bug in the WAL recovery code to finish an incomplete split. | Heikki Linnakangas | 2008-06-11 |
* | Restructure some header files a bit, in particular heapam.h, by removing some | Alvaro Herrera | 2008-05-12 |
* | Move the HTSU_Result enum definition into snapshot.h, to avoid including | Alvaro Herrera | 2008-03-26 |
* | Update copyrights in source tree to 2008. | Bruce Momjian | 2008-01-01 |
* | Improve a number of elog messages for not-supposed-to-happen cases in btrees, | Tom Lane | 2007-12-31 |
* | Repair still another bug in the btree page split WAL reduction patch: | Tom Lane | 2007-11-16 |
* | pgindent run for 8.3. | Bruce Momjian | 2007-11-15 |
* | HOT updates. When we update a tuple without changing any of its indexed | Tom Lane | 2007-09-20 |
* | Redefine the lp_flags field of item pointers as having four states, rather | Tom Lane | 2007-09-12 |
* | Clarify some error messages about duplicate things. | Peter Eisentraut | 2007-06-03 |
* | To support external compression of archived WAL data, add a flag bit to | Tom Lane | 2007-05-20 |
* | Code review for btree page split WAL reduction patch. Make it actually work | Tom Lane | 2007-04-11 |
* | Clean up the representation of special snapshots by including a "method | Tom Lane | 2007-03-25 |
* | Fix a typo in a comment. Heikki Linnakangas. | Neil Conway | 2007-03-05 |
* | Split _bt_insertonpg to two functions. | Bruce Momjian | 2007-03-03 |
* | btree source code cleanups: | Bruce Momjian | 2007-02-21 |
* | Fix reference-after-free in the new btree page split code, as reported by | Alvaro Herrera | 2007-02-08 |
* | Reduce WAL activity for page splits: | Bruce Momjian | 2007-02-08 |
* | Remove some dead code, per Heikki. | Tom Lane | 2007-02-06 |
* | Correct an old logic error in btree page splitting: when considering a split | Tom Lane | 2007-01-27 |
* | Update CVS HEAD for 2007 copyright. Back branches are typically not | Bruce Momjian | 2007-01-05 |
* | Suppress a few 'uninitialized variable' warnings that gcc emits only at | Tom Lane | 2006-11-11 |
* | Fix "failed to re-find parent key" btree VACUUM failure by revising page | Tom Lane | 2006-11-01 |
* | pgindent run for 8.2. | Bruce Momjian | 2006-10-04 |
* | Add the ability to create indexes 'concurrently', that is, without | Tom Lane | 2006-08-25 |
* | Modify btree to delete known-dead index entries without an actual VACUUM. | Tom Lane | 2006-07-25 |
* | Allow include files to compile own their own. | Bruce Momjian | 2006-07-13 |
* | Tweak fillfactor code as per my recent proposal. Fix nbtsort.c so that | Tom Lane | 2006-07-11 |
* | Code review for FILLFACTOR patch. Change WITH grammar as per earlier | Tom Lane | 2006-07-03 |
* | Add FILLFACTOR to CREATE INDEX. | Bruce Momjian | 2006-07-02 |
* | Rewrite btree vacuuming to fold the former bulkdelete and cleanup operations | Tom Lane | 2006-05-08 |
* | Arrange to cache btree metapage data in the relcache entry for the index, | Tom Lane | 2006-04-25 |
* | Fix an ancient oversight in btree xlog replay. When trying to determine if an | Tom Lane | 2006-04-13 |
* | Clean up WAL/buffer interactions as per my recent proposal. Get rid of the | Tom Lane | 2006-03-31 |
* | Update copyright for 2006. Update scripts. | Bruce Momjian | 2006-03-05 |
* | Remove the no-longer-useful BTItem/BTItemData level of structure, and | Tom Lane | 2006-01-25 |
* | Improve comments about btree's use of ScanKey data structures: there | Tom Lane | 2006-01-17 |
* | Cosmetic code cleanup: fix a bunch of places that used "return (expr);" | Neil Conway | 2006-01-11 |
* | Re-run pgindent, fixing a problem where comment lines after a blank | Bruce Momjian | 2005-11-22 |
* | Add defenses to btree and hash index AMs to do simple sanity checks | Tom Lane | 2005-11-06 |