Commit Graph

63626 Commits (8df3c7a85ec24d1598f7a3bf77458b453ee6e6fb)
 

Author SHA1 Message Date
Tom Lane 8df3c7a85e Exclude contrib/pg_plan_advice/pgpa_parser.h from headerscheck. 6 days ago
Jeff Davis b71bf3b845 Fix pg_dump for CREATE FOREIGN DATA WRAPPER ... CONNECTION. 6 days ago
Peter Eisentraut 29bf4ee749 Enable -Wstrict-prototypes and -Wold-style-definition by default 6 days ago
Peter Eisentraut 9b406a9e48 Update RELEASE_CHANGES 6 days ago
Peter Eisentraut 1b0c269f2e Implement unaccent Unicode data update in meson 6 days ago
Daniel Gustafsson 4f433025f6 ssl: Serverside SNI support for libpq 6 days ago
Daniel Gustafsson 25e568ba7c ssl: Add tests for client CA 6 days ago
Peter Eisentraut e82fc27e09 meson: Add headerscheck and cpluspluscheck targets 6 days ago
Peter Eisentraut 720c9b504e meson: Add {perl|python}_includespec to generated Makefile.global 6 days ago
Peter Eisentraut 905e44152a Allow setting the collation strength in ICU tailoring rules 7 days ago
David Rowley 374a6394c6 Move planner row-estimation tests to new planner_est.sql 7 days ago
Michael Paquier ab697307dd test_plan_advice: Add .gitignore 7 days ago
Andrew Dunstan 3b4c2b9db2 Allow IS JSON predicate to work with domain types 1 week ago
Andres Freund f5eb854ab6 Fix use of wrong variable in _hash_kill_items() 1 week ago
Robert Haas 01b02c0eca pg_plan_advice: Avoid a crash under GEQO. 1 week ago
Robert Haas e0e4c132ef Test pg_plan_advice using a new test_plan_advice module. 1 week ago
Robert Haas 59dcc19b39 pg_plan_advice: Always install pg_plan_advice.h, and in the right place 1 week ago
Nathan Bossart 4b5ba0c4ca pg_dump: Simplify query for retrieving attribute statistics. 1 week ago
Peter Eisentraut 2eb6cd327c Hardcode typeof_unqual to __typeof_unqual__ for clang 1 week ago
Robert Haas 7560995a38 pg_plan_advice: Fix variable type confusion. 1 week ago
Andrew Dunstan ecd9288624 make immutability tests in to_json and to_jsonb complete 1 week ago
Nathan Bossart 3b88e50d6c Add more columns to pg_stats, pg_stats_ext, and pg_stats_ext_exprs. 1 week ago
Peter Eisentraut c9babbc881 Dump labels in reproducible order 1 week ago
Heikki Linnakangas 2c1a7d421f Don't leave behind files in src dir in 007_multixact_conversion.pl 1 week ago
Peter Eisentraut 182cdf5aea pg_dump: Add appropriate version check 1 week ago
Michael Paquier 233e6ae953 gen_guc_tables.pl: Improve detection of inconsistent data 1 week ago
Michael Paquier 1a7ccd2b33 Refactor some code around ALTER TABLE [NO] INHERIT 1 week ago
Michael Paquier cbf9a72993 Add regression test for ALTER TABLE .. NO INHERIT on typed tables 1 week ago
Michael Paquier af8837a10b Tweak TAP test for worker terminations in worker_spi 1 week ago
David Rowley d8a859d22b Reduce size of CompactAttribute struct to 8 bytes 1 week ago
Fujii Masao d927b4bd97 Fix WAL flush LSN used by logical walsender during shutdown 1 week ago
Jeff Davis f4af7849b3 Clean up postgres_fdw/t/010_subscription.pl. 1 week ago
David Rowley 7a2ab122a1 Fix thinko in nocachegetattr() and nocache_index_getattr() 1 week ago
Robert Haas 5e72ce2467 pg_plan_advice: Fix failures to accept identifier keywords. 1 week ago
Peter Eisentraut 4f888d0f94 Fix whitespace 1 week ago
Peter Eisentraut 63275ce84d Hardcode override of typeof_unqual for clang-for-bitcode 1 week ago
Nathan Bossart be0d0b457c pg_dumpall: Fix handling of incompatible options. 1 week ago
Peter Eisentraut cd8844e7db Make some tests more stable by adding more explicit ordering 1 week ago
Álvaro Herrera fba4233c83
Reduce header inclusions via execnodes.h 1 week ago
Fujii Masao 57b5543bb8 Remove unstable test for pg_statio_all_sequences stats reset 1 week ago
Peter Eisentraut 1e67508730 Fix pg_upgrade failure when extension_control_path is used 1 week ago
Peter Eisentraut 5c2a8d272b Use C11 alignas in typedef definitions 1 week ago
Peter Eisentraut d7ad79e506 Prevent -Wstrict-prototypes and -Wold-style-definition warnings 1 week ago
Peter Eisentraut 2f094e7ac6 SQL Property Graph Queries (SQL/PGQ) 1 week ago
Fujii Masao fd6ecbfa75 Ensure "still waiting on lock" message is logged only once per wait. 1 week ago
Michael Paquier c336133c65 Reject ALTER TABLE .. CLUSTER earlier for partitioned tables 1 week ago
Fujii Masao 8fe315f18d Add stats_reset column to pg_statio_all_sequences 1 week ago
Peter Eisentraut a41bc38439 Fix accidentally casting away const 1 week ago
Amit Kapila 5f39698c90 Remove obsolete speculative insert cleanup in ReorderBuffer. 1 week ago
Fujii Masao d8879d34b9 file_fdw: Add regression test for file_fdw with ON_ERROR='set_null' 1 week ago