summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
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 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-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-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-08jit: Correct parameter type for generated expression evaluation functions.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-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-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-30Prevent parallel index build in a standalone backend.Tom Lane