aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
...
* doc: Fix description of pg_get_wal_stats_till_end_of_wal() in pg_walinspectMichael Paquier2023-03-01
* Drop test view when done with it.Tom Lane2023-02-27
* Harden postgres_fdw tests against unexpected cache flushes.Tom Lane2023-02-27
* Don't force SQL_ASCII/no-locale for installcheck in vcregress.plAndrew Dunstan2023-02-26
* Doc: Miscellaneous doc updates for MERGE.Dean Rasheed2023-02-26
* Fix MULTIEXPR_SUBLINK with partitioned target tables, yet again.Tom Lane2023-02-25
* Fix mishandling of OLD/NEW references in subqueries in rule actions.Dean Rasheed2023-02-25
* Don't repeatedly register cache callbacks in pgoutput plugin.Tom Lane2023-02-23
* Fix multi-row DEFAULT handling for INSERT ... SELECT rules.Dean Rasheed2023-02-23
* Fix snapshot handling in logicalmsg_decodeTomas Vondra2023-02-22
* Add missing support for the latest SPI status codes.Dean Rasheed2023-02-22
* Fix Assert failure for MERGE into a partitioned table with RLS.Dean Rasheed2023-02-22
* Fix MERGE command tag for cross-partition updates.Dean Rasheed2023-02-22
* Fix corruption of templates after CREATE DATABASE .. STRATEGY WAL_LOGMichael Paquier2023-02-22
* Fix erroneous Valgrind markings in AllocSetRealloc.Tom Lane2023-02-21
* Fix handling of escape sequences in postgres_fdw.application_nameMichael Paquier2023-02-21
* pgbench: Prepare commands in pipelines in advanceAlvaro Herrera2023-02-21
* Fix parsing of ISO-8601 interval fields with exponential notation.Tom Lane2023-02-20
* Prevent join removal from removing the query's result relation.Tom Lane2023-02-20
* Limit memory usage of pg_walinspect functions.Jeff Davis2023-02-20
* Fix handling of multi-column BRIN indexesTomas Vondra2023-02-19
* Print the correct aliases for DML target tables in ruleutils.Tom Lane2023-02-17
* Don't rely on uninitialized value in MERGE / DELETEAlvaro Herrera2023-02-15
* Fix handling of SCRAM-SHA-256's channel binding with RSA-PSS certificatesMichael Paquier2023-02-15
* Disable WindowAgg inverse transitions when subplans are presentDavid Rowley2023-02-13
* Avoid dereferencing an undefined pointer in DecodeInterval().Tom Lane2023-02-12
* Un-revert "Disable STARTUP_PROGRESS_TIMEOUT in standby mode."Robert Haas2023-02-10
* Stop recommending auto-download of DTD files, and indeed disable it.Tom Lane2023-02-08
* Remove SQL regression tests for GUCs related to NO_SHOW_ALLMichael Paquier2023-02-08
* Stamp 15.2.REL_15_2Tom Lane2023-02-06
* Last-minute updates for release notes.Tom Lane2023-02-06
* Revert "Disable STARTUP_PROGRESS_TIMEOUT in standby mode."Robert Haas2023-02-06
* Disable STARTUP_PROGRESS_TIMEOUT in standby mode.Robert Haas2023-02-06
* Translation updatesPeter Eisentraut2023-02-06
* Properly NULL-terminate GSS receive buffer on error packet receptionMichael Paquier2023-02-06
* Release notes for 15.2, 14.7, 13.10, 12.14, 11.19.Tom Lane2023-02-05
* First-draft release notes for 15.2.Tom Lane2023-02-03
* Make int64_div_fast_to_numeric() more robust.Dean Rasheed2023-02-03
* doc: Fix XML formatting that psql cannot handlePeter Eisentraut2023-02-03
* ci: Use windows VMs instead of windows containersAndres Freund2023-02-02
* ci: Upgrade macOS version from 12 to 13.Thomas Munro2023-02-03
* Doc: Abstract AF_UNIX sockets don't work on Windows.Thomas Munro2023-02-02
* Update time zone data files to tzdata release 2022g.Tom Lane2023-01-31
* Doc: clarify use of NULL to drop comments and security labels.Tom Lane2023-01-31
* Remove recovery test 011_crash_recovery.plMichael Paquier2023-01-31
* Ensure that MERGE recomputes GENERATED expressions properly.Dean Rasheed2023-01-30
* Fix rare sharedtuplestore.c corruption.Thomas Munro2023-01-26
* doc: Fix network_ops -> inet_ops in SpGiST operator class listMichael Paquier2023-01-25
* Fix the Drop Database hang.Amit Kapila2023-01-24
* Fix error handling in libpqrcv_connect()Andres Freund2023-01-23