aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
* Stamp 15beta3.REL_15_BETA3Tom Lane2022-08-08
* Stabilize output of new regression test.Tom Lane2022-08-08
* In extensions, don't replace objects not belonging to the extension.Tom Lane2022-08-08
* Translation updatesAlvaro Herrera2022-08-08
* Doc: remove in-place tablespaces from v15 release notes.Tom Lane2022-08-07
* Remove unportable use of timezone in recent testAlvaro Herrera2022-08-07
* Fix data-corruption hazard in WAL-logged CREATE DATABASE.Tom Lane2022-08-06
* Improve recently-added test reliabilityAlvaro Herrera2022-08-06
* Partially undo commit 94da73281.Tom Lane2022-08-05
* Fix handling of bare boolean expressions in mcv_get_match_bitmap.Tom Lane2022-08-05
* Fix non-bulletproof ScalarArrayOpExpr code for extended statistics.Tom Lane2022-08-05
* Backpatch addition of .git-blame-ignore-revsAlvaro Herrera2022-08-05
* Fix incorrect permissions-checking code for extended statistics.Tom Lane2022-08-05
* BRIN: mask BRIN_EVACUATE_PAGE for WAL consistency checkingAlvaro Herrera2022-08-05
* regress: fix test instabilityAlvaro Herrera2022-08-05
* postgres_fdw: Disable batch insertion when there are WCO constraints.Etsuro Fujita2022-08-05
* Fix ENABLE/DISABLE TRIGGER to handle recursion correctlyAlvaro Herrera2022-08-05
* Fix failure to set correct operator in window run conditionDavid Rowley2022-08-05
* Revert recent changes to 002_pg_upgrade.pl.Robert Haas2022-08-04
* Fix check_exclusion_or_unique_constraint for UNIQUE NULLS NOT DISTINCT.Tom Lane2022-08-04
* Add CHECK_FOR_INTERRUPTS in ExecInsert's speculative insertion loop.Tom Lane2022-08-04
* Add proper regression test for the recent SRFs-in-pathkeys problem.Tom Lane2022-08-04
* Fix assorted doc typosJohn Naylor2022-08-04
* Clarify DROP EXTENSION docs regarding explicitly dependent routinesJohn Naylor2022-08-04
* Fix incorrect tests for SRFs in relation_can_be_sorted_early().Tom Lane2022-08-03
* Reduce test runtime of src/test/modules/snapshot_too_old.Tom Lane2022-08-03
* Be more wary about 32-bit integer overflow in pg_stat_statements.Tom Lane2022-08-02
* Change type "char"'s I/O format for non-ASCII characters.Tom Lane2022-08-02
* doc: Fix typos in protocol.sgmlMichael Paquier2022-08-02
* Remove duplicated wait for subscription sync from 007_ddl.pl.Amit Kapila2022-08-02
* Check maximum number of columns in function RTEs, too.Tom Lane2022-08-01
* Fix error reporting after ioctl() call with pg_upgrade --cloneMichael Paquier2022-08-01
* ci: remove minor version from freebsd image nameAndres Freund2022-07-31
* Remove test_oat_hooks.c's nodetag_to_string().Tom Lane2022-07-31
* ci: switch to freebsd 13.1Andres Freund2022-07-31
* Fix trim_array() for zero-dimensional array argument.Tom Lane2022-07-31
* Make new auto_explain test safe for log_error_verbosity = verbose.Tom Lane2022-07-31
* Fix incorrect is-this-the-topmost-join tests in parallel planning.Tom Lane2022-07-30
* Revise test case added in 43746996399541ecb5c7b188725a5f097c15ceae.Robert Haas2022-07-29
* Fix new recovery test for log_error_verbosity=verbose caseAndrew Dunstan2022-07-29
* Fix brown paper bag bug in bbe08b8869bd29d587f24ef18eb45c7d4d14afca.Robert Haas2022-07-29
* In transformRowExpr(), check for too many columns in the row.Tom Lane2022-07-29
* Fix mistake in bbe08b8869bd29d587f24ef18eb45c7d4d14afca.Robert Haas2022-07-29
* Fix test instabilityAlvaro Herrera2022-07-29
* Use TRUNCATE to preserve relfilenode for pg_largeobject + index.Robert Haas2022-07-28
* doc: avoid saying "inheritance" ...Alvaro Herrera2022-07-28
* Fix replay of create database records on standbyAlvaro Herrera2022-07-28
* Fix get_dirent_type() for symlinks on MinGW/MSYS.Thomas Munro2022-07-28
* Fix new auto_explain test case for Windows.Tom Lane2022-07-27
* Force immediate commit after CREATE DATABASE etc in extended protocol.Tom Lane2022-07-26