aboutsummaryrefslogtreecommitdiff
path: root/src/backend
Commit message (Expand)AuthorAge
* Prevent ALTER TYPE/DOMAIN/OPERATOR from changing extension membership.Tom Lane2021-08-17
* Set type identifier on BIODaniel Gustafsson2021-08-17
* Revert analyze support for partitioned tablesAlvaro Herrera2021-08-16
* Refresh apply delay on reload of recovery_min_apply_delay at recoveryMichael Paquier2021-08-16
* 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
* Really fix the ambiguity in REFRESH MATERIALIZED VIEW CONCURRENTLY.Tom Lane2021-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
* Make vacuum_index_cleanup reloption RELOPT_TYPE_ENUM.Peter Geoghegan2021-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
* 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
* 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
* Fix incorrect comment for get_agg_clause_costsDavid Rowley2021-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
* Fix division by zero error in date_binJohn Naylor2021-07-22
* jit: Don't inline functions that access thread-locals.Thomas Munro2021-07-22
* Document "B" and "us" as accepted units in postgres.conf.sampleJohn Naylor2021-07-21
* Add missing check of noError parameter in euc_tw_and_big5.cJohn Naylor2021-07-21
* Don't allow to set replication slot_name as ''.Amit Kapila2021-07-19
* Support for unnest(multirange)Alexander Korotkov2021-07-18
* Preserve firing-on state when cloning row triggers to partitionsAlvaro Herrera2021-07-16
* Advance old-segment horizon properly after slot invalidationAlvaro Herrera2021-07-16
* Remove unnecessary assertion in postmaster.cMichael Paquier2021-07-15
* Fix unexpected error messages for various flavors of ALTER TABLEMichael Paquier2021-07-14
* Fix lack of message pluralizationPeter Eisentraut2021-07-14
* Change the name of the Result Cache node to MemoizeDavid Rowley2021-07-14
* Rename debug_invalidate_system_caches_always to debug_discard_caches.Tom Lane2021-07-13
* Robustify tuplesort's free_sort_tuple functionDavid Rowley2021-07-13