| Commit message (Expand) | Author | Age |
* | Provide database object names as separate fields in error messages. | Tom Lane | 2013-01-29 |
* | Redesign the planner's handling of index-descent cost estimation. | Tom Lane | 2013-01-11 |
* | Update copyrights for 2013 | Bruce Momjian | 2013-01-01 |
* | Fix btmarkpos/btrestrpos to handle array keys. | Tom Lane | 2012-09-27 |
* | Run pgindent on 9.2 source tree in preparation for first 9.3 | Bruce Momjian | 2012-06-10 |
* | Cosmetic cleanup for commit a760893dbda9934e287789d54bbd3c4ca3914ce0. | Tom Lane | 2012-02-21 |
* | Update copyright notices for year 2012. | Bruce Momjian | 2012-01-01 |
* | Replace simple constant pg_am.amcanreturn with an AM support function. | Tom Lane | 2011-12-18 |
* | Create a "sort support" interface API for faster sorting. | Tom Lane | 2011-12-07 |
* | Teach btree to handle ScalarArrayOpExpr quals natively. | Tom Lane | 2011-10-16 |
* | Improve index-only scans to avoid repeated access to the index page. | Tom Lane | 2011-10-09 |
* | Allow more include files to be compiled in their own by adding missing | Bruce Momjian | 2011-08-27 |
* | Stamp copyrights for year 2011. | Bruce Momjian | 2011-01-01 |
* | Support unlogged tables. | Robert Haas | 2010-12-29 |
* | Remove cvs keywords from all files. | Magnus Hagander | 2010-09-20 |
* | pgindent run for 9.0, second run | Bruce Momjian | 2010-07-06 |
* | Derive latestRemovedXid for btree deletes by reading heap pages. The | Simon Riggs | 2010-03-28 |
* | Further corrections of mismatching struct and btree SizeOf macros. | Simon Riggs | 2010-03-20 |
* | Fix oversight in btpo.xact patch; it was in fact installing garbage | Tom Lane | 2010-03-19 |
* | Reset btpo.xact following recovery of btree delete page. Add btpo_xact | Simon Riggs | 2010-03-19 |
* | pgindent run for 9.0 | Bruce Momjian | 2010-02-26 |
* | Introduce WAL records to log reuse of btree pages, allowing conflict | Simon Riggs | 2010-02-13 |
* | Remove old-style VACUUM FULL (which was known for a little while as | Tom Lane | 2010-02-08 |
* | 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 |
* | 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 |
* | The flag to mark dead tuples is nowadays called LP_DEAD, not LP_DELETE. | Heikki Linnakangas | 2008-12-30 |
* | Clean up the use of some page-header-access macros: principally, use | Tom Lane | 2008-07-13 |
* | Improve our #include situation by moving pointer types away from the | Alvaro Herrera | 2008-06-19 |
* | Change xlog.h to xlogdefs.h in bufpage.h, and fix fallout. | Alvaro Herrera | 2008-06-06 |
* | Repair two places where SIGTERM exit could leave shared memory state | Tom Lane | 2008-04-16 |
* | Replace "amgetmulti" AM functions with "amgetbitmap", in which the whole | Tom Lane | 2008-04-10 |
* | Update copyrights in source tree to 2008. | Bruce Momjian | 2008-01-01 |
* | 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 |
* | Code review for btree page split WAL reduction patch. Make it actually work | Tom Lane | 2007-04-11 |
* | Minor tweaking of index special-space definitions so that the various | Tom Lane | 2007-04-09 |
* | Reduce WAL activity for page splits: | Bruce Momjian | 2007-02-08 |
* | Rename MaxTupleSize to MaxHeapTupleSize to clarify that it's not meant to | Tom Lane | 2007-02-05 |
* | Refactor the index AM API slightly: move currentItemData and | Neil Conway | 2007-01-20 |
* | Support ORDER BY ... NULLS FIRST/LAST, and add ASC/DESC/NULLS FIRST/NULLS LAST | Tom Lane | 2007-01-09 |
* | Update CVS HEAD for 2007 copyright. Back branches are typically not | Bruce Momjian | 2007-01-05 |
* | 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 |
* | Optimize the case where a btree indexscan has current and mark positions | Tom Lane | 2006-08-24 |
* | Make recovery from WAL be restartable, by executing a checkpoint-like | Tom Lane | 2006-08-07 |
* | Modify btree to delete known-dead index entries without an actual VACUUM. | Tom Lane | 2006-07-25 |
* | Tweak fillfactor code as per my recent proposal. Fix nbtsort.c so that | Tom Lane | 2006-07-11 |