Commit Graph

53803 Commits (0c67dbcc4e39e160bc5c9d7db3b3f011292d5a85)
 

Author SHA1 Message Date
Michael Paquier 0c67dbcc4e Fix allocation formula in llvmjit_expr.c 5 months ago
Dean Rasheed 4c4fa53b9d doc: Fix statement about ON CONFLICT and deferrable constraints. 5 months ago
Heikki Linnakangas 4896955544 Fix setting next multixid's offset at offset wraparound 5 months ago
Heikki Linnakangas 81416e1016 Set next multixid's offset when creating a new multixid 5 months ago
Heikki Linnakangas fbb4b60783 Fix amcheck's handling of half-dead B-tree pages 5 months ago
Heikki Linnakangas a4cb21ea9c Fix amcheck's handling of incomplete root splits in B-tree 5 months ago
Dean Rasheed 2d5b97b8c6 Avoid rewriting data-modifying CTEs more than once. 5 months ago
Tom Lane 9e77323fcc Allow indexscans on partial hash indexes with implied quals. 5 months ago
Daniel Gustafsson 9a26ff8c0e doc: Clarify passphrase command reloading on Windows 5 months ago
Andres Freund 332693e759 lwlock: Fix, currently harmless, bug in LWLockWakeup() 5 months ago
David Rowley ea36c2f6a9 Fix incorrect IndexOptInfo header comment 5 months ago
Thomas Munro 035a1f5aca jit: Adjust AArch64-only code for LLVM 21. 5 months ago
Heikki Linnakangas 11cc0f4522 Print new OldestXID value in pg_resetwal when it's being changed 6 months ago
Tom Lane b85397481c Don't allow CTEs to determine semantic levels of aggregates. 6 months ago
Thomas Munro 29a3e22f35 Define PS_USE_CLOBBER_ARGV on GNU/Hurd. 6 months ago
Nathan Bossart 6b8a2b4462 Update .abi-compliance-history for change to CreateStatistics(). 6 months ago
Nathan Bossart 4c179ccb05 Add note about CreateStatistics()'s selective use of check_rights. 6 months ago
Dean Rasheed 7aa83ea578 doc: Improve description of RLS policies applied by command type. 6 months ago
Heikki Linnakangas 84f1bf4afa Clear 'xid' in dummy async notify entries written to fill up pages 6 months ago
Heikki Linnakangas c2e58c0711 Fix remaining race condition with CLOG truncation and LISTEN/NOTIFY 6 months ago
Heikki Linnakangas eba917d360 Fix bug where we truncated CLOG that was still needed by LISTEN/NOTIFY 6 months ago
Heikki Linnakangas 7cb05dd2d1 Escalate ERRORs during async notify processing to FATAL 6 months ago
Daniel Gustafsson 4ef048f34d doc: Document effects of ownership change on privileges 6 months ago
Daniel Gustafsson f8a0ea8965 Fix range for commit_siblings in sample conf 6 months ago
Tom Lane 9ad034be35 Stamp 14.20. 6 months ago
Tom Lane ee953cd8f0 Last-minute updates for release notes. 6 months ago
Nathan Bossart 95cce56696 Check for CREATE privilege on the schema in CREATE STATISTICS. 6 months ago
Jacob Champion 96d2c7e96e libpq: Prevent some overflows of int/size_t 6 months ago
Peter Eisentraut e792be6f43 Translation updates 6 months ago
Tom Lane 06827c5fc8 Release notes for 18.1, 17.7, 16.11, 15.15, 14.20, 13.23. 6 months ago
Thomas Munro d8ba910b09 Fix generic read and write barriers for Clang. 6 months ago
Fujii Masao 9326cf9ce9 doc: Fix descriptions of some PGC_POSTMASTER parameters. 6 months ago
Álvaro Herrera d2965f627f
Introduce XLogRecPtrIsValid() 6 months ago
Peter Eisentraut ccfe28eb42 Disallow generated columns in COPY WHERE clause 6 months ago
Etsuro Fujita b8b37f0ee2 Update obsolete comment in ExecScanReScan(). 6 months ago
Etsuro Fujita 66ea95f3c5 postgres_fdw: Add more test coverage for EvalPlanQual testing. 6 months ago
Michael Paquier beba3c2b91 Fix timing-dependent failure in recovery test 004_timeline_switch 6 months ago
Andres Freund 0418716e1c jit: Fix accidentally-harmless type confusion 6 months ago
Álvaro Herrera 65b0d1f740
Fix snapshot handling bug in recent BRIN fix 6 months ago
Andres Freund 371d40c1a3 Backpatch: Fix warnings about declaration of environ on MinGW 6 months ago
Álvaro Herrera 2c56b70695
Have psql's "\? variables" show csv_fieldsep 6 months ago
Peter Eisentraut 04345d7a42 Tighten check for generated column in partition key expression 6 months ago
Álvaro Herrera f0ad417161
BRIN autosummarization may need a snapshot 6 months ago
Michael Paquier a1b8b3b2e3 Fix unconditional WAL receiver shutdown during stream-archive transition 6 months ago
Noah Misch faba2595d6 Doc: cover index CONCURRENTLY causing errors in INSERT ... ON CONFLICT. 6 months ago
Tom Lane d26997c712 Avoid mixing void and integer in a conditional expression. 6 months ago
Bruce Momjian 4c0b7bdd5e doc: rewrite random_page_cost description 6 months ago
David Rowley 86bd9497f8 Fix bogus use of "long" in AllocSetCheck() 6 months ago
Daniel Gustafsson d4542415c3 doc: Remove mention of Git protocol support 6 months ago
Tom Lane 7b542cdbcd Fix off-by-one Asserts in FreePageBtreeInsertInternal/Leaf. 6 months ago