Commit Graph

4449 Commits (869650fa86adf74fca7f566c9317f6310f8b400c)

Author SHA1 Message Date
Jeff Davis f413941f41 Fix t_isspace(), etc., when datlocprovider=i and datctype=C. 3 years ago
Peter Eisentraut de4d456b40 Improve several permission-related error messages. 3 years ago
Etsuro Fujita 39a3bdc9eb postgres_fdw: Remove useless if-test in GetConnection(). 3 years ago
Amit Kapila e709596b25 Add macros for ReorderBufferTXN toptxn. 3 years ago
Tom Lane 2333803d84 Use "data directory" not "current directory" in error messages. 3 years ago
Michael Paquier e643a315fc Tweak regression test of pg_walinspect to be less collation-sensitive 3 years ago
Michael Paquier 5c1b662807 Rework design of functions in pg_walinspect 3 years ago
Andrew Dunstan 9f8377f7a2 Add a DEFAULT option to COPY FROM 3 years ago
Michael Paquier 1f282c24e4 Refactor and improve tests of pg_walinspect 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
Tom Lane 1925ac281a Fix misbehavior in contrib/pg_trgm with an unsatisfiable regex. 3 years ago
Jeff Davis c45dc7ffbb initdb: derive encoding from locale for ICU; similar to libc. 3 years ago
Michael Paquier 9ecb134a93 pg_walinspect: pg_get_wal_fpi_info() -> pg_get_wal_block_info() 3 years ago
Jeff Davis 27b62377b4 Use ICU by default at initdb time. 3 years ago
Michael Paquier daa8365a90 Reflect normalization of query strings for utilities in pg_stat_statements 3 years ago
Michael Paquier 9a714b9d6e Improve cleanup phases in regression tests of pg_stat_statements 3 years ago
Michael Paquier d0028e35a0 Refactor more the regression tests of pg_stat_statements 3 years ago
Tom Lane 462bb7f128 Remove bms_first_member(). 3 years ago
Daniel Gustafsson 2f80c95740 Mark options as deprecated in usage output 3 years ago
Michael Paquier be753639d3 pageinspect: Fix crash with gist_page_items() 3 years ago
Tom Lane 71a75626d5 Drop test view when done with it. 3 years ago
Michael Paquier b8da37b3ad Rework pg_input_error_message(), now renamed pg_input_error_info() 3 years ago
Tom Lane 53fe7e6cb8 Harden postgres_fdw tests against unexpected cache flushes. 3 years ago
Peter Eisentraut b9f0e54bc9 Update types in smgr API 3 years ago
Peter Eisentraut 62d56f6720 Fix comment indentation and whitespace 3 years ago
Michael Paquier 8427ce4c37 Fix handling of escape sequences in postgres_fdw.application_name 3 years ago
Jeff Davis 69e8c7cf1d Limit memory usage of pg_walinspect functions. 3 years ago
Michael Paquier de2aca2885 Expand regression tests of pg_stat_statements for utility queries 3 years ago
Michael Paquier e8dbdb15db Refactor tests of pg_stat_statements for planning, utility and level tracking 3 years ago
Michael Paquier 35739b87dc Redesign archive modules 3 years ago
Peter Eisentraut bd944884e9 Consolidate ItemPointer to Datum conversion functions 3 years ago
Andres Freund 10a082bf72 Add tests for pg_stat_io 3 years ago
Michael Paquier ef7002dbe0 Fix various typos in code and tests 3 years ago
Andres Freund 30b789eafe Remove uses of AssertVariableIsOfType() obsoleted by f2b73c8 3 years ago
Peter Eisentraut aa69541046 Remove useless casts to (void *) in arguments of some system functions 3 years ago
Michael Paquier 9ba37b2cb6 Include values of A_Const nodes in query jumbling 3 years ago
Peter Eisentraut 54a177a948 Remove useless casts to (void *) in hash_search() calls 3 years ago
Andres Freund fbed4bc59e dblink: Fix variable confusion introduced in e4602483e9 3 years ago
Michael Paquier 3db72ebcbe Generate code for query jumbling through gen_node_support.pl 3 years ago
Tom Lane 3bef56e116 Invent "join domains" to replace the below_outer_join hack. 3 years ago
Tom Lane b448f1c8d8 Do assorted mop-up in the planner. 3 years ago
Tom Lane 2489d76c49 Make Vars be outer-join-aware. 3 years ago
Peter Eisentraut 81266442fb Remove gratuitous references to postmaster program 3 years ago
Michael Paquier 9d2d9728b8 Make auto_explain print the query identifier in verbose mode 3 years ago
Michael Paquier 9aeff092c0 Revert "Rename contrib module basic_archive to basic_wal_module" 3 years ago
Michael Paquier 0ad3c60caf Rename contrib module basic_archive to basic_wal_module 3 years ago
Andres Freund e4602483e9 dblink, postgres_fdw: Handle interrupts during connection establishment 3 years ago
Michael Paquier c31cf1c03d pg_walinspect: Add pg_get_wal_fpi_info() 3 years ago
Michael Paquier 8eba3e3f02 Move queryjumble.c code to src/backend/nodes/ 3 years ago