aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
* Small tidyup for commit d41a178b, part II.Thomas Munro2023-03-17
* Work around spurious compiler warning in inet operatorsAndres Freund2023-03-16
* Small tidyup for commit d41a178b.Thomas Munro2023-03-17
* Doc: mention CREATE+ATTACH PARTITION with CREATE TABLE...PARTITION OF.Tom Lane2023-03-16
* Support PlaceHolderVars in MERGE actions.Tom Lane2023-03-15
* Improve WIN32 port of fstat() to detect more file typesMichael Paquier2023-03-15
* Fix fractional vacuum_cost_delay.Thomas Munro2023-03-15
* Fix waitpid() emulation on Windows.Thomas Munro2023-03-15
* Fix corner case bug in numeric to_char() some more.Tom Lane2023-03-14
* Remove unnecessary code in dependency_is_compatible_expression().Tom Lane2023-03-14
* Fix JSON error reporting for many cases of erroneous string values.Tom Lane2023-03-13
* Fix failure to detect some cases of improperly-nested aggregates.Tom Lane2023-03-13
* Fix MERGE command tag for actions blocked by BEFORE ROW triggers.Dean Rasheed2023-03-13
* Fix concurrent update issues with MERGE.Dean Rasheed2023-03-13
* Fix inconsistent error handling for GSS encryption in PQconnectPoll()Michael Paquier2023-03-13
* Mark unsafe_tests module as not runnable with installcheckAndrew Dunstan2023-03-12
* amcheck: Fix FullTransactionIdFromXidAndCtx() for xids before epoch 0Andres Freund2023-03-11
* amcheck: Fix ordering bug in update_cached_xid_range()Andres Freund2023-03-11
* Fix misbehavior in contrib/pg_trgm with an unsatisfiable regex.Tom Lane2023-03-11
* Ensure COPY TO on an RLS-enabled table copies no more than it should.Tom Lane2023-03-10
* Fix race in SERIALIZABLE READ ONLY.Thomas Munro2023-03-09
* Fix corruption due to vacuum_defer_cleanup_age underflowing 64bit xidsAndres Freund2023-03-07
* Fix more bugs caused by adding columns to the end of a view.Tom Lane2023-03-07
* doc: Update pg_size_pretty documentation about petabytes supportPeter Eisentraut2023-03-07
* Fix some more cases of missed GENERATED-column updates.Tom Lane2023-03-06
* In basebackup.c, perform end-of-file test after checksum validation.Robert Haas2023-03-06
* Fix assert failures in parallel SERIALIZABLE READ ONLY.Thomas Munro2023-03-06
* Avoid failure when altering state of partitioned foreign-key triggers.Tom Lane2023-03-04
* pageinspect: Fix crash with gist_page_items()Michael Paquier2023-03-02
* Avoid fetching one past the end of translate()'s "to" parameter.Tom Lane2023-03-01
* 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