Commit Graph

55609 Commits (6da67a0c111a29e876b7172d081c7d152d23ea3d)
 

Author SHA1 Message Date
Michael Paquier 6da67a0c11 doc: Mention de-normalization of deallocated entries in pg_stat_statements 2 years ago
Michael Paquier 6a88a05861 doc: Update pg_stat_statements about query ID calculation of utilities 2 years ago
Tom Lane b1b86820d8 Suppress more compiler warnings in new pgstats code. 2 years ago
Michael Paquier 019f862466 doc: Fix description of pg_get_wal_stats_till_end_of_wal() in pg_walinspect 2 years ago
Tom Lane 128dd9f9ec Fix logic buglets in pg_dump's flagInhAttrs(). 2 years ago
Andrew Dunstan b5737efea0 Remove unnecessary and problematic collate.windows.win1252 tests 2 years ago
Tom Lane 71a75626d5 Drop test view when done with it. 2 years ago
Michael Paquier 737668d9e3 Fix expected output of xml_2.out 2 years ago
Michael Paquier b8da37b3ad Rework pg_input_error_message(), now renamed pg_input_error_info() 2 years ago
Tom Lane 728560db7d Suppress compiler warnings in new pgstats code. 2 years ago
Tom Lane 53fe7e6cb8 Harden postgres_fdw tests against unexpected cache flushes. 2 years ago
Heikki Linnakangas 46647cc4b8 Replace single-quotes with double-quotes in a few SGML attributes. 2 years ago
Heikki Linnakangas 0a0500207a pg_rewind: Remove notice in docs about running CHECKPOINT after promote. 2 years ago
Peter Eisentraut b9f0e54bc9 Update types in smgr API 2 years ago
Amit Kapila a6cd1fc692 Change xl_hash_vacuum_one_page.ntuples from int to uint16. 2 years ago
Tom Lane ded7b7bbc3 Silence more compiler warnings introduced by d87d548cd0. 2 years ago
Andrew Dunstan 18f2f8b8b0 Don't force SQL_ASCII/no-locale for installcheck in vcregress.pl 2 years ago
Dean Rasheed ee7e8f3838 Doc: Miscellaneous doc updates for MERGE. 2 years ago
Tom Lane 87f3667ec0 Fix MULTIEXPR_SUBLINK with partitioned target tables, yet again. 2 years ago
Dean Rasheed a7d71c41db Fix mishandling of OLD/NEW references in subqueries in rule actions. 2 years ago
Jeff Davis 05fc551796 Silence compiler warnings introduced by d87d548cd0. 2 years ago
Peter Eisentraut 62d56f6720 Fix comment indentation and whitespace 2 years ago
Daniel Gustafsson d959523257 Disallow NULLS NOT DISTINCT indexes for primary keys 2 years ago
Daniel Gustafsson 94851e4b90 pg_dump: Remove move "blob" terminology 2 years ago
Peter Eisentraut 318b1c0cc1 Fix incorrect format placeholders 2 years ago
Andres Freund 4fc53819a4 meson: windows: Fix tmp_install + prefix computation with meson 1.0.1 2 years ago
Tom Lane 05172f1f37 Don't repeatedly register cache callbacks in pgoutput plugin. 2 years ago
Tomas Vondra 0da243fed0 Add LZ4 compression to pg_dump 2 years ago
Jeff Davis e0b3074e89 Remove unnecessary #ifdef USE_ICU and branch. 2 years ago
Jeff Davis 6974a8f768 Refactor to introduce pg_locale_deterministic(). 2 years ago
Jeff Davis d87d548cd0 Refactor to add pg_strcoll(), pg_strxfrm(), and variants. 2 years ago
Tomas Vondra e9960732a9 Introduce a generic pg_dump compression API 2 years ago
Tom Lane 739f1d6218 Fix mis-handling of outer join quals generated by EquivalenceClasses. 2 years ago
Tomas Vondra 03d02f54a6 Prepare pg_dump internals for additional compression methods 2 years ago
Heikki Linnakangas 009eeee746 pg_rewind: Fix determining TLI when server was just promoted. 2 years ago
Dean Rasheed 75c737636b Fix multi-row DEFAULT handling for INSERT ... SELECT rules. 2 years ago
Daniel Gustafsson 337903a16f Consider a failed process as a failed test in pg_regress 2 years ago
Andres Freund 78be04e4c6 Add static assertion ensuring sizeof(ExprEvalStep) <= 64 bytes 2 years ago
Heikki Linnakangas 5e044471a1 Check for unbounded authentication exchanges in libpq. 2 years ago
Tom Lane a75ff55c83 Fix some issues with wrong placement of pseudo-constant quals. 2 years ago
Tomas Vondra 7fe1aa991b Fix snapshot handling in logicalmsg_decode 2 years ago
Dean Rasheed d0460a31de Add missing support for the latest SPI status codes. 2 years ago
Dean Rasheed 0d3b49d4af Fix Assert failure for MERGE into a partitioned table with RLS. 2 years ago
John Naylor 83a611a259 Remove newly added asserts from pg_bitutils.h 2 years ago
Daniel Gustafsson e00bc6c922 doc: Add default value of createrole_self_grant 2 years ago
Dean Rasheed 80a48e0f21 Fix MERGE command tag for cross-partition updates. 2 years ago
Peter Eisentraut 2ddab010c2 Implement ANY_VALUE aggregate 2 years ago
Peter Eisentraut 7e5ddf7e4d gitattributes: Ignore imported pg_bsd_indent code for whitespace checks 2 years ago
Peter Eisentraut f198f0a48c pg_dump: Remove some dead code 2 years ago
Michael Paquier 8bf5af2ee6 Fix small memory leak in psql's \bind command 2 years ago