aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
* Tighten error checks in datetime input, and remove bogus "ISO" format.Tom Lane2023-03-16
* Silence pedantic compiler warning introduced in ce340e530d1Andres Freund2023-03-16
* Use "data directory" not "current directory" in error messages.Tom Lane2023-03-16
* Integrate superuser check into has_rolreplication()Peter Eisentraut2023-03-16
* Small code simplificationPeter Eisentraut2023-03-16
* pkg-config Requires.private entries should be comma-separatedPeter Eisentraut2023-03-16
* Remove PgStat_BackendFunctionEntryMichael Paquier2023-03-16
* Tweak regression test of pg_walinspect to be less collation-sensitiveMichael Paquier2023-03-16
* Add .gitignore to ldap_password_funcMichael Paquier2023-03-16
* Improve handling of psql \watch's interval argumentMichael Paquier2023-03-16
* MSVC: Don't build ldap_password_func if not building with ldapAndrew Dunstan2023-03-15
* Don't try to read default for a non-existent attributeAndrew Dunstan2023-03-15
* Support [NO] INDENT option in XMLSERIALIZE().Tom Lane2023-03-15
* Add a hook for modifying the ldapbind passwordAndrew Dunstan2023-03-15
* Support PlaceHolderVars in MERGE actions.Tom Lane2023-03-15
* doc: Add lists of modules trusted/obsoleteAlvaro Herrera2023-03-15
* Use nanosleep() to implement pg_usleep().Thomas Munro2023-03-15
* Update obsolete comment about pg_usleep() accuracy.Thomas Munro2023-03-15
* Add the testcases for 89e46da5e5.Amit Kapila2023-03-15
* Improve WIN32 port of fstat() to detect more file typesMichael Paquier2023-03-15
* Allow the use of indexes other than PK and REPLICA IDENTITY on the subscriber.Amit Kapila2023-03-15
* Fix fractional vacuum_cost_delay.Thomas Munro2023-03-15
* Fix waitpid() emulation on Windows.Thomas Munro2023-03-15
* Fix corner case bug in numeric to_char() some more.Tom Lane2023-03-14
* Allow pg_dump to include/exclude child tables automatically.Tom Lane2023-03-14
* Remove unnecessary code in dependency_is_compatible_expression().Tom Lane2023-03-14
* doc: spell out full productnameDaniel Gustafsson2023-03-14
* Rework design of functions in pg_walinspectMichael Paquier2023-03-14
* Add support for the error functions erf() and erfc().Dean Rasheed2023-03-14
* libpq: Add support for require_auth to control authorized auth methodsMichael Paquier2023-03-14
* meson: fix openssl detection issues in 6a30027Andres Freund2023-03-13
* Fix JSON error reporting for many cases of erroneous string values.Tom Lane2023-03-13
* Fix failure to detect some cases of improperly-nested aggregates.Tom Lane2023-03-13
* Add a DEFAULT option to COPY FROMAndrew Dunstan2023-03-13
* Fix MERGE command tag for actions blocked by BEFORE ROW triggers.Dean Rasheed2023-03-13
* Fix concurrent update issues with MERGE.Dean Rasheed2023-03-13
* Fix expected test outputPeter Eisentraut2023-03-13
* Remove incidental md5() function uses from main regression testsPeter Eisentraut2023-03-13
* Improve support for UNICODE collation on older ICUPeter Eisentraut2023-03-13
* Fix inconsistent error handling for GSS encryption in PQconnectPoll()Michael Paquier2023-03-13
* cirrus/ccache: Use G rather than GB suffixPeter Eisentraut2023-03-13
* meson: Make auto the default of the ssl optionPeter Eisentraut2023-03-13
* Refactor and improve tests of pg_walinspectMichael Paquier2023-03-13
* Work around implementation restriction in adjust_appendrel_attrs.Tom Lane2023-03-12
* Mark unsafe_tests module as not runnable with installcheckAndrew Dunstan2023-03-12
* pg_amcheck: Minor test speedupsAndres Freund2023-03-11
* amcheck: Fix FullTransactionIdFromXidAndCtx() for xids before epoch 0Andres Freund2023-03-11
* amcheck: Fix ordering bug in update_cached_xid_range()Andres Freund2023-03-11
* meson: fix header path of ossp-uuidAndres Freund2023-03-11
* Fix misbehavior in contrib/pg_trgm with an unsatisfiable regex.Tom Lane2023-03-11