Commit Graph

55779 Commits (869650fa86adf74fca7f566c9317f6310f8b400c)
 

Author SHA1 Message Date
Michael Paquier c9a272daaa Add .gitignore to ldap_password_func 3 years ago
Michael Paquier 6f9ee74d45 Improve handling of psql \watch's interval argument 3 years ago
Andrew Dunstan dccb4d1c03 MSVC: Don't build ldap_password_func if not building with ldap 3 years ago
Andrew Dunstan b85e91023b Don't try to read default for a non-existent attribute 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
Alvaro Herrera a0137388cb
doc: Add lists of modules trusted/obsolete 3 years ago
Thomas Munro a948e49e2e Use nanosleep() to implement pg_usleep(). 3 years ago
Thomas Munro e4da2a44c1 Update obsolete comment about pg_usleep() accuracy. 3 years ago
Amit Kapila 805b821e77 Add the testcases for 89e46da5e5. 3 years ago
Michael Paquier 765f5df726 Improve WIN32 port of fstat() to detect more file types 3 years ago
Amit Kapila 89e46da5e5 Allow the use of indexes other than PK and REPLICA IDENTITY on the subscriber. 3 years ago
Thomas Munro 720de00af4 Fix fractional vacuum_cost_delay. 3 years ago
Thomas Munro d41a178b3a Fix waitpid() emulation on Windows. 3 years ago
Tom Lane b081fe4199 Fix corner case bug in numeric to_char() some more. 3 years ago
Tom Lane a563c24c95 Allow pg_dump to include/exclude child tables automatically. 3 years ago
Tom Lane 684ffac8c7 Remove unnecessary code in dependency_is_compatible_expression(). 3 years ago
Daniel Gustafsson bdc8d803e8 doc: spell out full productname 3 years ago
Michael Paquier 5c1b662807 Rework design of functions in pg_walinspect 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
Andres Freund 727400994d meson: fix openssl detection issues in 6a30027 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 d72900bded Improve support for UNICODE collation on older ICU 3 years ago
Michael Paquier e0a09d4e35 Fix inconsistent error handling for GSS encryption in PQconnectPoll() 3 years ago
Peter Eisentraut bf32ec2256 cirrus/ccache: Use G rather than GB suffix 3 years ago
Peter Eisentraut 6a3002715e meson: Make auto the default of the ssl option 3 years ago
Michael Paquier 1f282c24e4 Refactor and improve tests of pg_walinspect 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
Andres Freund a4f23f9b3c pg_amcheck: Minor test speedups 3 years ago
Andres Freund 4f5d461e04 amcheck: Fix FullTransactionIdFromXidAndCtx() for xids before epoch 0 3 years ago
Andres Freund 16327240da amcheck: Fix ordering bug in update_cached_xid_range() 3 years ago
Andres Freund 4e633016ab meson: fix header path of ossp-uuid 3 years ago
Tom Lane 1925ac281a Fix misbehavior in contrib/pg_trgm with an unsatisfiable regex. 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
Michael Paquier 6ad5793a49 Include headers of archive/ in installation 3 years ago
Peter Eisentraut 012ee84259 Add a test for UCS_BASIC collation 3 years ago
Peter Eisentraut cd42785974 doc: Better example for custom ICU rules 3 years ago
Peter Eisentraut 470103697a Fix incorrect format placeholders 3 years ago