Commit Graph

6909 Commits (da324d6cd45bbbcc1682cc2fcbc4f575281916af)

Author SHA1 Message Date
Daniel Gustafsson 7f5b19817e Support connection load balancing in libpq 3 years ago
Alvaro Herrera 7081ac46ac
SQL/JSON: add standard JSON constructor functions 3 years ago
Amit Kapila 062a844424 Avoid syncing data twice for the 'publish_via_partition_root' option. 3 years ago
Jeff Davis 1671f990dd Validate ICU locales. 3 years ago
Tom Lane 326a33a289 Fix corner-case planner failure for MERGE. 3 years ago
Tom Lane a3c9d35ae1 Reject attempts to alter composite types used in indexes. 3 years ago
Daniel Gustafsson b577743000 Make SCRAM iteration count configurable 3 years ago
Tom Lane 3c05284d83 Invent GENERIC_PLAN option for EXPLAIN. 3 years ago
Michael Paquier 36f40ce2dc libpq: Add sslcertmode option to control client certificates 3 years ago
Peter Geoghegan ae4fdde135 Count updates that move row to a new page. 3 years ago
Jeff Davis 3b50275b12 Handle the "und" locale in ICU versions 54 and older. 3 years ago
Amit Kapila adedf54e65 Ignore generated columns during apply of update/delete. 3 years ago
Amit Kapila ecb696527c Allow logical replication to copy tables in binary format. 3 years ago
Michael Paquier 88199b9d5f Fix a couple of typos 3 years ago
Jeff Davis 869650fa86 Support language tags in older ICU versions (53 and earlier). 3 years ago
Amit Kapila b797def595 Ignore dropped columns during apply of update/delete. 3 years ago
Andres Freund ef719e7b32 Stabilize pg_stat_io writes test 3 years ago
Tom Lane 72a5b1fc88 Add @extschema:name@ and no_relocate options to extensions. 3 years ago
Tomas Vondra 19d8e2308b Ignore BRIN indexes when checking for HOT updates 3 years ago
Tomas Vondra e858312683 Fix netmask handling in inet_minmax_multi_ops 3 years ago
Tom Lane 75bd846b68 Add functions to do timestamptz arithmetic in a non-default timezone. 3 years ago
Peter Eisentraut de4d456b40 Improve several permission-related error messages. 3 years ago
Andres Freund 64470973b1 tests: Prevent syslog activity by slapd, take 2 3 years ago
David Rowley eb7d043c9b Fix incorrect logic for determining safe WindowAgg run conditions 3 years ago
Andres Freund b9f8d1cbad tests: Minimize syslog activity by slapd 3 years ago
Tom Lane 9bfd2822b3 Enable use of Memoize atop an Append that came from UNION ALL. 3 years ago
Tom Lane 5b3c595355 Tighten error checks in datetime input, and remove bogus "ISO" format. 3 years ago
Michael Paquier c9a272daaa Add .gitignore to ldap_password_func 3 years ago
Tom Lane 483bdb2afe Support [NO] INDENT option in XMLSERIALIZE(). 3 years ago
Andrew Dunstan 419a8dd814 Add a hook for modifying the ldapbind password 3 years ago
Tom Lane e3ac85014e Support PlaceHolderVars in MERGE actions. 3 years ago
Amit Kapila 805b821e77 Add the testcases for 89e46da5e5. 3 years ago
Amit Kapila 89e46da5e5 Allow the use of indexes other than PK and REPLICA IDENTITY on the subscriber. 3 years ago
Tom Lane b081fe4199 Fix corner case bug in numeric to_char() some more. 3 years ago
Dean Rasheed d5d574146d Add support for the error functions erf() and erfc(). 3 years ago
Michael Paquier 3a465cc678 libpq: Add support for require_auth to control authorized auth methods 3 years ago
Tom Lane 25a7812cd0 Fix JSON error reporting for many cases of erroneous string values. 3 years ago
Tom Lane 30dbdbe753 Fix failure to detect some cases of improperly-nested aggregates. 3 years ago
Andrew Dunstan 9f8377f7a2 Add a DEFAULT option to COPY FROM 3 years ago
Dean Rasheed 7b14e20b12 Fix MERGE command tag for actions blocked by BEFORE ROW triggers. 3 years ago
Dean Rasheed 9321c79c86 Fix concurrent update issues with MERGE. 3 years ago
Peter Eisentraut b2bd9a6796 Fix expected test output 3 years ago
Peter Eisentraut 208bf364a9 Remove incidental md5() function uses from main regression tests 3 years ago
Peter Eisentraut 6a3002715e meson: Make auto the default of the ssl option 3 years ago
Tom Lane 767c598954 Work around implementation restriction in adjust_appendrel_attrs. 3 years ago
Andrew Dunstan 872e3d150e Mark unsafe_tests module as not runnable with installcheck 3 years ago
Tom Lane d66bb048c3 Ensure COPY TO on an RLS-enabled table copies no more than it should. 3 years ago
Jeff Davis c45dc7ffbb initdb: derive encoding from locale for ICU; similar to libc. 3 years ago
Peter Eisentraut 3e623ebc7a Fix tests for non-ICU build 3 years ago
Peter Eisentraut 0d21d4b9bc Add standard collation UNICODE 3 years ago