Commit Graph

62376 Commits (b97d8d843a2d07547f037e624fec79fd610005bb)
 

Author SHA1 Message Date
Nathan Bossart b97d8d843a Add reminder to create .abi-compliance-history. 3 months ago
Jeff Davis ff53907c35 Make char2wchar() static. 3 months ago
Jeff Davis 844385d12e Remove obsolete global database_ctype_is_c. 3 months ago
Jeff Davis e113f9c102 tsearch: use database default collation for parsing. 3 months ago
Nathan Bossart 776c2c2ae2 Add previous commit to .git-blame-ignore-revs. 3 months ago
Nathan Bossart e94a7afe44 Re-pgindent brin.c. 3 months ago
Álvaro Herrera b7cc6474e9
Make smgr access for a BufferManagerRelation safer in relcache inval 3 months ago
David Rowley 9fd29d7ff4 Fix BRIN 32-bit counter wrap issue with huge tables 3 months ago
Michael Paquier e4e496e88c Fix comment in pg_get_shmem_allocations_numa() 3 months ago
Richard Guo 18d2614093 Fix pushdown of degenerate HAVING clauses 3 months ago
Michael Paquier 29b039e916 Fix POSIX compliance in pgwin32_unsetenv() for "name" argument 3 months ago
Masahiko Sawada 4bea91f21f Support COPY TO for partitioned tables. 3 months ago
Tom Lane d74cfe3263 Fix thinko in commit 7d129ba54. 3 months ago
Fujii Masao 762faf702c pg_dump: Remove unnecessary code for security labels on extensions. 3 months ago
Michael Paquier a7c3042200 pg_checksums: Use new routine to retrieve data of PG_VERSION 3 months ago
Tom Lane 92cf557ffa Add static assertion that RELSEG_SIZE fits in an int. 3 months ago
Tom Lane 277dec6514 Don't rely on zlib's gzgetc() macro. 3 months ago
Tatsuo Ishii dd766a441d Fix Coverity issue reported in commit 2273fa32bc. 3 months ago
Jeff Davis e533524b23 Add pg_database_locale() to retrieve database default locale. 3 months ago
Jeff Davis 67a8b49e96 Add pg_iswxdigit(), useful for tsearch. 3 months ago
Tom Lane da44d71e79 Allow role created by new test to log in on Windows. 3 months ago
David Rowley e3b9e44689 Tidyup truncate_useless_pathkeys() function 3 months ago
Álvaro Herrera 615ff828e1
Fix determination of not-null constraint "locality" for inherited columns 3 months ago
Álvaro Herrera 4921a5972a
Fix pg_dump sorting of foreign key constraints 3 months ago
David Rowley 5c0a20003b Fix reset of incorrect hash iterator in GROUPING SETS queries 3 months ago
David Rowley 86d118f9a6 Englishify comment wording 3 months ago
Tomas Vondra b85c4700fc Fix hashjoin memory balancing logic 3 months ago
Masahiko Sawada fd53065013 Remove unused data_bufsz from DecodedBkpBlock struct. 3 months ago
Nathan Bossart 208927e656 Fix privilege checks for pg_prewarm() on indexes. 3 months ago
Tom Lane a6113dc1da Improve TAP tests by replacing ok() with better Test::More functions 3 months ago
Daniel Gustafsson 7d129ba54e Avoid warnings in tests when openssl binary isn't available 3 months ago
Peter Eisentraut e1a912c86d Change config_generic.vartype to be initialized at compile time 3 months ago
Peter Eisentraut 0a7bde4610 Use designated initializers for guc_tables 3 months ago
Daniel Gustafsson 0d82163958 ecpg: check return value of replace_variables() 3 months ago
Daniel Gustafsson 6aa184c80f Replace defunct URL with stable archive.org URL in rbtree.c 3 months ago
Michael Paquier fabb33b351 Improve TAP tests by replacing ok() with better Test::More functions 3 months ago
Fujii Masao e64aa1a39d doc: Clarify when backend_xmin in pg_stat_replication can be NULL. 3 months ago
Michael Paquier d1b80a31ed Fix matching check in recovery test 042_low_level_backup 3 months ago
Michael Paquier d372888ade pg_createsubscriber: Fix matching check in TAP test 3 months ago
Álvaro Herrera 6ad9378c9a
Fix update-po for the PGXS case 3 months ago
Tom Lane 20ec995892 Add more TAP test coverage for pg_dump. 3 months ago
Tom Lane 9dcf7f1172 Split 002_pg_dump.pl into two test files. 3 months ago
Tom Lane 66ec01dc41 Align the data block sizes of pg_dump's various compression modes. 3 months ago
Nathan Bossart 812221b204 Remove partColsUpdated. 3 months ago
Amit Kapila 41c674d2e3 Refactor logical worker synchronization code into a separate file. 3 months ago
Amit Langote 905e932f09 Fix EPQ crash from missing partition directory in EState 3 months ago
Michael Paquier 02c171f63f Override log_error_verbosity to "default" in test 009_log_temp_files 3 months ago
Michael Paquier 76bba03312 Add tests for logging of temporary file removal and statement 3 months ago
Nathan Bossart 079480dc20 Fix lookup code for REINDEX INDEX. 3 months ago
Jeff Davis af164f31b9 Add pg_iswalpha() and related functions. 3 months ago