summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
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
2020-12-08Avoid using tuple from syscache for update of pg_database.datfrozenxidMichael Paquier
2020-12-07Add a couple of regression test cases related to array subscripting.Tom Lane
2020-12-07Fix more race conditions in the newly-added pg_rewind test.Heikki Linnakangas
2020-12-07pg_dump: Reorganize dumpBaseType()Tom Lane
2020-12-07Fix fd leak in pg_verifybackupMichael Paquier
2020-12-05Fix missed step in removal of useless RESULT RTEs in the planner.Tom Lane
2020-12-04Fix race conditions in newly-added test.Heikki Linnakangas
2020-12-04Convert elog(LOG) calls to ereport() where appropriatePeter Eisentraut
2020-12-04Remove unnecessary grammar symbolsPeter Eisentraut
2020-12-04Remove incorrect assertion in reorderbuffer.c.Amit Kapila
2020-12-04Rename cryptohashes.c to cryptohashfuncs.cMichael Paquier
2020-12-04Change SHA2 implementation based on OpenSSL to use EVP digest routinesMichael Paquier
2020-12-03doc: remove unnecessary blank before command option textBruce Momjian
2020-12-03docs: list single-letter options first in command-line summaryBruce Momjian
2020-12-03Fix pg_rewind bugs when rewinding a standby server.Heikki Linnakangas
2020-12-03Small code simplificationsPeter Eisentraut
2020-12-03Improve estimation of OR clauses using extended statistics.Dean Rasheed
2020-12-03Refactor CLUSTER and REINDEX grammar to use DefElem for option listsMichael Paquier
2020-12-02Add GSS information to connection authorized log messageStephen Frost
2020-12-02Track total number of WAL records, FPIs and bytes generated in the cluster.Fujii Masao
2020-12-02Fix compilation warnings in cryptohash_openssl.cMichael Paquier
2020-12-02Allow restore_command parameter to be changed with reload.Fujii Masao
2020-12-02Move SHA2 routines to a new generic API layer for crypto hashesMichael Paquier
2020-12-02pg_checksums: data_checksum_version is unsigned so use %u not %dBruce Momjian
2020-12-01Ensure that expandTableLikeClause() re-examines the same table.Tom Lane
2020-12-01Avoid memcpy() with a NULL source pointer and count == 0Alvaro Herrera
2020-12-01docs: ulink all references to RFC'sHeikki Linnakangas
2020-12-01doc: Add additional index entries for progress reporting views.Fujii Masao
2020-12-01doc: Remove more notes about compatibilities with past versionsMichael Paquier
2020-12-01Use truncate(2) where appropriate.Thomas Munro
2020-12-01Free disk space for dropped relations on commit.Thomas Munro
2020-11-30Fix missing outfuncs.c support for IncrementalSortPath.Tom Lane
2020-11-30Document concurrent indexes waiting on each otherAlvaro Herrera
2020-11-30Remove configure-time probe for DocBook DTD.Tom Lane
2020-11-30Prevent parallel index build in a standalone backend.Tom Lane