summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
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
2023-03-09For Kerberos testing, disable reverse DNS lookupStephen Frost
2023-03-09Avoid criticizable perl codeAlvaro Herrera
2023-03-09Add b6dfee28 to .git-blame-ignore-revsMichael Paquier
2023-03-09Improve/correct commentsPeter Eisentraut
2023-03-09Disallow specifying ICU rules unless locale provider is ICUPeter Eisentraut
2023-03-09Run pgindent on libpq's fe-auth.c, fe-auth-scram.c and fe-connect.cMichael Paquier
2023-03-09Fix race in SERIALIZABLE READ ONLY.Thomas Munro
2023-03-09meson: tests: Adjust with_icu/ZSTD env vars for pg_dump, pg_basebackupAndres Freund
2023-03-09doc: Add guidelines to generate coverage reports with mesonMichael Paquier
2023-03-08meson: Add target for installing test files & improve install_test_filesAndres Freund
2023-03-08001_libpq_pipeline.pl: use Test::Differences if availableAlvaro Herrera
2023-03-08Allow tailoring of ICU locales with custom rulesPeter Eisentraut
2023-03-08Clean up commentsPeter Eisentraut
2023-03-08Break up long GETTEXT_FILES listsPeter Eisentraut
2023-03-08Update commentPeter Eisentraut
2023-03-08Reflect normalization of query strings for utilities in pg_stat_statementsMichael Paquier
2023-03-08Fix corruption due to vacuum_defer_cleanup_age underflowing 64bit xidsAndres Freund
2023-03-08Refine query jumbling handling for CallStmtMichael Paquier
2023-03-08meson: don't require 'touch' binary, make use of 'cp' optionalAndres Freund
2023-03-08Ignore IntoClause.viewQuery in query jumblingMichael Paquier
2023-03-08Improve readability of code PROCESS_MAIN in vacuum_rel()Michael Paquier
2023-03-07Fix more bugs caused by adding columns to the end of a view.Tom Lane
2023-03-07Add support for unit "B" to pg_size_bytes()Peter Eisentraut
2023-03-07doc: Update pg_size_pretty documentation about petabytes supportPeter Eisentraut
2023-03-07Fix flakey pg_stat_io testAndres Freund