summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2024-05-06Translation updatesPeter 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-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-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-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-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
2024-04-30Fix test case from b0c5b215d.Tom Lane
2024-04-29Allow meson builds to run test_pg_dump test in installcheck mode.Tom Lane
2024-04-29Fix failure to track role dependencies of pg_init_privs entries.Tom Lane
2024-04-29Avoid repeating loads of frozen ID values.Noah Misch
2024-04-29Close race condition between datfrozen and relfrozen updates.Noah Misch
2024-04-29Reject SSL connection if ALPN is used but there's no common protocolHeikki Linnakangas
2024-04-29libpq: Enforce ALPN in direct SSL connectionsHeikki Linnakangas
2024-04-29libpq: Fix error messages when server rejects SSL or GSSHeikki Linnakangas
2024-04-29Make two-phase tests of ECPG and main suite more concurrent-proofMichael Paquier
2024-04-29libpq: If ALPN is not used, make PQsslAttribute(conn, "alpn") == ""Heikki Linnakangas
2024-04-29Revert "Add GUC backtrace_on_internal_error"Peter Eisentraut
2024-04-28Fix documentation and comments on what happens after GSS rejectionHeikki Linnakangas
2024-04-28Throw a more on-point error for functions depending on columns.Tom Lane
2024-04-28Detect more overflows in timestamp[tz]_pl_interval.Tom Lane
2024-04-28Fix duplicated consecutive words in commentsDavid Rowley
2024-04-27Remove redundant JSON parser typedefsAndrew Dunstan
2024-04-27Small cosmetic fixes in radix tree templateJohn Naylor
2024-04-26Minor fixes to pg_combinebackup and its documentation.Robert Haas
2024-04-25pg_combinebackup: Detect checksum mismatches and document limitation.Robert Haas
2024-04-25radixtree: Fix SIGSEGV at update of embeddable value to non-embeddable.Masahiko Sawada
2024-04-25Post-commit review fixes for slot synchronization.Amit Kapila