summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2023-03-16Work around spurious compiler warning in inet operatorsAndres Freund
2023-03-16Small tidyup for commit d41a178b.Thomas Munro
2023-03-16Tighten error checks in datetime input, and remove bogus "ISO" format.Tom Lane
2023-03-16Silence pedantic compiler warning introduced in ce340e530d1Andres Freund
2023-03-16Use "data directory" not "current directory" in error messages.Tom Lane
2023-03-16Integrate superuser check into has_rolreplication()Peter Eisentraut
2023-03-16Small code simplificationPeter Eisentraut
2023-03-16pkg-config Requires.private entries should be comma-separatedPeter Eisentraut
2023-03-16Remove PgStat_BackendFunctionEntryMichael Paquier
2023-03-16Add .gitignore to ldap_password_funcMichael Paquier
2023-03-16Improve handling of psql \watch's interval argumentMichael Paquier
2023-03-15MSVC: Don't build ldap_password_func if not building with ldapAndrew Dunstan
2023-03-15Don't try to read default for a non-existent attributeAndrew Dunstan
2023-03-15Support [NO] INDENT option in XMLSERIALIZE().Tom Lane
2023-03-15Add a hook for modifying the ldapbind passwordAndrew Dunstan
2023-03-15Support PlaceHolderVars in MERGE actions.Tom Lane
2023-03-15Use nanosleep() to implement pg_usleep().Thomas Munro
2023-03-15Update obsolete comment about pg_usleep() accuracy.Thomas Munro
2023-03-15Add the testcases for 89e46da5e5.Amit Kapila
2023-03-15Improve WIN32 port of fstat() to detect more file typesMichael Paquier
2023-03-15Allow the use of indexes other than PK and REPLICA IDENTITY on the subscriber.Amit Kapila
2023-03-15Fix fractional vacuum_cost_delay.Thomas Munro
2023-03-15Fix waitpid() emulation on Windows.Thomas Munro
2023-03-14Fix corner case bug in numeric to_char() some more.Tom Lane
2023-03-14Allow pg_dump to include/exclude child tables automatically.Tom Lane
2023-03-14Remove unnecessary code in dependency_is_compatible_expression().Tom Lane
2023-03-14Add support for the error functions erf() and erfc().Dean Rasheed
2023-03-14libpq: Add support for require_auth to control authorized auth methodsMichael Paquier
2023-03-13Fix JSON error reporting for many cases of erroneous string values.Tom Lane
2023-03-13Fix failure to detect some cases of improperly-nested aggregates.Tom Lane
2023-03-13Add a DEFAULT option to COPY FROMAndrew Dunstan
2023-03-13Fix MERGE command tag for actions blocked by BEFORE ROW triggers.Dean Rasheed
2023-03-13Fix concurrent update issues with MERGE.Dean Rasheed
2023-03-13Fix expected test outputPeter Eisentraut
2023-03-13Remove incidental md5() function uses from main regression testsPeter Eisentraut
2023-03-13Improve support for UNICODE collation on older ICUPeter Eisentraut
2023-03-13Fix inconsistent error handling for GSS encryption in PQconnectPoll()Michael Paquier
2023-03-13meson: Make auto the default of the ssl optionPeter Eisentraut
2023-03-12Work around implementation restriction in adjust_appendrel_attrs.Tom Lane
2023-03-12Mark unsafe_tests module as not runnable with installcheckAndrew Dunstan
2023-03-11pg_amcheck: Minor test speedupsAndres Freund
2023-03-11amcheck: Fix FullTransactionIdFromXidAndCtx() for xids before epoch 0Andres Freund
2023-03-10Ensure COPY TO on an RLS-enabled table copies no more than it should.Tom Lane
2023-03-10initdb: derive encoding from locale for ICU; similar to libc.Jeff Davis
2023-03-10Fix tests for non-ICU buildPeter Eisentraut
2023-03-10Add standard collation UNICODEPeter Eisentraut
2023-03-10Include headers of archive/ in installationMichael Paquier
2023-03-10Add a test for UCS_BASIC collationPeter Eisentraut
2023-03-10Fix incorrect format placeholdersPeter Eisentraut
2023-03-09Fix test failure caused in 27b62377b4.Jeff Davis