Commit Graph

58533 Commits (01df14763431df1506cbae206945cd165c66d1d3)
 

Author SHA1 Message Date
Tom Lane 01df147634 Allow selecting the git revision to be packaged by "make dist". 1 year ago
David Rowley a42fc1c903 Fix an assortment of typos 1 year ago
Peter Eisentraut 4a044b9497 Fix expected test output 1 year ago
Peter Eisentraut 8f0a97dfff Fix segmentation fault in MergeInheritedAttribute() 1 year ago
Tom Lane 91e7115b17 Throw a more on-point error for publications depending on columns. 1 year ago
Alvaro Herrera d45597f72f
Disallow direct change of NO INHERIT of not-null constraints 1 year ago
Peter Eisentraut 42510c031b Rename libpq trace internal functions 1 year ago
Alvaro Herrera 13daa33fa5
Disallow NO INHERIT not-null constraints on partitioned tables 1 year ago
Daniel Gustafsson a27ccc235d doc: Fix incorrectly spelled structname 1 year ago
Peter Eisentraut 4a65e1c212 doc: Fix description of deterministic flag of CREATE COLLATION 1 year ago
Peter Eisentraut 9c1d1bde44 doc: Fix description of configure --with-icu option 1 year ago
Alvaro Herrera 56455ebd35
Skip invalid database pg_upgrade test on obsolete servers 1 year ago
David Rowley 2ea4b29277 Fix typos and incorrect type in read_stream.c 1 year ago
Masahiko Sawada 5cd72cc0c5 Fix parallel vacuum buffer usage reporting. 1 year ago
Michael Paquier 2800fbb2b7 Add tab completion for EXPLAIN (MEMORY|SERIALIZE) 1 year ago
David Rowley a63224be49 Ensure we allocate NAMEDATALEN bytes for names in Index Only Scans 1 year ago
Jeff Davis 7562a9bd71 Fix locale options checking in CREATE DATABASE. 1 year ago
Tom Lane d12b4ba1bd Fix one more portability shortcoming in new test_pg_dump test. 1 year ago
Michael Paquier f6ab942f5d doc: Remove one example related to pg_input_error_info() 1 year ago
Alexander Korotkov 449cdcd486 Stabilize regression tests introduced by 259c96fa8f 1 year ago
Alexander Korotkov 259c96fa8f Inherit parent's AM for partition MERGE/SPLIT operations 1 year ago
Alexander Korotkov 60ae37a8bc Add tab completion for partition MERGE/SPLIT operations 1 year ago
Alexander Korotkov f4fc7cb54b Rename tables in tests of partition MERGE/SPLIT operations 1 year ago
Alexander Korotkov 96c7381c4c Fix error message in check_partition_bounds_for_split_range() 1 year ago
Alexander Korotkov fcf80c5d5f Make new partitions with parent's persistence during MERGE/SPLIT 1 year ago
Alexander Korotkov 842c9b2705 Document the way partition MERGE/SPLIT operations create new partitions 1 year ago
Alexander Korotkov 885742b9f8 Change the way ATExecMergePartitions() handles the name collision 1 year ago
Heikki Linnakangas 5bcbe9813b Fix compilation on OpenSSL 1.0.2 and LibreSSL 1 year ago
Tom Lane b7dc5da196 Force COLLATE "C" to stabilize ordering, redux. 1 year ago
Tom Lane 900d114425 Force COLLATE "C" to stabilize ordering in new test_pg_dump queries. 1 year ago
Tom Lane 9d9ece4c16 Fix test case from b0c5b215d. 1 year ago
Tom Lane b0c5b215da Allow meson builds to run test_pg_dump test in installcheck mode. 1 year ago
Tom Lane 5342874039 Fix failure to track role dependencies of pg_init_privs entries. 1 year ago
Noah Misch dd0183469b Avoid repeating loads of frozen ID values. 1 year ago
Noah Misch f65ab862e3 Close race condition between datfrozen and relfrozen updates. 1 year ago
Heikki Linnakangas 17a834a04d Reject SSL connection if ALPN is used but there's no common protocol 1 year ago
Heikki Linnakangas 03a0e0d4bb libpq: Enforce ALPN in direct SSL connections 1 year ago
Heikki Linnakangas 87d2801d4b libpq: Fix error messages when server rejects SSL or GSS 1 year ago
Michael Paquier 7e61e4cc7c Make two-phase tests of ECPG and main suite more concurrent-proof 1 year ago
Heikki Linnakangas 3c18409265 libpq: If ALPN is not used, make PQsslAttribute(conn, "alpn") == "" 1 year ago
Peter Eisentraut 592a228372 Revert "Add GUC backtrace_on_internal_error" 1 year ago
Heikki Linnakangas 5c9f35fc48 Fix documentation and comments on what happens after GSS rejection 1 year ago
Tom Lane 42b041243c Throw a more on-point error for functions depending on columns. 1 year ago
Tom Lane 4019285c06 Detect more overflows in timestamp[tz]_pl_interval. 1 year ago
David Rowley 310cd8ab38 Fix duplicated consecutive words in comments 1 year ago
Andrew Dunstan e00b4f79e7 Remove redundant JSON parser typedefs 1 year ago
John Naylor ed52df3b19 Small cosmetic fixes in radix tree template 1 year ago
Robert Haas 1713e3d6cd Minor fixes to pg_combinebackup and its documentation. 1 year ago
Robert Haas 205db0114e pg_combinebackup: Detect checksum mismatches and document limitation. 1 year ago
Andres Freund 6d4bc96eb7 Avoid unnecessary "touch meson.build" in vpath builds 1 year ago