aboutsummaryrefslogtreecommitdiff
path: root/src/backend
Commit message (Expand)AuthorAge
...
* Fix mis-planning of repeated application of a projection.Tom Lane2021-05-31
* Improve some error wording with multirange type parsingMichael Paquier2021-05-31
* Fix race condition when sharing tuple descriptors.Thomas Munro2021-05-29
* Fix VACUUM VERBOSE's LP_DEAD item pages output.Peter Geoghegan2021-05-27
* Reduce the range of OIDs reserved for genbki.pl.Tom Lane2021-05-27
* Rethink definition of pg_attribute.attcompression.Tom Lane2021-05-27
* Replace run-time error check with assertionPeter Eisentraut2021-05-27
* doc: Fix description of some GUCs in docs and postgresql.conf.sampleMichael Paquier2021-05-27
* Fix assertion during streaming of multi-insert toast changes.Amit Kapila2021-05-27
* Fix typo in heapam.cMichael Paquier2021-05-26
* Fix use of uninitialized variable in inline_function().Tom Lane2021-05-25
* postgresql.conf.sample: Make vertical spacing consistentPeter Eisentraut2021-05-25
* Fix memory leak when de-toasting compressed values in VACUUM FULL/CLUSTERMichael Paquier2021-05-25
* Improve docs and error messages for parallel vacuum.Amit Kapila2021-05-25
* Disallow SSL renegotiationMichael Paquier2021-05-25
* Fix setrefs.c code for Result Cache nodesDavid Rowley2021-05-25
* Consider triggering VACUUM failsafe during scan.Peter Geoghegan2021-05-24
* Add missing NULL check when building Result Cache pathsDavid Rowley2021-05-24
* Re-order pg_attribute columns to eliminate some padding space.Tom Lane2021-05-23
* Be more verbose when the postmaster unexpectedly quits.Tom Lane2021-05-23
* Fix access to no-longer-open relcache entry in logical-rep worker.Tom Lane2021-05-22
* Fix planner's use of Result Cache with unique joinsDavid Rowley2021-05-22
* Disallow whole-row variables in GENERATED expressions.Tom Lane2021-05-21
* Fix usage of "tableoid" in GENERATED expressions.Tom Lane2021-05-21
* Restore the portal-level snapshot after procedure COMMIT/ROLLBACK.Tom Lane2021-05-21
* Fix deadlock for multiple replicating truncates of the same table.Amit Kapila2021-05-21
* Avoid detoasting failure after COMMIT inside a plpgsql FOR loop.Tom Lane2021-05-20
* Make standby promotion reset the recovery pause state to 'not paused'.Fujii Masao2021-05-19
* Fix issues in pg_stat_wal.Fujii Masao2021-05-19
* Fix typo and outdated information in README.barrierDavid Rowley2021-05-18
* Translation updatesPeter Eisentraut2021-05-17
* Unbreak EXEC_BACKEND buildAlvaro Herrera2021-05-15
* Allow compute_query_id to be set to 'auto' and make it defaultAlvaro Herrera2021-05-15
* Be more careful about barriers when releasing BackgroundWorkerSlots.Tom Lane2021-05-15
* Harden nbtree deduplication posting split code.Peter Geoghegan2021-05-14
* Prevent infinite insertion loops in spgdoinsert().Tom Lane2021-05-14
* Fix query-cancel handling in spgdoinsert().Tom Lane2021-05-14
* Refactor CHECK_FOR_INTERRUPTS() to add flexibility.Tom Lane2021-05-14
* Convert misleading while loop into an if conditionDavid Rowley2021-05-14
* Fix autovacuum log output heap truncation issue.Peter Geoghegan2021-05-13
* Rename the logical replication global "wrconn"Alvaro Herrera2021-05-12
* Double-space commands in system_constraints.sql/system_functions.sql.Tom Lane2021-05-12
* Initial pgindent and pgperltidy run for v14.Tom Lane2021-05-12
* Simplify one use of ScanKey in pg_subscription.cMichael Paquier2021-05-12
* Refactor some error messages for easier translationPeter Eisentraut2021-05-12
* Fix EXPLAIN ANALYZE for async-capable nodes.Etsuro Fujita2021-05-12
* Change data type of counters in BufferUsage and WalUsage from long to int64.Fujii Masao2021-05-12
* Tweak generation of Gen_dummy_probes.plAndrew Dunstan2021-05-11
* Fix typoPeter Eisentraut2021-05-11
* Fix mishandling of resjunk columns in ON CONFLICT ... UPDATE tlists.Tom Lane2021-05-10