| Commit message (Expand) | Author | Age |
* | Fix bug in wasender's xlogid boundary handling, reported by Erik Rijkers. | Heikki Linnakangas | 2010-01-27 |
* | Make standby server continuously retry restoring the next WAL segment with | Heikki Linnakangas | 2010-01-27 |
* | Fix longstanding gripe that we check for 0000000001.history at start of | Simon Riggs | 2010-01-26 |
* | Fix assorted core dumps and Assert failures that could occur during | Tom Lane | 2010-01-24 |
* | In HS, Startup process sets SIGALRM when waiting for buffer pin. If | Simon Riggs | 2010-01-23 |
* | Replace ALTER TABLE ... SET STATISTICS DISTINCT with a more general mechanism. | Robert Haas | 2010-01-22 |
* | Write a WAL record whenever we perform an operation without WAL-logging | Heikki Linnakangas | 2010-01-20 |
* | Fix incorrect comparison of scan key in GIN. Per report from | Teodor Sigaev | 2010-01-18 |
* | Teach standby conflict resolution to use SIGUSR1 | Simon Riggs | 2010-01-16 |
* | Introduce Streaming Replication. | Heikki Linnakangas | 2010-01-15 |
* | Add point_ops opclass for GiST. | Teodor Sigaev | 2010-01-14 |
* | First part of refactoring of code for ResolveRecoveryConflict. Purposes | Simon Riggs | 2010-01-14 |
* | Remove partial, broken support for NULL pointers when fetching attributes. | Robert Haas | 2010-01-10 |
* | During Hot Standby, set DatabasePath correctly during relcache init file | Simon Riggs | 2010-01-09 |
* | Remove all the special-case code for INT64_IS_BUSTED, per decision that | Tom Lane | 2010-01-07 |
* | Support ALTER TABLESPACE name SET/RESET ( tablespace_options ). | Robert Haas | 2010-01-05 |
* | Write an end-of-backup WAL record at pg_stop_backup(), and wait for it at | Heikki Linnakangas | 2010-01-04 |
* | Dept of second thoughts: my first cut at supporting "x IS NOT NULL" btree | Tom Lane | 2010-01-03 |
* | Update copyright for the year 2010. | Bruce Momjian | 2010-01-02 |
* | Support "x IS NOT NULL" clauses as indexscan conditions. This turns out | Tom Lane | 2010-01-01 |
* | Redefine Datum as uintptr_t, instead of unsigned long. | Tom Lane | 2009-12-31 |
* | Reset minRecoveryPoint at checkpoints, so that we don't uselessly update | Heikki Linnakangas | 2009-12-30 |
* | Fix wrong WAL info value generated when gistContinueInsert() performs an | Tom Lane | 2009-12-24 |
* | Allow read only connections during recovery, known as Hot Standby. | Simon Riggs | 2009-12-19 |
* | Prevent indirect security attacks via changing session-local state within | Tom Lane | 2009-12-09 |
* | Add exclusion constraints, which generalize the concept of uniqueness to | Tom Lane | 2009-12-07 |
* | Fix an old bug in multixact and two-phase commit. Prepared transactions can | Heikki Linnakangas | 2009-11-23 |
* | Fix multicolumn GIN's wrong results with fastupdate enabled. | Teodor Sigaev | 2009-11-13 |
* | Dept of second thoughts: after studying index_getnext() a bit more I realize | Tom Lane | 2009-11-01 |
* | Fix two serious bugs introduced into hash indexes by the 8.4 patch that made | Tom Lane | 2009-11-01 |
* | Code review for LIKE INCLUDING patch --- clean up some cosmetic and not | Tom Lane | 2009-10-13 |
* | CREATE LIKE INCLUDING COMMENTS and STORAGE, and INCLUDING ALL shortcut. Itaga... | Andrew Dunstan | 2009-10-12 |
* | Remove very ancient tuple-counting infrastructure (IncrRetrieved() and | Tom Lane | 2009-10-08 |
* | Make sure that GIN fast-insert and regular code paths enforce the same | Tom Lane | 2009-10-02 |
* | Fix incorrect arguments for gist_box_penalty call. The bug could be observed | Teodor Sigaev | 2009-09-18 |
* | Fix two distinct errors in creation of GIN_INSERT_LISTPAGE xlog records. | Tom Lane | 2009-09-15 |
* | Don't error out if recycling or removing an old WAL segment fails at the end | Heikki Linnakangas | 2009-09-13 |
* | On Windows, when a file is deleted and another process still has an open | Heikki Linnakangas | 2009-09-10 |
* | Force VACUUM to recalculate oldestXmin even when we haven't changed our | Tom Lane | 2009-09-01 |
* | Actually, we need to bump the format identifier on twophase files | Tom Lane | 2009-09-01 |
* | Remove flatfiles.c, which is now obsolete. | Alvaro Herrera | 2009-09-01 |
* | Track the current XID wrap limit (or more accurately, the oldest unfrozen | Tom Lane | 2009-08-31 |
* | Fix handling of autovacuum reloptions. | Alvaro Herrera | 2009-08-27 |
* | In the checkpoint written at the end of archive recovery, the WAL page header | Heikki Linnakangas | 2009-08-27 |
* | Fix a violation of WAL coding rules in the recent patch to include an | Tom Lane | 2009-08-24 |
* | Department of marginal improvements: teach tupconvert.c to avoid doing a | Tom Lane | 2009-08-17 |
* | Allow backends to start up without use of the flat-file copy of pg_database. | Tom Lane | 2009-08-12 |
* | Document that LocalSetXLogInsertAllowed can be re-executed. | Tom Lane | 2009-08-08 |
* | rm_cleanup functions need to be allowed to write WAL entries. This oversight | Tom Lane | 2009-08-07 |
* | Improve plpgsql's ability to cope with rowtypes containing dropped columns, | Tom Lane | 2009-08-06 |