index
:
postgresql
REL_16_STABLE
master
postgresql mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
include
Commit message (
Expand
)
Author
Age
*
Collect statistics about SLRU caches
Tomas Vondra
2020-04-02
*
Improve selectivity estimation for assorted match-style operators.
Tom Lane
2020-04-01
*
Add -c/--restore-target-wal to pg_rewind
Michael Paquier
2020-04-01
*
Fix assorted typos
Magnus Hagander
2020-03-31
*
Move routine definitions of xlogarchive.c to a new header file
Michael Paquier
2020-03-31
*
Implement operator class parameters
Alexander Korotkov
2020-03-30
*
Improve handling of parameter differences in physical replication
Peter Eisentraut
2020-03-30
*
Allow the planner-related functions and hook to accept the query string.
Fujii Masao
2020-03-30
*
Expose BufferUsageAccumDiff().
Fujii Masao
2020-03-30
*
Enable Unix-domain sockets support on Windows
Peter Eisentraut
2020-03-28
*
Trigger autovacuum based on number of INSERTs
David Rowley
2020-03-28
*
Allow walreceiver configuration to change on reload
Alvaro Herrera
2020-03-27
*
Set wal_receiver_create_temp_slot PGC_POSTMASTER
Alvaro Herrera
2020-03-27
*
Rearrange validity checks for plpgsql "simple" expressions.
Tom Lane
2020-03-27
*
Improve performance of "simple expressions" in PL/pgSQL.
Tom Lane
2020-03-26
*
Fix assorted portability issues in commit 896fcdb23.
Tom Lane
2020-03-25
*
Provide a TLS init hook
Andrew Dunstan
2020-03-25
*
Go back to returning int from ereport auxiliary functions.
Tom Lane
2020-03-25
*
Define EXEC_BACKEND in pg_config_manual.h
Peter Eisentraut
2020-03-25
*
Improve the internal implementation of ereport().
Tom Lane
2020-03-24
*
Re-implement the ereport() macro using __VA_ARGS__.
Tom Lane
2020-03-24
*
Add support for other normal forms to Unicode normalization API
Peter Eisentraut
2020-03-24
*
Report wait event for cost-based vacuum delay.
Andres Freund
2020-03-23
*
Prefer standby promotion over recovery pause.
Fujii Masao
2020-03-24
*
Move routine building restore_command to src/common/
Michael Paquier
2020-03-24
*
Add wait events for WAL archive and recovery pause.
Fujii Masao
2020-03-24
*
Report NULL as total backup size if it's not estimated.
Fujii Masao
2020-03-24
*
Revert "Refactor compile-time assertion checks in c.h"
Michael Paquier
2020-03-23
*
Revert "Skip WAL for new relfilenodes, under wal_level=minimal."
Noah Misch
2020-03-22
*
Fix up recent breakage of headerscheck and cpluspluscheck.
Tom Lane
2020-03-21
*
Skip WAL for new relfilenodes, under wal_level=minimal.
Noah Misch
2020-03-21
*
Fix cosmetic blemishes involving rd_createSubid.
Noah Misch
2020-03-21
*
Allow relation extension lock to conflict among parallel group members.
Amit Kapila
2020-03-20
*
Revert "Specialize MemoryContextMemAllocated()."
Jeff Davis
2020-03-19
*
Introduce "anycompatible" family of polymorphic types.
Tom Lane
2020-03-19
*
Prepare to support non-tables in publications
Peter Eisentraut
2020-03-19
*
Rename the recovery-related wait events.
Fujii Masao
2020-03-19
*
Disk-based Hash Aggregation.
Jeff Davis
2020-03-18
*
Specialize MemoryContextMemAllocated().
Jeff Davis
2020-03-18
*
Enable BEFORE row-level triggers for partitioned tables
Alvaro Herrera
2020-03-18
*
Implement type regcollation
Peter Eisentraut
2020-03-18
*
Assert that we don't acquire a heavyweight lock on another object after
Amit Kapila
2020-03-18
*
Refactor our checks for valid function and aggregate signatures.
Tom Lane
2020-03-17
*
Remove logical_read_local_xlog_page
Alvaro Herrera
2020-03-17
*
Avoid holding a directory FD open across assorted SRF calls.
Tom Lane
2020-03-16
*
Update comment
Alvaro Herrera
2020-03-16
*
Introduce a maintenance_io_concurrency setting.
Thomas Munro
2020-03-16
*
Simplify the effective_io_concurrency setting.
Thomas Munro
2020-03-16
*
Restructure polymorphic-type resolution in funcapi.c.
Tom Lane
2020-03-14
*
Use multi-variate MCV lists to estimate ScalarArrayOpExpr
Tomas Vondra
2020-03-14
[next]