aboutsummaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAge
...
* pg_amcheck: Message style and structuring improvementsPeter Eisentraut2021-08-13
* Fix connection handling for DEALLOCATE and DESCRIBE statementsMichael Meskes2021-08-13
* Fix sslsni connparam boolean checkDaniel Gustafsson2021-08-13
* Fix incorrect hash table resizing code in simplehash.hDavid Rowley2021-08-13
* Make EXEC_BACKEND more convenient on macOS.Thomas Munro2021-08-13
* Use appropriate tuple descriptor in FDW batchingTomas Vondra2021-08-12
* Fix segfault during EvalPlanQual with mix of local and foreign partitions.Heikki Linnakangas2021-08-12
* Translation updatesPeter Eisentraut2021-08-09
* Use ExplainPropertyInteger for queryid in EXPLAINDavid Rowley2021-08-09
* Rethink regexp engine's backref-related compilation state.Tom Lane2021-08-08
* Make regexp engine's backref-related compilation state more bulletproof.Tom Lane2021-08-07
* Fix use-after-free issue in regexp engine.Tom Lane2021-08-07
* pg_amcheck: Message style improvementsPeter Eisentraut2021-08-07
* Really fix the ambiguity in REFRESH MATERIALIZED VIEW CONCURRENTLY.Tom Lane2021-08-07
* pg_amcheck: Add missing translation markersPeter Eisentraut2021-08-07
* Message style improvementsPeter Eisentraut2021-08-07
* Don't elide casting to typmod -1.Tom Lane2021-08-06
* Adjust the integer overflow tests in the numeric code.Dean Rasheed2021-08-06
* Add missing message punctuationPeter Eisentraut2021-08-06
* Fix wordingPeter Eisentraut2021-08-06
* Fix division-by-zero error in to_char() with 'EEEE' format.Dean Rasheed2021-08-05
* pgbench: When using pipelining only do PQconsumeInput() when necessary.Andres Freund2021-08-04
* Make vacuum_index_cleanup reloption RELOPT_TYPE_ENUM.Peter Geoghegan2021-08-03
* C comment: correct heading of extension queryBruce Momjian2021-08-03
* pg_upgrade: warn about extensions that need updatingBruce Momjian2021-08-03
* Fix oversight in commit 1ec7fca8592178281cd5cdada0f27a340fb813fc.Etsuro Fujita2021-08-02
* Use elog, not Assert, to report failure to provide an outer snapshot.Tom Lane2021-07-31
* Fix corner-case errors and loss of precision in numeric_power().Dean Rasheed2021-07-31
* Fix range check in ECPG numeric to int conversionJohn Naylor2021-07-30
* Update obsolete comment that still referred to CheckpointLockHeikki Linnakangas2021-07-30
* postgres_fdw: Fix handling of pending asynchronous requests.Etsuro Fujita2021-07-30
* Remove unused argument in apply_handle_commit_internal().Amit Kapila2021-07-30
* Close yet another race condition in replication slot test codeAlvaro Herrera2021-07-29
* Improve libpq's handling of OOM during error message construction.Tom Lane2021-07-29
* Avoid calling TestLib::perl2host on a symlinked directoryAndrew Dunstan2021-07-29
* Make TestLib::perl2host more consistent and robustAndrew Dunstan2021-07-29
* Add missing exit() in pg_verifybackup when failing to find pg_waldumpMichael Paquier2021-07-29
* Update minimum recovery point on truncation during WAL replay of abort record.Fujii Masao2021-07-29
* Disallow negative strides in date_bin()John Naylor2021-07-28
* Set pg_setting.pending_restart when pertinent config lines are removedAlvaro Herrera2021-07-27
* Fix bugs in polymorphic-argument resolution for multiranges.Tom Lane2021-07-27
* Avoid using ambiguous word "non-negative" in error messages.Fujii Masao2021-07-28
* pg_resetxlog: add option to set oldest xid & use by pg_upgradeBruce Momjian2021-07-26
* psql \dX: check schema when listing statistics objectsTomas Vondra2021-07-26
* Fix incorrect comment for get_agg_clause_costsDavid Rowley2021-07-26
* Fix a couple of memory leaks in src/bin/pg_basebackup/Michael Paquier2021-07-26
* Get rid of artificial restriction on hash table sizes on Windows.Tom Lane2021-07-25
* Deduplicate choice of horizon for a relation procarray.c.Andres Freund2021-07-24
* Fix check for conflicting session- vs transaction-level locks.Tom Lane2021-07-24
* Make printf("%s", NULL) print "(null)" instead of crashing.Tom Lane2021-07-24