| Commit message (Expand) | Author | Age |
... | |
* | In SPGiST replay, do conflict resolution before modifying the page. | Tom Lane | 2012-08-03 |
* | Fix race conditions associated with SPGiST redirection tuples. | Tom Lane | 2012-08-02 |
* | Fix management of pendingOpsTable in auxiliary processes. | Tom Lane | 2012-07-18 |
* | Remove unreachable code | Peter Eisentraut | 2012-07-16 |
* | Cosmetic cleanup of ginInsertValue(). | Tom Lane | 2012-07-13 |
* | Fix a stupid bug I introduced into XLogFlush(). | Robert Haas | 2012-07-02 |
* | Fix position of WalSndWakeupRequest call. | Robert Haas | 2012-07-02 |
* | Assorted message style improvements | Peter Eisentraut | 2012-07-02 |
* | Work a little harder on comments for walsender wakeup patch. | Robert Haas | 2012-07-02 |
* | Make commit_delay much smarter. | Robert Haas | 2012-07-02 |
* | Make walsender more responsive. | Robert Haas | 2012-07-02 |
* | Validate xlog record header before enlarging the work area to store it. | Heikki Linnakangas | 2012-06-30 |
* | Initialize shared memory copy of ckptXidEpoch correctly when not in recovery. | Heikki Linnakangas | 2012-06-29 |
* | Update outdated commit; xlp_rem_len field is in page header now. | Heikki Linnakangas | 2012-06-28 |
* | Fix two more neglected comments, still referring to log/seg. | Heikki Linnakangas | 2012-06-27 |
* | I neglected many comments in the log+seg -> 64-bit segno patch. Fix. | Heikki Linnakangas | 2012-06-27 |
* | Cope with smaller-than-normal BLCKSZ setting in SPGiST indexes on text. | Tom Lane | 2012-06-26 |
* | Reduce use of heavyweight locking inside hash AM. | Robert Haas | 2012-06-26 |
* | Tighten up includes in sinvaladt.h, twophase.h, proc.h | Alvaro Herrera | 2012-06-25 |
* | Replace int2/int4 in C code with int16/int32 | Peter Eisentraut | 2012-06-25 |
* | Oops. Remove stray paren. | Heikki Linnakangas | 2012-06-24 |
* | Replace XLogRecPtr struct with a 64-bit integer. | Heikki Linnakangas | 2012-06-24 |
* | Allow WAL record header to be split across pages. | Heikki Linnakangas | 2012-06-24 |
* | Move WAL continuation record information to WAL page header. | Heikki Linnakangas | 2012-06-24 |
* | Don't waste the last segment of each 4GB logical log file. | Heikki Linnakangas | 2012-06-24 |
* | Improve reporting of permission errors for array types | Peter Eisentraut | 2012-06-15 |
* | Improve readability and error messages in pg_backup_start_time. | Robert Haas | 2012-06-14 |
* | New SQL functons pg_backup_in_progress() and pg_backup_start_time() | Robert Haas | 2012-06-14 |
* | During transaction cleanup, release locks before deleting files. | Robert Haas | 2012-06-14 |
* | Add new function log_newpage_buffer. | Robert Haas | 2012-06-14 |
* | Remove RELKIND_UNCATALOGED. | Robert Haas | 2012-06-14 |
* | Revert "Reduce checkpoints and WAL traffic on low activity database server" | Tom Lane | 2012-06-13 |
* | Run pgindent on 9.2 source tree in preparation for first 9.3 | Bruce Momjian | 2012-06-10 |
* | Scan the buffer pool just once, not once per fork, during relation drop. | Tom Lane | 2012-06-07 |
* | Wake WALSender to reduce data loss at failover for async commit. | Simon Riggs | 2012-06-07 |
* | Fix more crash-safe visibility map bugs, and improve comments. | Robert Haas | 2012-06-07 |
* | Avoid early reuse of btree pages, causing incorrect query results. | Simon Riggs | 2012-06-01 |
* | Improve comment for GetStableLatestTransactionId(). | Tom Lane | 2012-05-31 |
* | Only throw recovery conflicts when InHotStandby. Bug fix to recent | Simon Riggs | 2012-05-31 |
* | Change the way parent pages are tracked during buffered GiST build. | Heikki Linnakangas | 2012-05-30 |
* | Delete the temporary file used in buffered GiST build, after the build. | Heikki Linnakangas | 2012-05-30 |
* | Fix integer overflow bug in GiST buffering build calculations. | Heikki Linnakangas | 2012-05-29 |
* | Teach AbortOutOfAnyTransaction to clean up partially-started transactions. | Tom Lane | 2012-05-28 |
* | Prevent synchronized scanning when systable_beginscan chooses a heapscan. | Tom Lane | 2012-05-26 |
* | Ensure that seqscans check for interrupts at least once per page. | Tom Lane | 2012-05-22 |
* | Fix bug in gistRelocateBuildBuffersOnSplit(). | Heikki Linnakangas | 2012-05-18 |
* | Fix bug in freespace calculation in heap_multi_insert(). | Heikki Linnakangas | 2012-05-16 |
* | Update comments that became out-of-date with the PGXACT struct. | Heikki Linnakangas | 2012-05-14 |
* | Ensure backwards compatibility for GetStableLatestTransactionId() | Simon Riggs | 2012-05-12 |
* | Fix obsolescent C declaration syntax | Peter Eisentraut | 2012-05-12 |