aboutsummaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAge
* Fix ON CONFLICT DO NOTHING/UPDATE for temporal indexesPeter Eisentraut2024-05-10
* Fix recursive RECORD-returning plpython functions.Tom Lane2024-05-09
* Repair ALTER EXTENSION ... SET SCHEMA.Tom Lane2024-05-09
* Make left-join removal safe under -DREALLOCATE_BITMAPSETS.Tom Lane2024-05-09
* psql: Add missing punctuation in help outputPeter Eisentraut2024-05-09
* Fix inconsistencies in error messagesAlvaro Herrera2024-05-09
* Fix overread in JSON parsing errors for incomplete byte sequencesMichael Paquier2024-05-09
* Add test for REPLICA IDENTITY with a temporal keyPeter Eisentraut2024-05-08
* Fix typo in src/backend/utils/resowner/README.Etsuro Fujita2024-05-08
* Fix incorrect format placeholderPeter Eisentraut2024-05-08
* Ensure that "pg_restore -l" reports dependent TOC entries correctly.Tom Lane2024-05-07
* Don't corrupt plpython's "TD" dictionary in a recursive trigger call.Tom Lane2024-05-07
* Fix assorted bugs related to identity column in partitioned tablesPeter Eisentraut2024-05-07
* Remove obsolete comment.Jeff Davis2024-05-07
* Prevent RLS filters on ctid from breaking WHERE CURRENT OF <cursor>.Tom Lane2024-05-07
* postgresql.conf: align variable comments, mostly new onesBruce Momjian2024-05-06
* Finish incomplete revert of ec63622c0.Tom Lane2024-05-06
* Fix privilege checks in pg_stats_ext and pg_stats_ext_exprs.Nathan Bossart2024-05-06
* Revert: Remove useless self-joinsAlexander Korotkov2024-05-06
* Translation updatesPeter Eisentraut2024-05-06
* injection_points: Fix incorrect spinlock acquisitionMichael Paquier2024-05-06
* Silence Coverity complaint about possible null-pointer dereference.Tom Lane2024-05-05
* Fix comment regarding LibreSSL availabilityDaniel Gustafsson2024-05-05
* Fix query pullup issue with WindowClause runConditionDavid Rowley2024-05-05
* Fix an assortment of typosDavid Rowley2024-05-04
* Fix expected test outputPeter Eisentraut2024-05-03
* Fix segmentation fault in MergeInheritedAttribute()Peter Eisentraut2024-05-03
* Throw a more on-point error for publications depending on columns.Tom Lane2024-05-02
* Disallow direct change of NO INHERIT of not-null constraintsAlvaro Herrera2024-05-02
* Rename libpq trace internal functionsPeter Eisentraut2024-05-02
* Disallow NO INHERIT not-null constraints on partitioned tablesAlvaro Herrera2024-05-02
* Skip invalid database pg_upgrade test on obsolete serversAlvaro Herrera2024-05-01
* Fix typos and incorrect type in read_stream.cDavid Rowley2024-05-01
* Fix parallel vacuum buffer usage reporting.Masahiko Sawada2024-05-01
* Add tab completion for EXPLAIN (MEMORY|SERIALIZE)Michael Paquier2024-05-01
* Ensure we allocate NAMEDATALEN bytes for names in Index Only ScansDavid Rowley2024-05-01
* Fix locale options checking in CREATE DATABASE.Jeff Davis2024-04-30
* Fix one more portability shortcoming in new test_pg_dump test.Tom Lane2024-04-30
* Stabilize regression tests introduced by 259c96fa8fAlexander Korotkov2024-04-30
* Inherit parent's AM for partition MERGE/SPLIT operationsAlexander Korotkov2024-04-30
* Add tab completion for partition MERGE/SPLIT operationsAlexander Korotkov2024-04-30
* Rename tables in tests of partition MERGE/SPLIT operationsAlexander Korotkov2024-04-30
* Fix error message in check_partition_bounds_for_split_range()Alexander Korotkov2024-04-30
* Make new partitions with parent's persistence during MERGE/SPLITAlexander Korotkov2024-04-30
* Change the way ATExecMergePartitions() handles the name collisionAlexander Korotkov2024-04-30
* Fix compilation on OpenSSL 1.0.2 and LibreSSLHeikki Linnakangas2024-04-30
* Force COLLATE "C" to stabilize ordering, redux.Tom Lane2024-04-29
* Force COLLATE "C" to stabilize ordering in new test_pg_dump queries.Tom Lane2024-04-29
* Fix test case from b0c5b215d.Tom Lane2024-04-29
* Allow meson builds to run test_pg_dump test in installcheck mode.Tom Lane2024-04-29