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