summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2023-03-15doc: Add lists of modules trusted/obsoleteAlvaro Herrera
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-14doc: spell out full productnameDaniel Gustafsson
2023-03-14Rework design of functions in pg_walinspectMichael Paquier
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-13meson: fix openssl detection issues in 6a30027Andres Freund
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-13cirrus/ccache: Use G rather than GB suffixPeter Eisentraut
2023-03-13meson: Make auto the default of the ssl optionPeter Eisentraut
2023-03-13Refactor and improve tests of pg_walinspectMichael Paquier
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-11amcheck: Fix ordering bug in update_cached_xid_range()Andres Freund
2023-03-11meson: fix header path of ossp-uuidAndres Freund
2023-03-11Fix misbehavior in contrib/pg_trgm with an unsatisfiable regex.Tom Lane
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-10doc: Better example for custom ICU rulesPeter Eisentraut
2023-03-10Fix incorrect format placeholdersPeter Eisentraut
2023-03-10pg_walinspect: pg_get_wal_fpi_info() -> pg_get_wal_block_info()Michael Paquier
2023-03-09Fix test failure caused in 27b62377b4.Jeff Davis
2023-03-09Reject combining "epoch" and "infinity" with other datetime fields.Tom Lane
2023-03-09Use ICU by default at initdb time.Jeff Davis
2023-03-09HTML docs: Add padding to table.simplelist for more readable outputAlvaro Herrera
2023-03-09Fix 9637badd9f.Jeff Davis
2023-03-09pg_upgrade: copy locale and encoding information to new cluster.Jeff Davis