summaryrefslogtreecommitdiff
path: root/src
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-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
2020-11-30Fix miscomputation of direct_lateral_relids for join relations.Tom Lane
2020-11-30Refactor parsing rules for option lists of EXPLAIN, VACUUM and ANALYZEMichael Paquier
2020-11-30Remove leftover comments, left behind by removal of WITH OIDS.Heikki Linnakangas
2020-11-30Fix typo in comment.Fujii Masao
2020-11-30Improve log message about termination of background workers.Fujii Masao
2020-11-29Fix recently-introduced breakage in psql's \connect command.Tom Lane
2020-11-29Retry initial slurp_file("current_logfiles"), in test 004_logrotate.pl.Noah Misch
2020-11-28Clean up after tests in src/test/locale/.Tom Lane
2020-11-28Fix a recently-introduced race condition in LISTEN/NOTIFY handling.Tom Lane
2020-11-27Fix CLUSTER progress reporting of number of blocks scanned.Fujii Masao
2020-11-27Use standard SIGTERM signal handler die() in test_shm_mq worker.Fujii Masao