aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
* fix no-return function call in cipher.c from commit 978f869b99Bruce Momjian2020-12-25
* fixes docs and missing initdb help option for commit 978f869b99Bruce Momjian2020-12-25
* Invalidate acl.c caches when pg_authid changes.Noah Misch2020-12-25
* remove uint128 requirement from patch 978f869b99 (CFE)Bruce Momjian2020-12-25
* Fix return value and const declaration from commit 978f869b99Bruce Momjian2020-12-25
* Add key management systemBruce Momjian2020-12-25
* Avoid time-of-day-dependent failure in log rotation test.Tom Lane2020-12-24
* revert removal of hex_decode() from ecpg from commit c3826f831eBruce Momjian2020-12-24
* move hex_decode() to /common so it can be called from frontendBruce Momjian2020-12-24
* Fix race condition between shutdown and unstarted background workers.Tom Lane2020-12-24
* Improve client error messages for immediate-stop situations.Tom Lane2020-12-24
* Fix typos and grammar in docs and commentsMichael Paquier2020-12-24
* dummy commitBruce 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
* Increase timeout in 021_row_visibility.pl.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
* Fix compiler warning in multirange_constructor0()Alexander Korotkov2020-12-21
* Refactor logic to check for ASCII-only characters in stringMichael Paquier2020-12-21
* Fix typalign in rangetypes statisticsAlexander Korotkov2020-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 in pgstat_recv_replslot.Tom Lane2020-12-20
* Fix compiler warning introduced in 6df7a9698bAlexander Korotkov2020-12-20
* Fixes for pg_dump.c regarding multirangesAlexander Korotkov2020-12-20
* Multirange datatypesAlexander Korotkov2020-12-20
* Remove now-useless ALWAYS_SUBDIRS entry in src/test/Makefile.Tom Lane2020-12-19
* Update comment atop of ReorderBufferQueueMessage().Amit Kapila2020-12-19
* Add a couple of missed .gitignore entries.Tom Lane2020-12-18
* Avoid memcpy() with same source and destination during relmapper init.Tom Lane2020-12-18
* pg_stat_statements: Track time at which all statistics were last reset.Fujii Masao2020-12-18
* Revert "Get rid of the dedicated latch for signaling the startup process".Fujii Masao2020-12-17
* Fix varchar_2.out to match reality in cs_CZ locale.Tom Lane2020-12-15
* doc: Fix explanation related to pg_shmem_allocationsMichael Paquier2020-12-16
* doc: clarify COPY TO for partitioning/inheritanceBruce Momjian2020-12-15
* Remove obsolete btrescan() comment.Peter Geoghegan2020-12-15
* Remove useless variable storesAlvaro Herrera2020-12-15
* Error out when Gather Merge input is not sortedTomas Vondra2020-12-15
* Clean up ancient test stylePeter Eisentraut2020-12-15
* Improve hash_create()'s API for some added robustness.Tom Lane2020-12-15
* Revert "Cannot use WL_SOCKET_WRITEABLE without WL_SOCKET_READABLE."Jeff Davis2020-12-14
* Improve some code around cryptohash functionsMichael Paquier2020-12-14
* Add some checkpoint/restartpoint status to ps displayMichael Paquier2020-12-14
* Use HASH_BLOBS for xidhash.Noah Misch2020-12-12
* Correct behavior descriptions in comments, and correct a test name.Noah Misch2020-12-12