Commit Graph

61969 Commits (6d8acb777715c401925b7c26e16378b2716aa6a5)
 

Author SHA1 Message Date
Tom Lane 6d8acb7777 Avoid possible crash within libsanitizer. 2 months ago
Richard Guo 500f646368 Fix assertion failure in generate_orderedappend_paths() 2 months ago
Michael Paquier d09047d6c0 Fix timing-dependent failure in recovery test 004_timeline_switch 2 months ago
Richard Guo b166a71526 Fix comments for ChangeVarNodes() and related functions 2 months ago
Andres Freund 19e391e38a aio: Improve assertions related to io_method 2 months ago
Andres Freund 850b7da15b jit: Fix accidentally-harmless type confusion 2 months ago
Jeff Davis 3ebea75f9a Special case C_COLLATION_OID in pg_newlocale_from_collation(). 2 months ago
Masahiko Sawada 71aa2e1147 Add CHECK_FOR_INTERRUPTS in Evict{Rel,All}UnpinnedBuffers. 2 months ago
Álvaro Herrera 8733f0b54c
Fix snapshot handling bug in recent BRIN fix 2 months ago
Andres Freund 640c59067e ci: debian: Switch to Debian Trixie release 2 months ago
Tomas Vondra a26b753a08 Limit the size of TID lists during parallel GIN build 2 months ago
Álvaro Herrera 8864016118
Have psql's "\? variables" show csv_fieldsep 2 months ago
Peter Eisentraut ba99c9491c Tighten check for generated column in partition key expression 2 months ago
Álvaro Herrera 419ffde235
BRIN autosummarization may need a snapshot 2 months ago
Peter Eisentraut 1baae827ef Error message stylistic correction 2 months ago
Michael Paquier a142010739 Fix unconditional WAL receiver shutdown during stream-archive transition 2 months ago
Noah Misch 46524d519a Doc: cover index CONCURRENTLY causing errors in INSERT ... ON CONFLICT. 2 months ago
Álvaro Herrera d9ffc27291
Prevent setting a column as identity if its not-null constraint is invalid 2 months ago
Peter Geoghegan 6c3b1df878 Document nbtree row comparison design. 2 months ago
Peter Geoghegan 742bd91a83 Remove obsolete nbtree equality key comments. 2 months ago
Tom Lane fdbc675727 Avoid mixing void and integer in a conditional expression. 2 months ago
Álvaro Herrera c25314d536
pg_createsubscriber: reword dry-run log messages 2 months ago
Álvaro Herrera 59aeb693f6
pg_createsubscriber: Fix error complaining about the wrong thing 2 months ago
Bruce Momjian 0941188056 doc: rewrite random_page_cost description 2 months ago
Andres Freund a7e7bcac67 ci: macos: Upgrade to Sequoia 2 months ago
Andres Freund 3287bf62c9 ci: Fix Windows and MinGW task names 2 months ago
Peter Eisentraut fa78e5bea5 docs: Link to the correct protocol version inspection function 2 months ago
Michael Paquier bf3dba508e Fix regression with slot invalidation checks 2 months ago
Richard Guo ef6168bafe Disable parallel plans for RIGHT_SEMI joins 2 months ago
David Rowley af3a79e083 Fix bogus use of "long" in AllocSetCheck() 2 months ago
Álvaro Herrera b1635c1666
pg_stat_statements: Fix handling of duplicate constant locations 2 months ago
Michael Paquier a92bbffbc3 Simplify newline handling in libpq TAP test 2 months ago
Peter Eisentraut 74197bdc84 Check that index can return in get_actual_variable_range() 2 months ago
Amit Kapila b45a8d7d8b Fix GUC check_hook validation for synchronized_standby_slots. 2 months ago
David Rowley a2387c32f2 Fix incorrect logic for caching ResultRelInfos for triggers 2 months ago
Tom Lane 67ef5575cc Update expected output for contrib/sepgsql's regression tests. 2 months ago
Daniel Gustafsson 172f217e82 doc: Remove mention of Git protocol support 2 months ago
Tom Lane e7a3fae39e Fix off-by-one Asserts in FreePageBtreeInsertInternal/Leaf. 2 months ago
Tom Lane 447a794f64 Fix resource leaks in PL/Python error reporting, redux. 2 months ago
Fujii Masao 5f88da5de3 Add comments explaining overflow entries in the replication lag tracker. 2 months ago
Masahiko Sawada 2bc01eff37 Add copyright notice to vacuum_horizon_floor.pl test. 2 months ago
David Rowley ceb51d09b4 Fix incorrect zero extension of Datum in JIT tuple deform code 2 months ago
Tom Lane e2072b47b9 Fix memory leaks in pg_combinebackup/reconstruct.c. 2 months ago
Fujii Masao 6ff7ba9fe5 Make invalid primary_slot_name follow standard GUC error reporting. 2 months ago
Fujii Masao 9670032cc5 Fix stalled lag columns in pg_stat_replication when replay LSN stops advancing. 2 months ago
Nathan Bossart 93fb76ca4e Update .abi-compliance-history file. 2 months ago
Nathan Bossart b797c28549 Add previous commit to .git-blame-ignore-revs. 2 months ago
Nathan Bossart 2795f5a542 Re-pgindent brin.c. 2 months ago
David Rowley 715983a81a Fix BRIN 32-bit counter wrap issue with huge tables 2 months ago
Michael Paquier b2abcfa33a Fix comment in pg_get_shmem_allocations_numa() 2 months ago