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
*
Improve log messages related to pg_hba.conf not matching a connection.
Tom Lane
2020-12-28
*
Fix assorted issues in backend's GSSAPI encryption support.
Tom Lane
2020-12-28
*
Fix bugs in libpq's GSSAPI encryption support.
Tom Lane
2020-12-28
*
Expose the default for channel_binding in PQconndefaults().
Tom Lane
2020-12-28
*
Further fix thinko in plpgsql memory leak fix.
Tom Lane
2020-12-28
*
Fix thinko in plpgsql memory leak fix.
Tom Lane
2020-12-28
*
Fix inconsistent code with shared invalidations of snapshots
Michael Paquier
2020-12-28
*
postgres_fdw: Fix connection leak.
Fujii Masao
2020-12-28
*
Second attempt to stabilize 05c02589.
Jeff Davis
2020-12-27
*
Stabilize test introduced in 05c02589, per buildfarm.
Jeff Davis
2020-12-27
*
Fix bug #16784 in Disk-based Hash Aggregation.
Jeff Davis
2020-12-26
*
Invalidate acl.c caches when pg_authid changes.
Noah Misch
2020-12-25
*
Avoid time-of-day-dependent failure in log rotation test.
Tom Lane
2020-12-24
*
Fix race condition between shutdown and unstarted background workers.
Tom Lane
2020-12-24
*
docs: document which server-side languages can create procs
Bruce Momjian
2020-12-23
*
Fix portability issues with parsing of recovery_target_xid
Michael Paquier
2020-12-23
*
Improve autoprewarm's handling of early-shutdown scenarios.
Tom Lane
2020-12-22
*
Improve find_em_expr_usable_for_sorting_rel comment
Tomas Vondra
2020-12-22
*
Don't search for volatile expr in find_em_expr_usable_for_sorting_rel
Tomas Vondra
2020-12-21
*
Disallow SRFs when considering sorts below Gather Merge
Tomas Vondra
2020-12-21
*
Remove "invalid concatenation of jsonb objects" error case.
Tom Lane
2020-12-21
*
Check parallel safety in generate_useful_gather_paths
Tomas Vondra
2020-12-21
*
Consider unsorted paths in generate_useful_gather_paths
Tomas Vondra
2020-12-21
*
Doc: fix description of how to use src/tutorial files.
Tom Lane
2020-12-20
*
Doc: improve description of pgbench script weights.
Tom Lane
2020-12-20
*
Avoid memcpy() with same source and destination during relmapper init.
Tom Lane
2020-12-18
*
doc: Fix explanation related to pg_shmem_allocations
Michael Paquier
2020-12-16
*
doc: clarify COPY TO for partitioning/inheritance
Bruce Momjian
2020-12-15
*
Revert "Cannot use WL_SOCKET_WRITEABLE without WL_SOCKET_READABLE."
Jeff Davis
2020-12-14
*
initdb: complete getopt_long alphabetization
Bruce Momjian
2020-12-12
*
initdb: properly alphabetize getopt_long options in C string
Bruce Momjian
2020-12-12
*
Teach contain_leaked_vars that assignment SubscriptingRefs are leaky.
Tom Lane
2020-12-08
*
Doc: clarify that CREATE TABLE discards redundant unique constraints.
Tom Lane
2020-12-08
*
Doc: explain that the string types can't store \0 (ASCII NUL).
Tom Lane
2020-12-08
*
pgcrypto: Detect errors with EVP calls from OpenSSL
Michael Paquier
2020-12-08
*
jit: Correct parameter type for generated expression evaluation functions.
Andres Freund
2020-12-07
*
jit: configure: Explicitly reference 'native' component.
Andres Freund
2020-12-07
*
backpatch "jit: Add support for LLVM 12."
Andres Freund
2020-12-07
*
Fix more race conditions in the newly-added pg_rewind test.
Heikki Linnakangas
2020-12-07
*
Fix missed step in removal of useless RESULT RTEs in the planner.
Tom Lane
2020-12-05
*
Fix race conditions in newly-added test.
Heikki Linnakangas
2020-12-04
*
doc: remove unnecessary blank before command option text
Bruce Momjian
2020-12-03
*
docs: list single-letter options first in command-line summary
Bruce Momjian
2020-12-03
*
Fix pg_rewind bugs when rewinding a standby server.
Heikki Linnakangas
2020-12-03
*
pg_checksums: data_checksum_version is unsigned so use %u not %d
Bruce Momjian
2020-12-01
*
Ensure that expandTableLikeClause() re-examines the same table.
Tom Lane
2020-12-01
*
Avoid memcpy() with a NULL source pointer and count == 0
Alvaro Herrera
2020-12-01
*
Free disk space for dropped relations on commit.
Thomas Munro
2020-12-01
*
Fix missing outfuncs.c support for IncrementalSortPath.
Tom Lane
2020-11-30
*
Document concurrent indexes waiting on each other
Alvaro Herrera
2020-11-30
[next]