aboutsummaryrefslogtreecommitdiff
path: root/src/backend/access
Commit message (Expand)AuthorAge
...
* Add TIMELINE to backup_label fileSimon Riggs2018-01-06
* Clean up tupdesc.c for recent changes.Tom Lane2018-01-03
* Update copyright for 2018Bruce Momjian2018-01-02
* Don't cast between GinNullCategory and boolPeter Eisentraut2018-01-02
* Extend near-wraparound hints to include replication slotsSimon Riggs2017-12-29
* Add optional compression method to SP-GiSTTeodor Sigaev2017-12-22
* Adjust assertion in GetCurrentCommandId.Robert Haas2017-12-21
* Cancel CV sleep during subtransaction abort.Robert Haas2017-12-21
* Fix bug in cancellation of non-exclusive backup to avoid assertion failure.Fujii Masao2017-12-19
* Perform a lot more sanity checks when freezing tuples.Andres Freund2017-12-14
* Fix parallel index scan hang with deleted or half-dead pages.Robert Haas2017-12-13
* Rethink MemoryContext creation to improve performance.Tom Lane2017-12-13
* Fix mistake in commentPeter Eisentraut2017-12-08
* Simplify do_pg_start_backup's API by opening pg_tblspc internally.Tom Lane2017-12-04
* Clean up assorted messiness around AllocateDir() usage.Tom Lane2017-12-04
* Update typedefs.list and re-run pgindentRobert Haas2017-11-29
* Fix ReinitializeParallelDSM to tolerate finding no error queues.Robert Haas2017-11-28
* Fix typo.Robert Haas2017-11-28
* Pad XLogReaderState's per-buffer data_bufsz more aggressively.Simon Riggs2017-11-27
* Pad XLogReaderState's main_data buffer more aggressively.Tom Lane2017-11-26
* Parameter toast_tuple_target controls TOAST for new rowsSimon Riggs2017-11-20
* Fix broken cleanup interlock for GIN pending list.Robert Haas2017-11-16
* Add some const decorations to prototypesPeter Eisentraut2017-11-10
* Change TRUE/FALSE to true/falsePeter Eisentraut2017-11-08
* Remove secondary checkpointSimon Riggs2017-11-07
* Flag index metapages as standard-format in xlog.c calls.Tom Lane2017-11-03
* Fix thinkos in BRIN summarizationAlvaro Herrera2017-11-03
* Fix BRIN summarization concurrent with extensionAlvaro Herrera2017-11-03
* Set the metapage's pd_lower correctly in brin, gin, and spgist indexes.Tom Lane2017-11-02
* Fix corner-case errors in brin_doupdate().Tom Lane2017-11-02
* Revert bogus fixes of HOT-freezing bugAlvaro Herrera2017-11-02
* Fix problems with the "role" GUC and parallel query.Robert Haas2017-10-29
* Replace remaining uses of pq_sendint with pq_sendint{8,16,32}.Andres Freund2017-10-11
* Improve performance of SendRowDescriptionMessage.Andres Freund2017-10-11
* Use one stringbuffer for all rows printed in printtup.c.Andres Freund2017-10-11
* Remove unnecessary PG_TRY overhead for CurrentResourceOwner changes.Tom Lane2017-10-11
* Fix access-off-end-of-array in clog.c.Tom Lane2017-10-06
* Fix traversal of half-frozen update chainsAlvaro Herrera2017-10-06
* Fix typo in README.Tom Lane2017-10-05
* Allow DML commands that create tables to use parallel query.Robert Haas2017-10-05
* Add background worker typePeter Eisentraut2017-09-29
* Fix freezing of a dead HOT-updated tupleAlvaro Herrera2017-09-28
* Revert to 9.6 treatment of ALTER TYPE enumtype ADD VALUE.Tom Lane2017-09-27
* Use a blacklist to distinguish original from add-on enum values.Tom Lane2017-09-26
* Remove lsn from HashScanPosData.Robert Haas2017-09-26
* Fix trivial mistake in README.Robert Haas2017-09-26
* Refactor new file permission handlingPeter Eisentraut2017-09-23
* For wal_consistency_checking, mask page checksum as well as page LSN.Robert Haas2017-09-22
* hash: Implement page-at-a-time scan.Robert Haas2017-09-22
* Make WAL segment size configurable at initdb time.Andres Freund2017-09-19