Commit Graph

55699 Commits (d72900bdedc60fe20bc50d5d0e7dcb4bc0eb304e)
 

Author SHA1 Message Date
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
Michael Paquier 9ecb134a93 pg_walinspect: pg_get_wal_fpi_info() -> pg_get_wal_block_info() 3 years ago
Jeff Davis 8da2ec31ee Fix test failure caused in 27b62377b4. 3 years ago
Tom Lane bcc704b524 Reject combining "epoch" and "infinity" with other datetime fields. 3 years ago
Jeff Davis 27b62377b4 Use ICU by default at initdb time. 3 years ago
Alvaro Herrera a7e584a7d6
HTML docs: Add padding to table.simplelist for more readable output 3 years ago
Jeff Davis 206b44bb24 Fix 9637badd9f. 3 years ago
Jeff Davis 9637badd9f pg_upgrade: copy locale and encoding information to new cluster. 3 years ago
Stephen Frost 8dff2f224f For Kerberos testing, disable reverse DNS lookup 3 years ago
Alvaro Herrera 590a075789
Avoid criticizable perl code 3 years ago
Michael Paquier d00a4ad1d5 Add b6dfee28 to .git-blame-ignore-revs 3 years ago
Peter Eisentraut 36ea345f8f Improve/correct comments 3 years ago
Peter Eisentraut 544b452a5a Disallow specifying ICU rules unless locale provider is ICU 3 years ago
Michael Paquier b6dfee28f2 Run pgindent on libpq's fe-auth.c, fe-auth-scram.c and fe-connect.c 3 years ago
Thomas Munro 65e388d418 Fix race in SERIALIZABLE READ ONLY. 3 years ago
Andres Freund 8bf826528a meson: tests: Adjust with_icu/ZSTD env vars for pg_dump, pg_basebackup 3 years ago
Michael Paquier f1c3963292 doc: Add guidelines to generate coverage reports with meson 3 years ago
Andres Freund 0d237aeeba meson: Add target for installing test files & improve install_test_files 3 years ago
Alvaro Herrera 87e4f24d82
001_libpq_pipeline.pl: use Test::Differences if available 3 years ago
Peter Eisentraut 30a53b7929 Allow tailoring of ICU locales with custom rules 3 years ago
Peter Eisentraut b1534ed99d Clean up comments 3 years ago
Peter Eisentraut 2a71ad64cb Break up long GETTEXT_FILES lists 3 years ago
Peter Eisentraut 822e8e2951 Update comment 3 years ago
Michael Paquier daa8365a90 Reflect normalization of query strings for utilities in pg_stat_statements 3 years ago
Andres Freund be504a3e97 Fix corruption due to vacuum_defer_cleanup_age underflowing 64bit xids 3 years ago
Michael Paquier a4e003338d Refine query jumbling handling for CallStmt 3 years ago
Andres Freund 401874ab02 meson: don't require 'touch' binary, make use of 'cp' optional 3 years ago
Michael Paquier d69cd3a2e2 Ignore IntoClause.viewQuery in query jumbling 3 years ago
Michael Paquier ee56048b0e Improve readability of code PROCESS_MAIN in vacuum_rel() 3 years ago
Tom Lane 99be6feec9 Fix more bugs caused by adding columns to the end of a view. 3 years ago
Peter Eisentraut ce1215d9b0 Add support for unit "B" to pg_size_bytes() 3 years ago