aboutsummaryrefslogtreecommitdiff
path: root/src/backend/access
Commit message (Expand)AuthorAge
* 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
* Remove no-op GiST support functions in the core GiST opclasses.Tom Lane2017-09-19
* Allow no-op GiST support functions to be omitted.Tom Lane2017-09-19
* Fix crash restart bug introduced in 8356753c212.Andres Freund2017-09-18
* Minor code-cleanliness improvements for btree.Tom Lane2017-09-18
* Add support for coordinating record typmods among parallel workers.Andres Freund2017-09-14
* Perform only one ReadControlFile() during startup.Andres Freund2017-09-14
* Message style fixesPeter Eisentraut2017-09-11
* Improve performance of get_actual_variable_range with recently-dead tuples.Tom Lane2017-09-07
* Reduce excessive dereferencing of function pointersPeter Eisentraut2017-09-07
* Fix handling of savepoint commands within multi-statement Query strings.Tom Lane2017-09-07
* Exclude special values in recovery_target_timeSimon Riggs2017-09-07
* Use group updates when setting transaction status in clog.Robert Haas2017-09-01
* Introduce 64-bit hash functions with a 64-bit seed.Robert Haas2017-08-31
* Clean up shm_mq cleanup.Tom Lane2017-08-31
* Separate reinitialization of shared parallel-scan state from ExecReScan.Tom Lane2017-08-30