index
:
postgresql
REL_16_STABLE
master
postgresql mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
*
Doc: Correct description of amcheck example query.
Peter Geoghegan
2018-08-08
*
Don't run atexit callbacks in quickdie signal handlers.
Heikki Linnakangas
2018-08-08
*
Match RelOptInfos by relids not pointer equality.
Tom Lane
2018-08-08
*
Don't record FDW user mappings as members of extensions.
Tom Lane
2018-08-07
*
Fix incorrect initialization of BackendActivityBuffer.
Tom Lane
2018-08-07
*
Fix pg_upgrade to handle event triggers in extensions correctly.
Tom Lane
2018-08-07
*
Ensure pg_dump_sort.c sorts null vs non-null namespace consistently.
Tom Lane
2018-08-07
*
Stamp 11beta3.
REL_11_BETA3
Tom Lane
2018-08-06
*
Translation updates
Peter Eisentraut
2018-08-06
*
Last-minute updates for release notes.
Tom Lane
2018-08-06
*
Fix failure to reset libpq's state fully between connection attempts.
Tom Lane
2018-08-06
*
Release notes for 10.5, 9.6.10, 9.5.14, 9.4.19, 9.3.24.
Tom Lane
2018-08-05
*
Doc: fix incorrectly stated argument list for pgcrypto's hmac() function.
Tom Lane
2018-08-05
*
Remove now unused check for HAVE_X509_GET_SIGNATURE_NID in test.
Heikki Linnakangas
2018-08-05
*
Remove support for tls-unique channel binding.
Heikki Linnakangas
2018-08-05
*
Update version 11 release notes.
Tom Lane
2018-08-04
*
Fix INSERT ON CONFLICT UPDATE through a view that isn't just SELECT *.
Tom Lane
2018-08-04
*
Reset properly errno before calling write()
Michael Paquier
2018-08-05
*
Make "kerberos" test suite independent of "localhost" name resolution.
Noah Misch
2018-08-03
*
Add table relcache invalidation to index builds.
Peter Geoghegan
2018-08-03
*
Add 'n' to list of possible values to pg_default_acl.defaclobjtype
Alvaro Herrera
2018-08-03
*
Fix pg_replication_slot example output
Alvaro Herrera
2018-08-03
*
Remove no-longer-appropriate special case in psql's \conninfo code.
Tom Lane
2018-08-03
*
Change libpq's internal uses of PQhost() to inspect host field directly.
Tom Lane
2018-08-03
*
Fix buffer usage stats for parallel nodes.
Amit Kapila
2018-08-03
*
Match the buffer usage tracking for leader and worker backends.
Amit Kapila
2018-08-03
*
Fix run-time partition pruning for appends with multiple source rels.
Tom Lane
2018-08-01
*
Fix logical replication slot initialization
Alvaro Herrera
2018-08-01
*
Fix per-tuple memory leak in partition tuple routing
Alvaro Herrera
2018-08-01
*
Fix libpq's code for searching .pgpass; rationalize empty-list-item cases.
Tom Lane
2018-08-01
*
Update parallel.sgml for Parallel Append
Robert Haas
2018-08-01
*
pg_upgrade: fix --check for live source server checks
Bruce Momjian
2018-07-31
*
Provide for contrib and pgxs modules to install include files.
Andrew Gierth
2018-07-31
*
Further fixes for quoted-list GUC values in pg_dump and ruleutils.c.
Tom Lane
2018-07-31
*
Remove dead code left behind by 1b6801051.
Tom Lane
2018-07-30
*
Verify range bounds to bms_add_range when necessary
Alvaro Herrera
2018-07-30
*
Change bms_add_range to be a no-op for empty ranges
Alvaro Herrera
2018-07-30
*
Ensure we build generated headers at the start of some more cases.
Tom Lane
2018-07-30
*
Set ActiveSnapshot when logically replaying inserts
Alvaro Herrera
2018-07-30
*
Fix pg_dump's failure to dump REPLICA IDENTITY for constraint indexes.
Tom Lane
2018-07-30
*
Doc: fix oversimplified example for CREATE POLICY.
Tom Lane
2018-07-30
*
Fix earthdistance test suite function name typo.
Noah Misch
2018-07-29
*
Document security implications of qualified names.
Noah Misch
2018-07-28
*
pgtest: run clean, build, and check stages separately
Bruce Momjian
2018-07-28
*
pg_upgrade: check for clean server shutdowns
Bruce Momjian
2018-07-28
*
pgtest: grab possible warnings from install.log
Bruce Momjian
2018-07-28
*
Fix the buffer release order for parallel index scans.
Amit Kapila
2018-07-27
*
Fix handling of pgbench's hash when no argument is provided
Michael Paquier
2018-07-27
*
Provide plpgsql tests for cases involving record field changes.
Tom Lane
2018-07-26
*
Avoid crash in eval_const_expressions if a Param's type changes.
Tom Lane
2018-07-26
[next]