aboutsummaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAge
* Fix Portal snapshot tracking to handle subtransactions properly.Tom Lane2021-10-01
* Remove gratuitous environment dependency in 002_types.pl test.Tom Lane2021-09-30
* Repair two portability oversights of new testAlvaro Herrera2021-09-30
* Fix WAL replay in presence of an incomplete recordAlvaro Herrera2021-09-29
* pgbench: Fix handling of socket errors during benchmark.Fujii Masao2021-09-29
* pgbench: Correct log level of message output when socket wait method fails.Fujii Masao2021-09-29
* Clarify use of "statistics objects" in the codeMichael Paquier2021-09-29
* Properly schema-prefix reference to pg_catalog.pg_get_statisticsobjdef_columnsMagnus Hagander2021-09-28
* Translation updatesPeter Eisentraut2021-09-27
* Add missing $Test::Builder::Level settingsPeter Eisentraut2021-09-23
* Split macros from visibilitymap.h into a separate headerAlexander Korotkov2021-09-23
* Release memory allocated by dependency_degreeTomas Vondra2021-09-23
* Free memory after building each statistics objectTomas Vondra2021-09-23
* Invalidate all partitions for a partitioned table in publication.Amit Kapila2021-09-22
* Fix "single value strategy" index deletion issue.Peter Geoghegan2021-09-21
* Fix places in TestLib.pm in need of adaptation to the output of Msys perlMichael Paquier2021-09-22
* Fix misevaluation of STABLE parameters in CALL within plpgsql.Tom Lane2021-09-21
* Document XLOG_INCLUDE_XID a little betterAlvaro Herrera2021-09-21
* Remove overzealous index deletion assertion.Peter Geoghegan2021-09-20
* Translation updatesPeter Eisentraut2021-09-20
* Disallow extended statistics on system columnsTomas Vondra2021-09-20
* Fix pull_varnos to cope with translated PlaceHolderVars.Tom Lane2021-09-17
* Fix EXPLAIN to handle SEARCH BREADTH FIRST queries.Tom Lane2021-09-16
* Message style improvementsPeter Eisentraut2021-09-16
* Fix performance regression from session statistics.Andres Freund2021-09-16
* Fix variable shadowing in procarray.c.Fujii Masao2021-09-16
* Use int instead of size_t in procarray.c.Fujii Masao2021-09-16
* Disallow LISTEN in background workers.Tom Lane2021-09-15
* Fix hash_arrayPeter Eisentraut2021-09-15
* Send NOTIFY signals during CommitTransaction.Tom Lane2021-09-14
* Fix planner error with multiple copies of an AlternativeSubPlan.Tom Lane2021-09-14
* jit: Do not try to shut down LLVM state in case of LLVM triggered errors.Andres Freund2021-09-13
* Fix potential for compiler warning in GlobalVisTestFor().Andres Freund2021-09-13
* Clear conn->errorMessage at successful completion of PQconnectdb().Tom Lane2021-09-13
* Fix EXIT out of outermost block in plpgsql.Tom Lane2021-09-13
* Fix reorder buffer memory accounting for toast changes.Amit Kapila2021-09-13
* Fix error handling with threads on OOM in ECPG connection logicMichael Paquier2021-09-13
* Make pg_regexec() robust against out-of-range search_start.Tom Lane2021-09-11
* Fix some anomalies with NO SCROLL cursors.Tom Lane2021-09-10
* Avoid fetching from an already-terminated plan.Tom Lane2021-09-09
* pgbench: Stop counting skipped transactions as soon as timer is exceeded.Fujii Masao2021-09-10
* Check for relation length overrun soon enough.Tom Lane2021-09-09
* Fix issue with WAL archiving in standby.Fujii Masao2021-09-09
* Avoid useless malloc/free traffic around getFormattedTypeName().Tom Lane2021-09-08
* Fix misleading comments about TOAST access macros.Tom Lane2021-09-08
* Fix rewriter to set hasModifyingCTE correctly on rewritten queries.Tom Lane2021-09-08
* Disable anonymous record hash support except in special casesPeter Eisentraut2021-09-08
* Invalidate relcache for publications defined for all tables.Amit Kapila2021-09-08
* Consistently use read-only instead of "read only"Magnus Hagander2021-09-07
* Finish reverting 3eda9fc09fd6b9a1aec2d0113c633c69c3214b4d.Tom Lane2021-09-07