aboutsummaryrefslogtreecommitdiff
path: root/src/backend
Commit message (Expand)AuthorAge
* Justify nbtree page split locking in code comment.Peter Geoghegan2020-03-27
* Allow walreceiver configuration to change on reloadAlvaro Herrera2020-03-27
* Set wal_receiver_create_temp_slot PGC_POSTMASTERAlvaro Herrera2020-03-27
* Rearrange validity checks for plpgsql "simple" expressions.Tom Lane2020-03-27
* Update SQL featuresPeter Eisentraut2020-03-27
* Improve performance of "simple expressions" in PL/pgSQL.Tom Lane2020-03-26
* Document that pg_checksums exists in checksums READMEMagnus Hagander2020-03-26
* Drop slot's LWLock before returning from SaveSlotToPath()Peter Eisentraut2020-03-26
* Provide a TLS init hookAndrew Dunstan2020-03-25
* Go back to returning int from ereport auxiliary functions.Tom Lane2020-03-25
* Update SQL featuresPeter Eisentraut2020-03-25
* Add collation versions for Windows.Thomas Munro2020-03-25
* Allow NULL version for individual collations.Thomas Munro2020-03-25
* Consider disk-based hash aggregation to implement DISTINCT.Jeff Davis2020-03-24
* Avoid allocating unnecessary zero-sized array.Jeff Davis2020-03-24
* Fix nbtree deduplication README commentary.Peter Geoghegan2020-03-24
* logical decoding: Remove TODO about unnecessary optimization.Andres Freund2020-03-24
* Fix compiler warning on CygwinPeter Eisentraut2020-03-24
* Improve the internal implementation of ereport().Tom Lane2020-03-24
* Re-implement the ereport() macro using __VA_ARGS__.Tom Lane2020-03-24
* Fix compiler warningPeter Eisentraut2020-03-24
* Some refactoring of logical/worker.cPeter Eisentraut2020-03-24
* Report wait event for cost-based vacuum delay.Andres Freund2020-03-23
* Prefer standby promotion over recovery pause.Fujii Masao2020-03-24
* Move routine building restore_command to src/common/Michael Paquier2020-03-24
* Add wait events for WAL archive and recovery pause.Fujii Masao2020-03-24
* Report NULL as total backup size if it's not estimated.Fujii Masao2020-03-24
* Fixes for Disk-based Hash Aggregation.Jeff Davis2020-03-23
* Add object names to partition integrity violations.Amit Kapila2020-03-23
* Add bound checks for ssl_min_protocol_version and ssl_max_protocol_versionMichael Paquier2020-03-23
* Revert "Skip WAL for new relfilenodes, under wal_level=minimal."Noah Misch2020-03-22
* Skip WAL for new relfilenodes, under wal_level=minimal.Noah Misch2020-03-21
* In log_newpage_range(), heed forkNum and page_std arguments.Noah Misch2020-03-21
* During heap rebuild, lock any TOAST index until end of transaction.Noah Misch2020-03-21
* Fix cosmetic blemishes involving rd_createSubid.Noah Misch2020-03-21
* Allow page lock to conflict among parallel group members.Amit Kapila2020-03-21
* Allow relation extension lock to conflict among parallel group members.Amit Kapila2020-03-20
* nbtree: Remove obsolete _bt_pgaddtup() comments.Peter Geoghegan2020-03-19
* Revert "Specialize MemoryContextMemAllocated()."Jeff Davis2020-03-19
* Introduce "anycompatible" family of polymorphic types.Tom Lane2020-03-19
* Prepare to support non-tables in publicationsPeter Eisentraut2020-03-19
* Rename the recovery-related wait events.Fujii Masao2020-03-19
* Add assert to ensure that page locks don't participate in deadlock cycle.Amit Kapila2020-03-19
* nbtree: Use raw PageAddItem() for retail inserts.Peter Geoghegan2020-03-18
* Fix comment related to concurrent index swapping in index.cMichael Paquier2020-03-19
* Disk-based Hash Aggregation.Jeff Davis2020-03-18
* Specialize MemoryContextMemAllocated().Jeff Davis2020-03-18
* Enable BEFORE row-level triggers for partitioned tablesAlvaro Herrera2020-03-18
* Refactor nbtree fastpath optimization.Peter Geoghegan2020-03-18
* Implement type regcollationPeter Eisentraut2020-03-18