summaryrefslogtreecommitdiff
path: root/src/backend
AgeCommit message (Expand)Author
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-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-09Support subscripting of arbitrary types, not only arrays.Tom Lane
2020-12-09Change get_constraint_index() to use pg_constraint.conindidPeter Eisentraut
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-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-05Fix missed step in removal of useless RESULT RTEs in the planner.Tom Lane
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-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-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-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-30Improve log message about termination of background workers.Fujii Masao
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-27Fix replication of in-progress transactions in tablesync worker.Amit Kapila
2020-11-26Restore lock level to update statusFlagsAlvaro Herrera
2020-11-26Use Enums for logical replication message types at more places.Amit Kapila
2020-11-25Avoid spurious waits in concurrent indexingAlvaro Herrera
2020-11-25Avoid spamming the client with multiple ParameterStatus messages.Tom Lane
2020-11-25Make error hint from bind() failure more accuratePeter Eisentraut
2020-11-25Add support for abstract Unix-domain socketsPeter Eisentraut
2020-11-25Fix WaitLatch(NULL) on Windows.Thomas Munro
2020-11-25Remove obsolete comment atop ri_PlanCheck.Amit Kapila
2020-11-25Remove catalog function currtid()Michael Paquier