summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2020-12-24Improve client error messages for immediate-stop situations.Tom Lane
2020-12-24Fix typos and grammar in docs and commentsMichael Paquier
2020-12-23dummy commitBruce Momjian
2020-12-23Fix portability issues with parsing of recovery_target_xidMichael Paquier
2020-12-22Improve autoprewarm's handling of early-shutdown scenarios.Tom Lane
2020-12-22Increase timeout in 021_row_visibility.pl.Tom Lane
2020-12-22Improve find_em_expr_usable_for_sorting_rel commentTomas Vondra
2020-12-21Don't search for volatile expr in find_em_expr_usable_for_sorting_relTomas Vondra
2020-12-21Disallow SRFs when considering sorts below Gather MergeTomas Vondra
2020-12-21Remove "invalid concatenation of jsonb objects" error case.Tom Lane
2020-12-21Check parallel safety in generate_useful_gather_pathsTomas Vondra
2020-12-21Consider unsorted paths in generate_useful_gather_pathsTomas Vondra
2020-12-21Fix compiler warning in multirange_constructor0()Alexander Korotkov
2020-12-21Refactor logic to check for ASCII-only characters in stringMichael Paquier
2020-12-20Fix typalign in rangetypes statisticsAlexander Korotkov
2020-12-20Doc: fix description of how to use src/tutorial files.Tom Lane
2020-12-20Doc: improve description of pgbench script weights.Tom Lane
2020-12-20Avoid memcpy() with same source and destination in pgstat_recv_replslot.Tom Lane
2020-12-20Fix compiler warning introduced in 6df7a9698bAlexander Korotkov
2020-12-20Fixes for pg_dump.c regarding multirangesAlexander Korotkov
2020-12-20Multirange datatypesAlexander Korotkov
2020-12-19Remove now-useless ALWAYS_SUBDIRS entry in src/test/Makefile.Tom Lane
2020-12-19Update comment atop of ReorderBufferQueueMessage().Amit Kapila
2020-12-18Add a couple of missed .gitignore entries.Tom Lane
2020-12-18Avoid memcpy() with same source and destination during relmapper init.Tom Lane
2020-12-18pg_stat_statements: Track time at which all statistics were last reset.Fujii Masao
2020-12-17Revert "Get rid of the dedicated latch for signaling the startup process".Fujii Masao
2020-12-16Fix varchar_2.out to match reality in cs_CZ locale.Tom Lane
2020-12-16doc: Fix explanation related to pg_shmem_allocationsMichael Paquier
2020-12-16doc: clarify COPY TO for partitioning/inheritanceBruce Momjian
2020-12-15Remove obsolete btrescan() comment.Peter Geoghegan
2020-12-15Remove useless variable storesAlvaro Herrera
2020-12-15Error out when Gather Merge input is not sortedTomas Vondra
2020-12-15Clean up ancient test stylePeter Eisentraut
2020-12-15Improve hash_create()'s API for some added robustness.Tom Lane
2020-12-15Revert "Cannot use WL_SOCKET_WRITEABLE without WL_SOCKET_READABLE."Jeff Davis
2020-12-14Improve some code around cryptohash functionsMichael Paquier
2020-12-14Add some checkpoint/restartpoint status to ps displayMichael Paquier
2020-12-13Use HASH_BLOBS for xidhash.Noah Misch
2020-12-13Correct behavior descriptions in comments, and correct a test name.Noah Misch
2020-12-12initdb: complete getopt_long alphabetizationBruce Momjian
2020-12-12initdb: properly alphabetize getopt_long options in C stringBruce Momjian
2020-12-11Allow subscripting of hstore values.Tom Lane
2020-12-11Allow ALTER TYPE to update an existing type's typsubscript value.Tom Lane
2020-12-11Provide an error cursor for "can't subscript" error messages.Tom Lane
2020-12-11pg_dump: Don't use enums for defining bit mask valuesPeter Eisentraut
2020-12-10Fix compilation of uuid-osspMichael Paquier
2020-12-10Refactor MD5 implementations according to new cryptohash infrastructureMichael Paquier
2020-12-09Support subscripting of arbitrary types, not only arrays.Tom Lane
2020-12-09Change get_constraint_index() to use pg_constraint.conindidPeter Eisentraut