aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
* 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
* doc: Clarify refresh options for DROP PUBLICATIONDaniel Gustafsson2021-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
* doc: fix PG 14 release note typoBruce Momjian2021-09-13
* Doc: Remove type information for import_generated in postgres-fdw.sgml.Etsuro Fujita2021-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
* Fix missing words in comment.Heikki Linnakangas2021-09-07
* AIX: Fix missing libpq symbols by respecting SHLIB_EXPORTS.Noah Misch2021-09-06
* Fix bogus timetz_zone() results for DYNTZ abbreviations.Tom Lane2021-09-06
* Fix pkg-config files for static linkingPeter Eisentraut2021-09-06
* Further portability tweaks for float4/float8 hash functions.Tom Lane2021-09-04
* Minor improvements for psql help output.Tom Lane2021-09-04
* Revert "Avoid creating archive status ".ready" files too early"Alvaro Herrera2021-09-04
* Remove arbitrary MAXPGPATH limit on command lengths in pg_ctl.Tom Lane2021-09-03
* Disallow creating an ICU collation if the DB encoding won't support it.Tom Lane2021-09-03
* Set the volatility of the timestamptz version of date_bin() back to immutableJohn Naylor2021-09-03
* Fix portability issue in tests from commit ce773f230.Tom Lane2021-09-03
* In count_usable_fds(), duplicate stderr not stdin.Tom Lane2021-09-02
* Fix float4/float8 hash functions to produce uniform results for NaNs.Tom Lane2021-09-02
* doc: Replace some uses of "which" by "that" in parallel.sgmlMichael Paquier2021-09-02
* Doc: clarify how triggers relate to transactions.Tom Lane2021-09-01
* Identify simple column references in extended statisticsTomas Vondra2021-09-01
* pgbench: Fix bug in measurement of disconnection delays.Fujii Masao2021-09-01
* Fix the random test failure in 001_rep_changes.Amit Kapila2021-09-01