aboutsummaryrefslogtreecommitdiff
path: root/src/backend/access
Commit message (Expand)AuthorAge
* Move page initialization from RelationAddExtraBlocks() to use.Andres Freund2019-01-28
* Revert "Avoid creation of the free space map for small heap relations."Amit Kapila2019-01-28
* Avoid creation of the free space map for small heap relations.Amit Kapila2019-01-28
* Simplify restriction handling of two-phase commit for temporary objectsMichael Paquier2019-01-26
* Fix misc typos in comments.Heikki Linnakangas2019-01-23
* Rename RelationData.rd_amroutine to rd_indam.Andres Freund2019-01-21
* Rephrase references to "time qualification".Andres Freund2019-01-21
* Move remaining code from tqual.[ch] to heapam.h / heapam_visibility.c.Andres Freund2019-01-21
* Move generic snapshot related code from tqual.h to snapmgr.h.Andres Freund2019-01-21
* Change snapshot type to be determined by enum rather than callback.Andres Freund2019-01-21
* Remove superfluous tqual.h includes.Andres Freund2019-01-21
* Replace uses of heap_open et al with the corresponding table_* function.Andres Freund2019-01-21
* Replace heapam.h includes with {table, relation}.h where applicable.Andres Freund2019-01-21
* Introduce access/{table.h, relation.h}, for generic functions from heapam.h.Andres Freund2019-01-21
* Adjust some more comments for WITH OIDS removal.Andres Freund2019-01-21
* Fix incorrect relation name in comment of vacuumlazy.cMichael Paquier2019-01-18
* Restrict the use of temporary namespace in two-phase transactionsMichael Paquier2019-01-18
* Don't duplicate parallel seqscan shmem sizing logic in nbtree.Andres Freund2019-01-15
* Move vacuumlazy.c into access/heap.Andres Freund2019-01-15
* Finish reverting "recheck_on_update" patch.Tom Lane2019-01-15
* Don't include genam.h from execnodes.h and relscan.h anymore.Andres Freund2019-01-14
* Make naming of tupdesc related structs more consistent with the rest of PG.Andres Freund2019-01-14
* Don't include heapam.h from others headers.Andres Freund2019-01-14
* Change default of recovery_target_timeline to 'latest'Peter Eisentraut2019-01-13
* Update copyright for 2019Bruce Momjian2019-01-02
* Remove configure switch --disable-strong-randomMichael Paquier2019-01-01
* Improve comments and logs in do_pg_stop/start_backupMichael Paquier2019-01-01
* Change "checkpoint starting" message to use "wal"Peter Eisentraut2018-12-30
* Remove obsolete IndexIs* macrosPeter Eisentraut2018-12-27
* Remove entry tree root conflict checking from GIN predicate lockingAlexander Korotkov2018-12-27
* Fix failure to check for open() or fsync() failures.Tom Lane2018-12-26
* Check for conflicting queries during replay of gistvacuumpage()Alexander Korotkov2018-12-21
* Make type "name" collation-aware.Tom Lane2018-12-19
* Remove function names from error messagesAlvaro Herrera2018-12-19
* Small improvements for allocation logic in ginHeapTupleFastCollect().Tom Lane2018-12-19
* Remove obsolete nbtree duplicate entries comment.Peter Geoghegan2018-12-18
* Correct obsolete nbtree recovery comments.Peter Geoghegan2018-12-18
* Make collation-aware system catalog columns use "C" collation.Tom Lane2018-12-18
* Improve detection of child-process SIGPIPE failures.Tom Lane2018-12-16
* Prevent GIN deleted pages from being reclaimed too earlyAlexander Korotkov2018-12-13
* Prevent deadlock in ginRedoDeletePage()Alexander Korotkov2018-12-13
* Fix deadlock in GIN vacuum introduced by 218f51584d5Alexander Korotkov2018-12-13
* Make TupleDescInitBuiltinEntry throw error for unsupported types.Tom Lane2018-12-10
* Remove dead code in toast_fetch_datum_sliceStephen Frost2018-12-10
* Cleanup comments in xlog compressionStephen Frost2018-12-06
* Do not decode TOAST data for table rewritesTomas Vondra2018-11-28
* Integrate recovery.conf into postgresql.confPeter Eisentraut2018-11-25
* Add WL_EXIT_ON_PM_DEATH pseudo-event.Thomas Munro2018-11-23
* Remove WITH OIDS support, change oid catalog column visibility.Andres Freund2018-11-20
* Make WAL description output more consistentPeter Eisentraut2018-11-20