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