summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
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
2020-12-09Simplify code for getting a unicode codepoint's canonical class.Michael Paquier
2020-12-09jit: Reference function pointer types via llvmjit_types.c.Andres Freund
2020-12-08Teach contain_leaked_vars that assignment SubscriptingRefs are leaky.Tom Lane
2020-12-08Remove operator_precedence_warning.Tom Lane
2020-12-08Improve estimation of ANDs under ORs using extended statistics.Dean Rasheed
2020-12-08Improve estimation of OR clauses using multiple extended statistics.Dean Rasheed
2020-12-08Doc: clarify that CREATE TABLE discards redundant unique constraints.Tom Lane
2020-12-08Doc: explain that the string types can't store \0 (ASCII NUL).Tom Lane
2020-12-08Speed up rechecking if relation needs to be vacuumed or analyze in autovacuum.Fujii Masao
2020-12-08Bump catversion for pg_stat_wal changes.Fujii Masao
2020-12-08pgcrypto: Detect errors with EVP calls from OpenSSLMichael Paquier
2020-12-08jit: Correct parameter type for generated expression evaluation functions.Andres Freund
2020-12-08jit: configure: Explicitly reference 'native' component.Andres Freund