Commit Graph

55572 Commits (1c7cba4c52953d2486a1465ea8d91ff65c35610c)
 

Author SHA1 Message Date
Thomas Munro 1c7cba4c52 Fix generic read and write barriers for Clang. 1 month ago
Fujii Masao a2e17a2bb2 doc: Fix descriptions of some PGC_POSTMASTER parameters. 1 month ago
Álvaro Herrera 49b45999f3
Introduce XLogRecPtrIsValid() 1 month ago
Peter Eisentraut 8278737bfd Disallow generated columns in COPY WHERE clause 1 month ago
Etsuro Fujita 1cba25e4cf Update obsolete comment in ExecScanReScan(). 1 month ago
Etsuro Fujita 910409dc44 postgres_fdw: Add more test coverage for EvalPlanQual testing. 1 month ago
Thomas Munro c3359d1cf5 ci: Add missing "set -e" to scripts run by su. 1 month ago
Michael Paquier 13efc28d4b Fix timing-dependent failure in recovery test 004_timeline_switch 1 month ago
Andres Freund 5b45f7ee79 jit: Fix accidentally-harmless type confusion 1 month ago
Álvaro Herrera bcfbd3f747
Fix snapshot handling bug in recent BRIN fix 1 month ago
Andres Freund eeabf8bfdc ci: debian: Switch to Debian Trixie release 1 month ago
Andres Freund 00bdbaca60 Backpatch: Fix warnings about declaration of environ on MinGW 1 month ago
Álvaro Herrera 42fa4dba84
Have psql's "\? variables" show csv_fieldsep 1 month ago
Peter Eisentraut 643a5e96c7 Tighten check for generated column in partition key expression 1 month ago
Álvaro Herrera 23ddadf683
BRIN autosummarization may need a snapshot 1 month ago
Michael Paquier da5ea6c70b Fix unconditional WAL receiver shutdown during stream-archive transition 1 month ago
Noah Misch e1dd1f924e Doc: cover index CONCURRENTLY causing errors in INSERT ... ON CONFLICT. 2 months ago
Tom Lane cd55abab4f Avoid mixing void and integer in a conditional expression. 2 months ago
Bruce Momjian 3f76f656f9 doc: rewrite random_page_cost description 2 months ago
Andres Freund a027ce3259 ci: macos: Upgrade to Sequoia 2 months ago
Andres Freund 4eac7e3a48 ci: Fix Windows and MinGW task names 2 months ago
David Rowley f3420e006e Fix bogus use of "long" in AllocSetCheck() 2 months ago
David Rowley 2992b9a07e Fix incorrect logic for caching ResultRelInfos for triggers 2 months ago
Daniel Gustafsson 5f0b6f76f8 doc: Remove mention of Git protocol support 2 months ago
Tom Lane 05d8a0869e Fix off-by-one Asserts in FreePageBtreeInsertInternal/Leaf. 2 months ago
Tom Lane 4cde732592 Fix resource leaks in PL/Python error reporting, redux. 2 months ago
Fujii Masao c16154bfa2 Add comments explaining overflow entries in the replication lag tracker. 2 months ago
Masahiko Sawada 574a656376 Add copyright notice to vacuum_horizon_floor.pl test. 2 months ago
David Rowley b8ecfbe5af Fix incorrect zero extension of Datum in JIT tuple deform code 2 months ago
Fujii Masao caf529aba2 Make invalid primary_slot_name follow standard GUC error reporting. 2 months ago
Fujii Masao 59b215f721 Fix stalled lag columns in pg_stat_replication when replay LSN stops advancing. 2 months ago
Nathan Bossart d9c5e7129d Add .abi-compliance-history to back-branches. 2 months ago
Nathan Bossart d1469c2143 Add previous commit to .git-blame-ignore-revs. 2 months ago
Nathan Bossart f9790ac546 Re-pgindent brin.c. 2 months ago
David Rowley 810aaf7f27 Fix BRIN 32-bit counter wrap issue with huge tables 2 months ago
Michael Paquier 4c3795c582 Fix POSIX compliance in pgwin32_unsetenv() for "name" argument 2 months ago
Tom Lane 8b9924bce7 Don't rely on zlib's gzgetc() macro. 2 months ago
Álvaro Herrera 4cc3b44459
Fix pg_dump sorting of foreign key constraints 2 months ago
Nathan Bossart 6c03ae8d6e Fix privilege checks for pg_prewarm() on indexes. 2 months ago
Álvaro Herrera 33202cba8d
Fix update-po for the PGXS case 2 months ago
Etsuro Fujita 4a08603a23 Fix EvalPlanQual handling of foreign/custom joins in ExecScanFetch. 2 months ago
Tom Lane f91666c836 Fix incorrect message-printing in win32security.c. 2 months ago
David Rowley 46086fb681 Doc: clarify n_distinct_inherited setting 2 months ago
Álvaro Herrera bdae984956
Stop creating constraints during DETACH CONCURRENTLY 2 months ago
Álvaro Herrera 23b316c36a
dbase_redo: Fix Valgrind-reported memory leak 2 months ago
Peter Geoghegan ca0c939086 Remove overzealous _bt_killitems assertion. 2 months ago
Michael Paquier 5bc057d1f3 Fix two typos in xlogstats.h and xlogstats.c 2 months ago
Michael Paquier 0adf424b49 Remove state.tmp when failing to save a replication slot 2 months ago
Masahiko Sawada c40761759f Fix access-to-already-freed-memory issue in pgoutput. 2 months ago
Tom Lane 771b106d19 Use SOCK_ERRNO[_SET] in fe-secure-gssapi.c. 2 months ago