Commit Graph

62401 Commits (0758111f5d35b64dd5ddbc716bd05806b52ea183)
 

Author SHA1 Message Date
Tom Lane 0758111f5d Update expected output for contrib/sepgsql's regression tests. 2 months ago
Daniel Gustafsson c0677d8b2e doc: Remove mention of Git protocol support 2 months ago
Tom Lane e557c82759 Avoid memory leak in validation of a PL/Python trigger function. 2 months ago
Tom Lane 9f9a04368f Fix off-by-one Asserts in FreePageBtreeInsertInternal/Leaf. 2 months ago
Tom Lane 798b19d27b Fix resource leaks in PL/Python error reporting, redux. 2 months ago
Amit Kapila f0b3573c3a Introduce "REFRESH SEQUENCES" for subscriptions. 2 months ago
Michael Paquier 6ae08d9583 pg_rewind: Extend code detecting relation files to work with WAL files 2 months ago
Fujii Masao abc2b71383 Add comments explaining overflow entries in the replication lag tracker. 2 months ago
Tatsuo Ishii 20628b62e4 Fix coding style with "else". 2 months ago
David Rowley b30da2d233 Fix some misplaced comments in parallel_schedule 2 months ago
Masahiko Sawada 487e2bc534 Add copyright notice to vacuum_horizon_floor.pl test. 2 months ago
David Rowley 6911f80379 Fix incorrect zero extension of Datum in JIT tuple deform code 2 months ago
Tom Lane fe9c051fd3 Avoid assuming that time_t can fit in an int. 2 months ago
Nathan Bossart d10866f1fd Fix type of infomask parameter in htup_details.h functions. 2 months ago
Tom Lane 716c451128 Remove useless pstrdup() calls. 2 months ago
Tom Lane bc310c6ff3 Fix memory leaks in scripts/vacuuming.c. 2 months ago
Tom Lane 9224c30252 Fix memory leaks in pg_combinebackup/reconstruct.c. 2 months ago
Nathan Bossart 4c5e1d0785 Remove make_temptable_name_n(). 2 months ago
Fujii Masao f33e60a53a Make invalid primary_slot_name follow standard GUC error reporting. 2 months ago
Tatsuo Ishii 2d7b247cb4 Fix multi WinGetFuncArgInFrame/Partition calls with IGNORE NULLS. 2 months ago
Fujii Masao 883a95646a Fix stalled lag columns in pg_stat_replication when replay LSN stops advancing. 2 months ago
Michael Paquier 2519fa8362 Bump catalog version for new function error_on_null() 2 months ago
Michael Paquier 2b75c38b70 Add error_on_null(), checking if the input is the null value 2 months ago
David Rowley 2470ca435c Use CompactAttribute more often, when possible 2 months ago
Tom Lane fba60a1b10 Avoid short seeks in pg_restore. 2 months ago
Nathan Bossart b97d8d843a Add reminder to create .abi-compliance-history. 2 months ago
Jeff Davis ff53907c35 Make char2wchar() static. 2 months ago
Jeff Davis 844385d12e Remove obsolete global database_ctype_is_c. 2 months ago
Jeff Davis e113f9c102 tsearch: use database default collation for parsing. 2 months ago
Nathan Bossart 776c2c2ae2 Add previous commit to .git-blame-ignore-revs. 2 months ago
Nathan Bossart e94a7afe44 Re-pgindent brin.c. 2 months ago
Álvaro Herrera b7cc6474e9
Make smgr access for a BufferManagerRelation safer in relcache inval 2 months ago
David Rowley 9fd29d7ff4 Fix BRIN 32-bit counter wrap issue with huge tables 2 months ago
Michael Paquier e4e496e88c Fix comment in pg_get_shmem_allocations_numa() 2 months ago
Richard Guo 18d2614093 Fix pushdown of degenerate HAVING clauses 2 months ago
Michael Paquier 29b039e916 Fix POSIX compliance in pgwin32_unsetenv() for "name" argument 2 months ago
Masahiko Sawada 4bea91f21f Support COPY TO for partitioned tables. 2 months ago
Tom Lane d74cfe3263 Fix thinko in commit 7d129ba54. 2 months ago
Fujii Masao 762faf702c pg_dump: Remove unnecessary code for security labels on extensions. 2 months ago
Michael Paquier a7c3042200 pg_checksums: Use new routine to retrieve data of PG_VERSION 2 months ago
Tom Lane 92cf557ffa Add static assertion that RELSEG_SIZE fits in an int. 2 months ago
Tom Lane 277dec6514 Don't rely on zlib's gzgetc() macro. 2 months ago
Tatsuo Ishii dd766a441d Fix Coverity issue reported in commit 2273fa32bc. 2 months ago
Jeff Davis e533524b23 Add pg_database_locale() to retrieve database default locale. 2 months ago
Jeff Davis 67a8b49e96 Add pg_iswxdigit(), useful for tsearch. 2 months ago
Tom Lane da44d71e79 Allow role created by new test to log in on Windows. 2 months ago
David Rowley e3b9e44689 Tidyup truncate_useless_pathkeys() function 2 months ago
Álvaro Herrera 615ff828e1
Fix determination of not-null constraint "locality" for inherited columns 2 months ago
Álvaro Herrera 4921a5972a
Fix pg_dump sorting of foreign key constraints 2 months ago
David Rowley 5c0a20003b Fix reset of incorrect hash iterator in GROUPING SETS queries 2 months ago