aboutsummaryrefslogtreecommitdiff
path: root/src/backend
Commit message (Expand)AuthorAge
* Speed up rechecking if relation needs to be vacuumed or analyze in autovacuum.Fujii Masao2020-12-08
* jit: Correct parameter type for generated expression evaluation functions.Andres Freund2020-12-07
* Avoid using tuple from syscache for update of pg_database.datfrozenxidMichael Paquier2020-12-08
* Fix missed step in removal of useless RESULT RTEs in the planner.Tom Lane2020-12-05
* Convert elog(LOG) calls to ereport() where appropriatePeter Eisentraut2020-12-04
* Remove unnecessary grammar symbolsPeter Eisentraut2020-12-04
* Remove incorrect assertion in reorderbuffer.c.Amit Kapila2020-12-04
* Rename cryptohashes.c to cryptohashfuncs.cMichael Paquier2020-12-04
* Change SHA2 implementation based on OpenSSL to use EVP digest routinesMichael Paquier2020-12-04
* Small code simplificationsPeter Eisentraut2020-12-03
* Improve estimation of OR clauses using extended statistics.Dean Rasheed2020-12-03
* Refactor CLUSTER and REINDEX grammar to use DefElem for option listsMichael Paquier2020-12-03
* Add GSS information to connection authorized log messageStephen Frost2020-12-02
* Track total number of WAL records, FPIs and bytes generated in the cluster.Fujii Masao2020-12-02
* Allow restore_command parameter to be changed with reload.Fujii Masao2020-12-02
* Move SHA2 routines to a new generic API layer for crypto hashesMichael Paquier2020-12-02
* Ensure that expandTableLikeClause() re-examines the same table.Tom Lane2020-12-01
* Avoid memcpy() with a NULL source pointer and count == 0Alvaro Herrera2020-12-01
* Use truncate(2) where appropriate.Thomas Munro2020-12-01
* Free disk space for dropped relations on commit.Thomas Munro2020-12-01
* Fix missing outfuncs.c support for IncrementalSortPath.Tom Lane2020-11-30
* Prevent parallel index build in a standalone backend.Tom Lane2020-11-30
* Fix miscomputation of direct_lateral_relids for join relations.Tom Lane2020-11-30
* Refactor parsing rules for option lists of EXPLAIN, VACUUM and ANALYZEMichael Paquier2020-11-30
* Remove leftover comments, left behind by removal of WITH OIDS.Heikki Linnakangas2020-11-30
* Improve log message about termination of background workers.Fujii Masao2020-11-30
* Fix a recently-introduced race condition in LISTEN/NOTIFY handling.Tom Lane2020-11-28
* Fix CLUSTER progress reporting of number of blocks scanned.Fujii Masao2020-11-27
* Fix replication of in-progress transactions in tablesync worker.Amit Kapila2020-11-27
* Restore lock level to update statusFlagsAlvaro Herrera2020-11-26
* Use Enums for logical replication message types at more places.Amit Kapila2020-11-26
* Avoid spurious waits in concurrent indexingAlvaro Herrera2020-11-25
* Avoid spamming the client with multiple ParameterStatus messages.Tom Lane2020-11-25
* Make error hint from bind() failure more accuratePeter Eisentraut2020-11-25
* Add support for abstract Unix-domain socketsPeter Eisentraut2020-11-25
* Fix WaitLatch(NULL) on Windows.Thomas Munro2020-11-25
* Remove obsolete comment atop ri_PlanCheck.Amit Kapila2020-11-25
* Remove catalog function currtid()Michael Paquier2020-11-25
* Properly check index mark/restore in ExecSupportsMarkRestore.Andrew Gierth2020-11-24
* Put "inline" marker on declarations of inline functions.Tom Lane2020-11-24
* Move per-agg and per-trans duplicate finding to the planner.Heikki Linnakangas2020-11-24
* Use macros instead of hardcoded offsets for LWLock initializationMichael Paquier2020-11-24
* Centralize logic for skipping useless ereport/elog calls.Tom Lane2020-11-23
* Improve compiler code layout in elog/ereport ERROR callsDavid Rowley2020-11-24
* Don't hold ProcArrayLock longer than needed in rare casesAlvaro Herrera2020-11-23
* Rename the "point is strictly above/below point" comparison operators.Tom Lane2020-11-23
* Improve wording of two error messages related to generated columns.Tom Lane2020-11-23
* Make some sanity-check elogs more verboseAlvaro Herrera2020-11-23
* Fix a few comments that referred to copy.c.Heikki Linnakangas2020-11-23
* Split copy.c into four files.Heikki Linnakangas2020-11-23