aboutsummaryrefslogtreecommitdiff
path: root/src/backend/access
Commit message (Expand)AuthorAge
* Fix error when trying to delete page with half-dead left sibling.Heikki Linnakangas2014-05-25
* Fix backup-block numbering in redo of b-tree split.Heikki Linnakangas2014-05-19
* Fix a bunch of functions that were declared static then defined not-static.Tom Lane2014-05-17
* Update README, we don't do post-recovery cleanup actions anymore.Heikki Linnakangas2014-05-17
* Initialize tsId and dbId fields in WAL record of COMMIT PREPARED.Heikki Linnakangas2014-05-16
* Fix race condition in preparing a transaction for two-phase commit.Heikki Linnakangas2014-05-15
* Code review for recent changes in relcache.c.Tom Lane2014-05-14
* Rename min_recovery_apply_delay to recovery_min_apply_delay.Tom Lane2014-05-10
* Fix bug in lossy-page handling in GINHeikki Linnakangas2014-05-10
* Remove overeager assertion in logical_heap_begin_rewrite.Robert Haas2014-05-09
* Protect against torn pages when deleting GIN list pages.Heikki Linnakangas2014-05-08
* pgindent run for 9.4Bruce Momjian2014-05-06
* Correct comment in Hot Standby nbtree handlingSimon Riggs2014-05-06
* Assert that pre/post-fix updated tuples are on the same page during replay.Heikki Linnakangas2014-05-05
* Fix failure to detoast fields in composite elements of structured types.Tom Lane2014-05-01
* Rationalize common/relpath.[hc].Tom Lane2014-04-30
* Fix two bugs in WAL-logging of GIN pending-list pages.Heikki Linnakangas2014-04-28
* Improve generation algorithm for database system identifier.Tom Lane2014-04-26
* Fix race when updating a tuple concurrently locked by another processAlvaro Herrera2014-04-24
* Reset pg_stat_activity.xact_start during PREPARE TRANSACTION.Tom Lane2014-04-24
* Update obsolete comments.Heikki Linnakangas2014-04-23
* Fix typos in comment.Heikki Linnakangas2014-04-23
* Cleanup of new b-tree page deletion code.Heikki Linnakangas2014-04-23
* Fix broken logic in logical_heap_rewrite_flush_mappings().Tom Lane2014-04-22
* revert 4d0d607a454ee832574afd52a3c515099cc85eb3Bruce Momjian2014-04-22
* release memory used while flushing logical mappingsBruce Momjian2014-04-22
* Fix bug in the new B-tree incomplete-split code.Heikki Linnakangas2014-04-22
* Fix Gin README.Heikki Linnakangas2014-04-22
* Fix bug in new B-tree page deletion code.Heikki Linnakangas2014-04-22
* Retain original physical order of tuples in redo of b-tree splits.Heikki Linnakangas2014-04-22
* Fix rm_desc routine of b-tree page delete records.Heikki Linnakangas2014-04-22
* Fix typo.Robert Haas2014-04-20
* Fix typoMagnus Hagander2014-04-18
* report stat() error in trigger file checkBruce Momjian2014-04-17
* Use correctly-sized buffer when zero-filling a WAL file.Heikki Linnakangas2014-04-16
* Set pd_lower on internal GIN posting tree pages.Heikki Linnakangas2014-04-14
* Fix bogus handling of bad strategy number in GIST consistent() functions.Tom Lane2014-04-14
* Remove dead checks for invalid left page in ginDeletePage.Heikki Linnakangas2014-04-14
* GIN entry pages follow the standard page layout - tell XLogInsert.Heikki Linnakangas2014-04-14
* Fix bugs in GIN "fast scan" with partial match.Heikki Linnakangas2014-04-10
* Fix typo in comment.Heikki Linnakangas2014-04-10
* Fix hot standby bug with GiST scans.Heikki Linnakangas2014-04-08
* Zero padding byte at end of GIN posting list.Heikki Linnakangas2014-04-07
* Fix WAL replay bug in the new GIN incomplete-split code.Heikki Linnakangas2014-04-07
* Fix another palloc in critical section.Heikki Linnakangas2014-04-05
* Fix some compiler warnings that clang emits with -pedantic.Robert Haas2014-04-04
* Move multixid allocation out of critical section.Heikki Linnakangas2014-04-04
* In checkpoint, move the check for in-progress xacts out of critical section.Heikki Linnakangas2014-04-04
* Avoid allocations in critical sections.Heikki Linnakangas2014-04-04
* Avoid palloc in critical section in GiST WAL-logging.Heikki Linnakangas2014-04-03