Commit Graph

55585 Commits (0c862646cf2aeba130222ec587702c331fbf3783)
 

Author SHA1 Message Date
Heikki Linnakangas 0c862646cf Fix remaining race condition with CLOG truncation and LISTEN/NOTIFY 6 months ago
Heikki Linnakangas 1a469d7b5b Fix bug where we truncated CLOG that was still needed by LISTEN/NOTIFY 6 months ago
Heikki Linnakangas b1da37de21 Escalate ERRORs during async notify processing to FATAL 6 months ago
Daniel Gustafsson 608566bf17 doc: Document effects of ownership change on privileges 6 months ago
Daniel Gustafsson bec7853333 Fix range for commit_siblings in sample conf 6 months ago
Heikki Linnakangas 97cd4b65af Fix pg_upgrade around multixid and mxoff wraparound 6 months ago
Fujii Masao 74b26c8c29 doc: Fix incorrect synopsis for ALTER PUBLICATION ... DROP ... 6 months ago
Tom Lane 32f3881677 Stamp 15.15. 6 months ago
Tom Lane 70d03b5f4f Last-minute updates for release notes. 6 months ago
Nathan Bossart 2393d374ae Check for CREATE privilege on the schema in CREATE STATISTICS. 6 months ago
Jacob Champion 91421565fe libpq: Prevent some overflows of int/size_t 6 months ago
Peter Eisentraut 86cbe9effe Translation updates 6 months ago
Tom Lane e334e80d2e Release notes for 18.1, 17.7, 16.11, 15.15, 14.20, 13.23. 6 months ago
Thomas Munro 1c7cba4c52 Fix generic read and write barriers for Clang. 6 months ago
Fujii Masao a2e17a2bb2 doc: Fix descriptions of some PGC_POSTMASTER parameters. 6 months ago
Álvaro Herrera 49b45999f3
Introduce XLogRecPtrIsValid() 6 months ago
Peter Eisentraut 8278737bfd Disallow generated columns in COPY WHERE clause 6 months ago
Etsuro Fujita 1cba25e4cf Update obsolete comment in ExecScanReScan(). 6 months ago
Etsuro Fujita 910409dc44 postgres_fdw: Add more test coverage for EvalPlanQual testing. 6 months ago
Thomas Munro c3359d1cf5 ci: Add missing "set -e" to scripts run by su. 6 months ago
Michael Paquier 13efc28d4b Fix timing-dependent failure in recovery test 004_timeline_switch 6 months ago
Andres Freund 5b45f7ee79 jit: Fix accidentally-harmless type confusion 6 months ago
Álvaro Herrera bcfbd3f747
Fix snapshot handling bug in recent BRIN fix 6 months ago
Andres Freund eeabf8bfdc ci: debian: Switch to Debian Trixie release 6 months ago
Andres Freund 00bdbaca60 Backpatch: Fix warnings about declaration of environ on MinGW 6 months ago
Álvaro Herrera 42fa4dba84
Have psql's "\? variables" show csv_fieldsep 6 months ago
Peter Eisentraut 643a5e96c7 Tighten check for generated column in partition key expression 6 months ago
Álvaro Herrera 23ddadf683
BRIN autosummarization may need a snapshot 6 months ago
Michael Paquier da5ea6c70b Fix unconditional WAL receiver shutdown during stream-archive transition 6 months ago
Noah Misch e1dd1f924e Doc: cover index CONCURRENTLY causing errors in INSERT ... ON CONFLICT. 6 months ago
Tom Lane cd55abab4f Avoid mixing void and integer in a conditional expression. 6 months ago
Bruce Momjian 3f76f656f9 doc: rewrite random_page_cost description 6 months ago
Andres Freund a027ce3259 ci: macos: Upgrade to Sequoia 6 months ago
Andres Freund 4eac7e3a48 ci: Fix Windows and MinGW task names 6 months ago
David Rowley f3420e006e Fix bogus use of "long" in AllocSetCheck() 6 months ago
David Rowley 2992b9a07e Fix incorrect logic for caching ResultRelInfos for triggers 6 months ago
Daniel Gustafsson 5f0b6f76f8 doc: Remove mention of Git protocol support 6 months ago
Tom Lane 05d8a0869e Fix off-by-one Asserts in FreePageBtreeInsertInternal/Leaf. 6 months ago
Tom Lane 4cde732592 Fix resource leaks in PL/Python error reporting, redux. 6 months ago
Fujii Masao c16154bfa2 Add comments explaining overflow entries in the replication lag tracker. 6 months ago
Masahiko Sawada 574a656376 Add copyright notice to vacuum_horizon_floor.pl test. 6 months ago
David Rowley b8ecfbe5af Fix incorrect zero extension of Datum in JIT tuple deform code 6 months ago
Fujii Masao caf529aba2 Make invalid primary_slot_name follow standard GUC error reporting. 6 months ago
Fujii Masao 59b215f721 Fix stalled lag columns in pg_stat_replication when replay LSN stops advancing. 6 months ago
Nathan Bossart d9c5e7129d Add .abi-compliance-history to back-branches. 6 months ago
Nathan Bossart d1469c2143 Add previous commit to .git-blame-ignore-revs. 6 months ago
Nathan Bossart f9790ac546 Re-pgindent brin.c. 6 months ago
David Rowley 810aaf7f27 Fix BRIN 32-bit counter wrap issue with huge tables 6 months ago
Michael Paquier 4c3795c582 Fix POSIX compliance in pgwin32_unsetenv() for "name" argument 6 months ago
Tom Lane 8b9924bce7 Don't rely on zlib's gzgetc() macro. 6 months ago