Commit Graph

55596 Commits (b9f0e54bc955ba3f6187d238b03c9c99c576a6af)
 

Author SHA1 Message Date
Peter Eisentraut b9f0e54bc9 Update types in smgr API 3 years ago
Amit Kapila a6cd1fc692 Change xl_hash_vacuum_one_page.ntuples from int to uint16. 3 years ago
Tom Lane ded7b7bbc3 Silence more compiler warnings introduced by d87d548cd0. 3 years ago
Andrew Dunstan 18f2f8b8b0 Don't force SQL_ASCII/no-locale for installcheck in vcregress.pl 3 years ago
Dean Rasheed ee7e8f3838 Doc: Miscellaneous doc updates for MERGE. 3 years ago
Tom Lane 87f3667ec0 Fix MULTIEXPR_SUBLINK with partitioned target tables, yet again. 3 years ago
Dean Rasheed a7d71c41db Fix mishandling of OLD/NEW references in subqueries in rule actions. 3 years ago
Jeff Davis 05fc551796 Silence compiler warnings introduced by d87d548cd0. 3 years ago
Peter Eisentraut 62d56f6720 Fix comment indentation and whitespace 3 years ago
Daniel Gustafsson d959523257 Disallow NULLS NOT DISTINCT indexes for primary keys 3 years ago
Daniel Gustafsson 94851e4b90 pg_dump: Remove move "blob" terminology 3 years ago
Peter Eisentraut 318b1c0cc1 Fix incorrect format placeholders 3 years ago
Andres Freund 4fc53819a4 meson: windows: Fix tmp_install + prefix computation with meson 1.0.1 3 years ago
Tom Lane 05172f1f37 Don't repeatedly register cache callbacks in pgoutput plugin. 3 years ago
Tomas Vondra 0da243fed0 Add LZ4 compression to pg_dump 3 years ago
Jeff Davis e0b3074e89 Remove unnecessary #ifdef USE_ICU and branch. 3 years ago
Jeff Davis 6974a8f768 Refactor to introduce pg_locale_deterministic(). 3 years ago
Jeff Davis d87d548cd0 Refactor to add pg_strcoll(), pg_strxfrm(), and variants. 3 years ago
Tomas Vondra e9960732a9 Introduce a generic pg_dump compression API 3 years ago
Tom Lane 739f1d6218 Fix mis-handling of outer join quals generated by EquivalenceClasses. 3 years ago
Tomas Vondra 03d02f54a6 Prepare pg_dump internals for additional compression methods 3 years ago
Heikki Linnakangas 009eeee746 pg_rewind: Fix determining TLI when server was just promoted. 3 years ago
Dean Rasheed 75c737636b Fix multi-row DEFAULT handling for INSERT ... SELECT rules. 3 years ago
Daniel Gustafsson 337903a16f Consider a failed process as a failed test in pg_regress 3 years ago
Andres Freund 78be04e4c6 Add static assertion ensuring sizeof(ExprEvalStep) <= 64 bytes 3 years ago
Heikki Linnakangas 5e044471a1 Check for unbounded authentication exchanges in libpq. 3 years ago
Tom Lane a75ff55c83 Fix some issues with wrong placement of pseudo-constant quals. 3 years ago
Tomas Vondra 7fe1aa991b Fix snapshot handling in logicalmsg_decode 3 years ago
Dean Rasheed d0460a31de Add missing support for the latest SPI status codes. 3 years ago
Dean Rasheed 0d3b49d4af Fix Assert failure for MERGE into a partitioned table with RLS. 3 years ago
John Naylor 83a611a259 Remove newly added asserts from pg_bitutils.h 3 years ago
Daniel Gustafsson e00bc6c922 doc: Add default value of createrole_self_grant 3 years ago
Dean Rasheed 80a48e0f21 Fix MERGE command tag for cross-partition updates. 3 years ago
Peter Eisentraut 2ddab010c2 Implement ANY_VALUE aggregate 3 years ago
Peter Eisentraut 7e5ddf7e4d gitattributes: Ignore imported pg_bsd_indent code for whitespace checks 3 years ago
Peter Eisentraut f198f0a48c pg_dump: Remove some dead code 3 years ago
Michael Paquier 8bf5af2ee6 Fix small memory leak in psql's \bind command 3 years ago
Michael Paquier 1a943d03d6 doc: Add missing values for meson options -Dcassert and -Db_coverage 3 years ago
Michael Paquier 8a8661828a Fix corruption of templates after CREATE DATABASE .. STRATEGY WAL_LOG 3 years ago
Tom Lane b3e184a5d4 Fix erroneous Valgrind markings in AllocSetRealloc. 3 years ago
Thomas Munro a1f45f69bb Remove obsolete coding for early macOS. 3 years ago
Michael Paquier 8427ce4c37 Fix handling of escape sequences in postgres_fdw.application_name 3 years ago
Alvaro Herrera 038f586d5f
pgbench: Prepare commands in pipelines in advance 3 years ago
Tom Lane 8028e294b4 Detect overflow in timestamp[tz] subtraction. 3 years ago
Tom Lane f0d0394e84 Fix parsing of ISO-8601 interval fields with exponential notation. 3 years ago
Tom Lane f6db76c555 Prevent join removal from removing the query's result relation. 3 years ago
Jeff Davis 69e8c7cf1d Limit memory usage of pg_walinspect functions. 3 years ago
Tom Lane c6c3b3bc3d Remove gratuitous assumptions about what make_modifytable can see. 3 years ago
Alvaro Herrera a316a3bc6d
Correctly set userid of subquery relations' child rels 3 years ago
David Rowley 94cad7a3e6 Optimize generate_orderedappend_paths 3 years ago