| Commit message (Expand) | Author | Age | Files | Lines |
| * | Update XLOG_PAGE_MAGIC to recognise WAL format changes. | Simon Riggs | 2010-03-19 | 1 | -2/+2 |
| * | Adjust comment in .history file to match recovery target specified. Comment | Simon Riggs | 2010-03-19 | 1 | -1/+12 |
| * | Reset btpo.xact following recovery of btree delete page. Add btpo_xact | Simon Riggs | 2010-03-19 | 1 | -2/+3 |
| * | pgindent run for 9.0 | Bruce Momjian | 2010-02-26 | 14 | -68/+74 |
| * | Don't use O_DIRECT when writing WAL files if archiving or streaming is | Heikki Linnakangas | 2010-02-19 | 1 | -9/+6 |
| * | Replace the pg_listener-based LISTEN/NOTIFY mechanism with an in-memory queue. | Tom Lane | 2010-02-16 | 2 | -8/+26 |
| * | Fix relcache init file invalidation during Hot Standby for the case | Simon Riggs | 2010-02-13 | 1 | -2/+4 |
| * | Introduce WAL records to log reuse of btree pages, allowing conflict | Simon Riggs | 2010-02-13 | 1 | -1/+14 |
| * | Generic implementation of red-black binary tree. It's planned to use in | Teodor Sigaev | 2010-02-11 | 1 | -19/+8 |
| * | Add C comments that HEAP_MOVED_* define usage is only for pre-9.0 binary | Bruce Momjian | 2010-02-08 | 1 | -3/+5 |
| * | Remove old-style VACUUM FULL (which was known for a little while as | Tom Lane | 2010-02-08 | 6 | -45/+25 |
| * | Create a "relation mapping" infrastructure to support changing the relfilenodes | Tom Lane | 2010-02-07 | 1 | -1/+2 |
| * | Revoke augmentation of WAL records for btree delete, per discussion. | Simon Riggs | 2010-02-01 | 1 | -2/+1 |
| * | Augment WAL records for btree delete with GetOldestXmin() to reduce | Simon Riggs | 2010-01-29 | 1 | -1/+2 |
| * | Change a few remaining calls of XLogArchivingActive() to use | Heikki Linnakangas | 2010-01-28 | 1 | -2/+4 |
| * | Replace ALTER TABLE ... SET STATISTICS DISTINCT with a more general mechanism. | Robert Haas | 2010-01-22 | 1 | -2/+4 |
| * | Write a WAL record whenever we perform an operation without WAL-logging | Heikki Linnakangas | 2010-01-20 | 1 | -1/+2 |
| * | PGDLLIMPORT-ize the remaining variables needed by walreceiver. | Tom Lane | 2010-01-16 | 1 | -2/+2 |
| * | Introduce Streaming Replication. | Heikki Linnakangas | 2010-01-15 | 3 | -3/+59 |
| * | Remove partial, broken support for NULL pointers when fetching attributes. | Robert Haas | 2010-01-10 | 2 | -11/+11 |
| * | Support ALTER TABLESPACE name SET/RESET ( tablespace_options ). | Robert Haas | 2010-01-05 | 1 | -3/+6 |
| * | Update copyright for the year 2010. | Bruce Momjian | 2010-01-02 | 37 | -74/+74 |
| * | Support "x IS NOT NULL" clauses as indexscan conditions. This turns out | Tom Lane | 2010-01-01 | 1 | -11/+14 |
| * | Redefine Datum as uintptr_t, instead of unsigned long. | Tom Lane | 2009-12-31 | 1 | -6/+8 |
| * | Allow read only connections during recovery, known as Hot Standby. | Simon Riggs | 2009-12-19 | 12 | -25/+165 |
| * | Fix an old bug in multixact and two-phase commit. Prepared transactions can | Heikki Linnakangas | 2009-11-23 | 3 | -4/+16 |
| * | Dept of second thoughts: after studying index_getnext() a bit more I realize | Tom Lane | 2009-11-01 | 1 | -2/+5 |
| * | Fix two serious bugs introduced into hash indexes by the 8.4 patch that made | Tom Lane | 2009-11-01 | 1 | -1/+3 |
| * | Make sure that GIN fast-insert and regular code paths enforce the same | Tom Lane | 2009-10-02 | 1 | -5/+6 |
| * | Force VACUUM to recalculate oldestXmin even when we haven't changed our | Tom Lane | 2009-09-01 | 1 | -2/+2 |
| * | Remove flatfiles.c, which is now obsolete. | Alvaro Herrera | 2009-09-01 | 1 | -4/+3 |
| * | Track the current XID wrap limit (or more accurately, the oldest unfrozen | Tom Lane | 2009-08-31 | 1 | -4/+5 |
| * | Fix a violation of WAL coding rules in the recent patch to include an | Tom Lane | 2009-08-24 | 2 | -6/+7 |
| * | Improve plpgsql's ability to cope with rowtypes containing dropped columns, | Tom Lane | 2009-08-06 | 1 | -0/+44 |
| * | Department of second thoughts: let's show the exact key during unique index | Tom Lane | 2009-08-01 | 1 | -3/+3 |
| * | Improve unique-constraint-violation error messages to include the exact | Tom Lane | 2009-08-01 | 2 | -2/+6 |
| * | Support deferrable uniqueness constraints. | Tom Lane | 2009-07-29 | 2 | -5/+33 |
| * | Tweak TOAST code so that columns marked with MAIN storage strategy are | Tom Lane | 2009-07-22 | 1 | -14/+25 |
| * | Cleanup and code review for the patch that made bgwriter active during | Tom Lane | 2009-06-26 | 1 | -8/+9 |
| * | Fix some serious bugs in archive recovery, now that bgwriter is active | Heikki Linnakangas | 2009-06-25 | 1 | -1/+3 |
| * | 8.4 pgindent run, with new combined Linux/FreeBSD/MinGW typedef list | Bruce Momjian | 2009-06-11 | 13 | -152/+155 |
| * | Improve the IndexVacuumInfo/IndexBulkDeleteResult API to allow somewhat sane | Tom Lane | 2009-06-06 | 1 | -4/+10 |
| * | Fix a serious bug introduced into GIN in 8.4: now that MergeItemPointers() | Tom Lane | 2009-06-06 | 1 | -2/+3 |
| * | GIN's ItemPointerIsMin, ItemPointerIsMax, and ItemPointerIsLossyPage macros | Tom Lane | 2009-06-05 | 1 | -7/+7 |
| * | Use more-portable coding for the check on handing out the last available | Tom Lane | 2009-05-24 | 1 | -2/+3 |
| * | Fix LOCK TABLE to eliminate the race condition that could make it give weird | Tom Lane | 2009-05-12 | 1 | -2/+1 |
| * | 'PGDLLIMPORT' ShmemVariableCache, needed for pg_migrator.so function | Bruce Momjian | 2009-05-08 | 1 | -2/+2 |
| * | Disallow setting fillfactor for TOAST tables. | Alvaro Herrera | 2009-04-04 | 1 | -14/+14 |
| * | Adjust the APIs for GIN opclass support functions to allow the extractQuery() | Tom Lane | 2009-03-25 | 1 | -1/+3 |
| * | Install a search tree depth limit in GIN bulk-insert operations, to prevent | Tom Lane | 2009-03-24 | 1 | -6/+11 |