summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2024-05-08doc: Improve order of options on pg_upgrade reference pagePeter Eisentraut
2024-05-08Fix typo in src/backend/utils/resowner/README.Etsuro Fujita
2024-05-08Fix incorrect format placeholderPeter Eisentraut
2024-05-07Ensure that "pg_restore -l" reports dependent TOC entries correctly.Tom Lane
2024-05-07Don't corrupt plpython's "TD" dictionary in a recursive trigger call.Tom Lane
2024-05-07Fix assorted bugs related to identity column in partitioned tablesPeter Eisentraut
2024-05-07Remove obsolete comment.Jeff Davis
2024-05-07Prevent RLS filters on ctid from breaking WHERE CURRENT OF <cursor>.Tom Lane
2024-05-07doc: Improve order of options on pgbench reference pagePeter Eisentraut
2024-05-07postgresql.conf: align variable comments, mostly new onesBruce Momjian
2024-05-06Finish incomplete revert of ec63622c0.Tom Lane
2024-05-06Fix privilege checks in pg_stats_ext and pg_stats_ext_exprs.Nathan Bossart
2024-05-06Revert: Remove useless self-joinsAlexander Korotkov
2024-05-06Remove mention of ncharAlvaro Herrera
2024-05-06Translation updatesPeter Eisentraut
2024-05-06doc: Improve order of options on initdb reference pagePeter Eisentraut
2024-05-06injection_points: Fix incorrect spinlock acquisitionMichael Paquier
2024-05-05Silence Coverity complaint about possible null-pointer dereference.Tom Lane
2024-05-05Fix comment regarding LibreSSL availabilityDaniel Gustafsson
2024-05-05Fix query pullup issue with WindowClause runConditionDavid Rowley
2024-05-03Allow selecting the git revision to be packaged by "make dist".Tom Lane
2024-05-03Fix an assortment of typosDavid Rowley
2024-05-03Fix expected test outputPeter Eisentraut
2024-05-03Fix segmentation fault in MergeInheritedAttribute()Peter Eisentraut
2024-05-02Throw a more on-point error for publications depending on columns.Tom Lane
2024-05-02Disallow direct change of NO INHERIT of not-null constraintsAlvaro Herrera
2024-05-02Rename libpq trace internal functionsPeter Eisentraut
2024-05-02Disallow NO INHERIT not-null constraints on partitioned tablesAlvaro Herrera
2024-05-02doc: Fix incorrectly spelled structnameDaniel Gustafsson
2024-05-02doc: Fix description of deterministic flag of CREATE COLLATIONPeter Eisentraut
2024-05-02doc: Fix description of configure --with-icu optionPeter Eisentraut
2024-05-01Skip invalid database pg_upgrade test on obsolete serversAlvaro Herrera
2024-05-01Fix typos and incorrect type in read_stream.cDavid Rowley
2024-05-01Fix parallel vacuum buffer usage reporting.Masahiko Sawada
2024-05-01Add tab completion for EXPLAIN (MEMORY|SERIALIZE)Michael Paquier
2024-05-01Ensure we allocate NAMEDATALEN bytes for names in Index Only ScansDavid Rowley
2024-05-01Fix locale options checking in CREATE DATABASE.Jeff Davis
2024-04-30Fix one more portability shortcoming in new test_pg_dump test.Tom Lane
2024-04-30doc: Remove one example related to pg_input_error_info()Michael Paquier
2024-04-30Stabilize regression tests introduced by 259c96fa8fAlexander Korotkov
2024-04-30Inherit parent's AM for partition MERGE/SPLIT operationsAlexander Korotkov
2024-04-30Add tab completion for partition MERGE/SPLIT operationsAlexander Korotkov
2024-04-30Rename tables in tests of partition MERGE/SPLIT operationsAlexander Korotkov
2024-04-30Fix error message in check_partition_bounds_for_split_range()Alexander Korotkov
2024-04-30Make new partitions with parent's persistence during MERGE/SPLITAlexander Korotkov
2024-04-30Document the way partition MERGE/SPLIT operations create new partitionsAlexander Korotkov
2024-04-30Change the way ATExecMergePartitions() handles the name collisionAlexander Korotkov
2024-04-30Fix compilation on OpenSSL 1.0.2 and LibreSSLHeikki Linnakangas
2024-04-30Force COLLATE "C" to stabilize ordering, redux.Tom Lane
2024-04-30Force COLLATE "C" to stabilize ordering in new test_pg_dump queries.Tom Lane