index
:
postgresql
REL_16_STABLE
master
postgresql mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
Commit message (
Expand
)
Author
Age
*
Turn off deprecated bison warnings under MSVC
Andrew Dunstan
2020-03-20
*
pg_upgrade: make get_major_server_version() err msg consistent
Bruce Momjian
2020-03-19
*
Back-patch src/test/recovery and PostgresNode from 9.6 to 9.5.
Noah Misch
2020-03-19
*
Add missing errcode() in a few ereport calls.
Amit Kapila
2020-03-18
*
Avoid holding a directory FD open across assorted SRF calls.
Tom Lane
2020-03-16
*
C comment: correct commented bytes of max_cached_tuplebufs
Bruce Momjian
2020-03-14
*
Restructure polymorphic-type resolution in funcapi.c.
Tom Lane
2020-03-14
*
Preserve replica identity index across ALTER TABLE rewrite
Peter Eisentraut
2020-03-13
*
Fix nextXid tracking bug on standbys (9.5-11 only).
Thomas Munro
2020-03-12
*
Fix pg_dump/pg_restore to restore event triggers later.
Tom Lane
2020-03-09
*
Fix bug that causes to report waiting in PS display twice, in hot standby.
Fujii Masao
2020-03-10
*
Avoid assertion failure with targeted recovery in standby mode.
Fujii Masao
2020-03-09
*
createdb: Fix quoting of --encoding, --lc-ctype and --lc-collate
Michael Paquier
2020-02-27
*
Fix confusion about event trigger vs. plain function in plpgsql.
Tom Lane
2020-02-19
*
Fix mesurement of elapsed time during truncating heap in VACUUM.
Fujii Masao
2020-02-19
*
Stop demanding that top xact must be seen before subxact in decoding.
Amit Kapila
2020-02-19
*
Teach pg_dump to dump comments on RLS policy objects.
Tom Lane
2020-02-17
*
Document the pg_upgrade -j/--jobs option as taking an argument
Peter Eisentraut
2020-02-11
*
Stamp 9.5.21.
REL9_5_21
Tom Lane
2020-02-10
*
createuser: fix parsing of --connection-limit argument
Alvaro Herrera
2020-02-10
*
Translation updates
Peter Eisentraut
2020-02-10
*
Revert "pg_upgrade: Fix quoting of some arguments in pg_ctl command"
Michael Paquier
2020-02-10
*
pg_upgrade: Fix quoting of some arguments in pg_ctl command
Michael Paquier
2020-02-10
*
Revert commit 606f350de9.
Fujii Masao
2020-02-03
*
Fix memory leak on DSM slot exhaustion.
Thomas Munro
2020-02-01
*
Fix CheckAttributeType's handling of collations for ranges.
Tom Lane
2020-01-31
*
Fix parallel pg_dump/pg_restore for failure to create worker processes.
Tom Lane
2020-01-31
*
Make inherited TRUNCATE perform access permission checks on parent table only.
Fujii Masao
2020-01-31
*
Fix an oversight in commit 4c70098ff.
Tom Lane
2020-01-23
*
Clean up formatting.c's logic for matching constant strings.
Tom Lane
2020-01-23
*
Fix concurrent indexing operations with temporary tables
Michael Paquier
2020-01-22
*
Fix edge case leading to agg transitions skipping ExecAggTransReparent() calls.
Andres Freund
2020-01-20
*
Add GUC variables for stat tracking and timeout as PGDLLIMPORT
Michael Paquier
2020-01-21
*
Fix pg_dump's sigTermHandler() to use _exit() not exit().
Tom Lane
2020-01-20
*
Fix crash in BRIN inclusion op functions, due to missing datum copy.
Heikki Linnakangas
2020-01-20
*
Repair more failures with SubPlans in multi-row VALUES lists.
Tom Lane
2020-01-17
*
Set ReorderBufferTXN->final_lsn more eagerly
Alvaro Herrera
2020-01-17
*
Make rewriter prevent auto-updates on views with conditional INSTEAD rules.
Dean Rasheed
2020-01-14
*
Fix edge-case crashes and misestimation in range containment selectivity.
Tom Lane
2020-01-12
*
doc: Fix naming of SELinux
Michael Paquier
2020-01-10
*
Revert "Forbid DROP SCHEMA on temporary namespaces"
Michael Paquier
2020-01-08
*
Fix running out of file descriptors for spill files.
Amit Kapila
2020-01-02
*
Forbid DROP SCHEMA on temporary namespaces
Michael Paquier
2019-12-27
*
Rotate instead of shifting hash join batch number.
Thomas Munro
2019-12-24
*
Prevent a rowtype from being included in itself via a range.
Tom Lane
2019-12-23
*
Avoid low-probability regression test failures in timestamp[tz] tests.
Tom Lane
2019-12-22
*
In pgwin32_open, loop after ERROR_ACCESS_DENIED only if we can't stat.
Tom Lane
2019-12-21
*
libpq should expose GSS-related parameters even when not implemented.
Tom Lane
2019-12-20
*
Fix error reporting for index expressions of prohibited types.
Tom Lane
2019-12-17
*
On Windows, wait a little to see if ERROR_ACCESS_DENIED goes away.
Tom Lane
2019-12-16
[next]