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
*
Fix potential use-after-free for BEFORE UPDATE row triggers on non-core AMs.
Andres Freund
2019-04-18
*
Fix handling of temp and unlogged tables in FOR ALL TABLES publications
Peter Eisentraut
2019-04-18
*
pg_dump: Remove stray option parsing support for -o.
Andres Freund
2019-04-17
*
Tie loose ends in psql's new \dP command
Alvaro Herrera
2019-04-17
*
psql: display tablespace for partitioned indexes
Alvaro Herrera
2019-04-17
*
postgresql.conf.sample: add proper defaults for include actions
Bruce Momjian
2019-04-17
*
Fix unportable code in pgbench.
Tom Lane
2019-04-17
*
Fix assorted minor bogosity in GSSAPI transport error messages.
Tom Lane
2019-04-17
*
Minor jsonpath fixes.
Tom Lane
2019-04-17
*
Return NULL for checksum failures if checksums are not enabled
Magnus Hagander
2019-04-17
*
Fix thinko introduced by 82a5649 in slot.c
Michael Paquier
2019-04-17
*
Simplify some ERROR paths clearing wait events and transient files
Michael Paquier
2019-04-17
*
Rework handling of invalid indexes with REINDEX CONCURRENTLY
Michael Paquier
2019-04-17
*
Remove duplicate assignment when initializing logical decoder context
Michael Paquier
2019-04-16
*
Don't write to stdin of a test process that could have already exited.
Noah Misch
2019-04-15
*
Use [FLEXIBLE_ARRAY_MEMBER] not [1] in MultiSortSupportData.
Tom Lane
2019-04-15
*
Convert pre-existing stats_ext tests to new style
Tomas Vondra
2019-04-16
*
Fix pg_mcv_list deserialization
Tomas Vondra
2019-04-16
*
Fix failure with textual partition hash keys.
Tom Lane
2019-04-15
*
Avoid possible regression test instability in timestamp.sql.
Tom Lane
2019-04-15
*
Fix division by zero in _bt_vacuum_needs_cleanup()
Alexander Korotkov
2019-04-15
*
Fix thinko in ExecCleanupTupleRouting().
Etsuro Fujita
2019-04-15
*
Unbreak index optimization for LIKE on bytea
Peter Eisentraut
2019-04-15
*
Fix SHOW ALL command for non-superusers with replication connection
Michael Paquier
2019-04-15
*
Test both 0.0.0.0 and 127.0.0.x addresses to find a usable port.
Noah Misch
2019-04-14
*
Switch TAP tests of pg_rewind to use non-superuser role, take two
Michael Paquier
2019-04-14
*
MSYS: Translate REGRESS_SHLIB to a Windows file name.
Noah Misch
2019-04-14
*
When Perl "kill(9, ...)" fails, try "pg_ctl kill".
Noah Misch
2019-04-13
*
Prevent memory leaks associated with relcache rd_partcheck structures.
Tom Lane
2019-04-13
*
Consistently test for in-use shared memory.
Noah Misch
2019-04-12
*
Revert "Switch TAP tests of pg_rewind to use a role with minimal permissions"
Michael Paquier
2019-04-13
*
Show shared object statistics in pg_stat_database
Magnus Hagander
2019-04-12
*
Fix REINDEX CONCURRENTLY of partitions
Peter Eisentraut
2019-04-12
*
Fix GetNewTransactionId()'s interaction with xidVacLimit.
Thomas Munro
2019-04-12
*
Fix typos in reloptions.c
Michael Paquier
2019-04-12
*
Switch TAP tests of pg_rewind to use a role with minimal permissions
Michael Paquier
2019-04-12
*
Fix more strcmp() calls using boolean-like comparisons for result checks
Michael Paquier
2019-04-12
*
Re-order some regression test scripts for more parallelism.
Tom Lane
2019-04-11
*
Speed up sort-order-comparison tests in create_index_spgist.
Tom Lane
2019-04-11
*
Split up a couple of long-running regression test scripts.
Tom Lane
2019-04-11
*
Move plpgsql error-trapping tests to a new module-specific test file.
Tom Lane
2019-04-11
*
Fix off-by-one check that can lead to a memory overflow in ecpg.
Michael Meskes
2019-04-11
*
Remove duplicative polygon SP-GiST sequencing test.
Tom Lane
2019-04-11
*
Remove redundant and ineffective test for btree insertion fast path.
Tom Lane
2019-04-11
*
Fix declaration after statement
Alvaro Herrera
2019-04-10
*
Fix backwards test in operator_precedence_warning logic.
Tom Lane
2019-04-10
*
pg_restore: Make not verbose by default
Peter Eisentraut
2019-04-10
*
Avoid counting transaction stats for parallel worker cooperating
Amit Kapila
2019-04-10
*
Improve comment in sync.h.
Thomas Munro
2019-04-10
*
Fix typos.
Thomas Munro
2019-04-10
[next]