aboutsummaryrefslogtreecommitdiff
path: root/src/include
Commit message (Expand)AuthorAge
* Collect statistics about SLRU cachesTomas Vondra2020-04-02
* Improve selectivity estimation for assorted match-style operators.Tom Lane2020-04-01
* Add -c/--restore-target-wal to pg_rewindMichael Paquier2020-04-01
* Fix assorted typosMagnus Hagander2020-03-31
* Move routine definitions of xlogarchive.c to a new header fileMichael Paquier2020-03-31
* Implement operator class parametersAlexander Korotkov2020-03-30
* Improve handling of parameter differences in physical replicationPeter Eisentraut2020-03-30
* Allow the planner-related functions and hook to accept the query string.Fujii Masao2020-03-30
* Expose BufferUsageAccumDiff().Fujii Masao2020-03-30
* Enable Unix-domain sockets support on WindowsPeter Eisentraut2020-03-28
* Trigger autovacuum based on number of INSERTsDavid Rowley2020-03-28
* 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
* Improve performance of "simple expressions" in PL/pgSQL.Tom Lane2020-03-26
* Fix assorted portability issues in commit 896fcdb23.Tom Lane2020-03-25
* Provide a TLS init hookAndrew Dunstan2020-03-25
* Go back to returning int from ereport auxiliary functions.Tom Lane2020-03-25
* Define EXEC_BACKEND in pg_config_manual.hPeter Eisentraut2020-03-25
* Improve the internal implementation of ereport().Tom Lane2020-03-24
* Re-implement the ereport() macro using __VA_ARGS__.Tom Lane2020-03-24
* Add support for other normal forms to Unicode normalization APIPeter 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
* Revert "Refactor compile-time assertion checks in c.h"Michael Paquier2020-03-23
* Revert "Skip WAL for new relfilenodes, under wal_level=minimal."Noah Misch2020-03-22
* Fix up recent breakage of headerscheck and cpluspluscheck.Tom Lane2020-03-21
* Skip WAL for new relfilenodes, under wal_level=minimal.Noah Misch2020-03-21
* Fix cosmetic blemishes involving rd_createSubid.Noah Misch2020-03-21
* Allow relation extension lock to conflict among parallel group members.Amit Kapila2020-03-20
* 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
* 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
* Implement type regcollationPeter Eisentraut2020-03-18
* Assert that we don't acquire a heavyweight lock on another object afterAmit Kapila2020-03-18
* Refactor our checks for valid function and aggregate signatures.Tom Lane2020-03-17
* Remove logical_read_local_xlog_pageAlvaro Herrera2020-03-17
* Avoid holding a directory FD open across assorted SRF calls.Tom Lane2020-03-16
* Update commentAlvaro Herrera2020-03-16
* Introduce a maintenance_io_concurrency setting.Thomas Munro2020-03-16
* Simplify the effective_io_concurrency setting.Thomas Munro2020-03-16
* Restructure polymorphic-type resolution in funcapi.c.Tom Lane2020-03-14
* Use multi-variate MCV lists to estimate ScalarArrayOpExprTomas Vondra2020-03-14