aboutsummaryrefslogtreecommitdiff
path: root/src/backend/access
Commit message (Expand)AuthorAge
* Rename logical decoding's pg_llog directory to pg_logical.Andres Freund2014-07-02
* Avoid copying index tuples when building an index.Robert Haas2014-07-01
* Fix and enhance the assertion of no palloc's in a critical section.Heikki Linnakangas2014-06-30
* Have multixact be truncated by checkpoint, not vacuumAlvaro Herrera2014-06-27
* Fix broken Assert() introduced by 8e9a16ab8f7f0e58Alvaro Herrera2014-06-27
* Check for interrupts during tuple-insertion loops.Robert Haas2014-06-23
* Fix bug in WAL_DEBUG.Heikki Linnakangas2014-06-23
* Don't allow to disable backend assertions via the debug_assertions GUC.Andres Freund2014-06-20
* Change the signature of rm_desc so that it's passed a XLogRecord.Heikki Linnakangas2014-06-14
* Consistency improvements for slot and decoding code.Andres Freund2014-06-12
* Fix infinite loop when splitting inner tuples in SPGiST text indexes.Tom Lane2014-06-09
* Wrap multixact/members correctly during extension, take 2Alvaro Herrera2014-06-09
* Add defenses against running with a wrong selection of LOBLKSIZE.Tom Lane2014-06-05
* Consistently spell a replication slot's name as slot_name.Andres Freund2014-06-05
* Adjust SP-GiST WAL record formats to reduce alignment padding.Heikki Linnakangas2014-06-05
* 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