Commit Graph

63246 Commits (e35add48ccc2e5aa94de360f1a43c6c150bda54a)
 

Author SHA1 Message Date
Nathan Bossart 25dc485074 Refactor some SIMD and popcount macros. 4 months ago
Nathan Bossart 8c6653516c Rename "fast" and "slow" popcount functions. 4 months ago
Nathan Bossart 79e232ca01 Move x86-64-specific popcount code to pg_popcount_x86.c. 4 months ago
Nathan Bossart fbe327e5b4 Rename pg_popcount_avx512.c to pg_popcount_x86.c. 4 months ago
Tom Lane 4576208454 Force standard_conforming_strings to always be ON. 4 months ago
Álvaro Herrera 4d6a66f675
Allow Boolean reloptions to have ternary values 4 months ago
Tom Lane cec5fe0d1e Remove useless flag PVC_INCLUDE_CONVERTROWTYPES. 4 months ago
Álvaro Herrera 1f28982e40
amcheck: Fix snapshot usage in bt_index_parent_check 4 months ago
Peter Eisentraut e6bb491bf2 Remove more leftovers of AIX support 4 months ago
Michael Paquier 1572ea96e6 pg_stat_statements: Add more tests for level tracking 4 months ago
Peter Eisentraut b4555cb070 Fix for C++ compatibility 4 months ago
John Naylor 7892e25924 Update some comments for fasthash 4 months ago
Amit Kapila 48efefa6ca Improve errdetail for logical replication conflict messages. 4 months ago
Michael Paquier 905ef401d5 pg_stat_statements: Clean up REGRESS list in Makefile 4 months ago
Michael Paquier f9afd56218 pg_stat_statements: Rework test order 4 months ago
Peter Eisentraut 476b35d4e3 tests: Add a test C++ extension module 4 months ago
Álvaro Herrera f1cd34f952
Use integer backend type when exec'ing a postmaster child 4 months ago
Alexander Korotkov 30776ca468 Remove redundant pg_unreachable() after elog(ERROR) from ExecWaitStmt() 4 months ago
Amit Kapila 1ba3eee89a Fix concurrent sequence drops during sequence synchronization. 4 months ago
Michael Paquier 7ebb64c557 Add routine to free MCVList 4 months ago
Bruce Momjian 2e937eeb93 doc: revert "xreflabel" used for PL/Python & libpq chapters 4 months ago
Michael Paquier 5d95219faa pg_stat_statements: Fix crash in list squashing with Vars 4 months ago
Robert Haas ecd275718b Don't set the truncation block length greater than RELSEG_SIZE. 4 months ago
Richard Guo 34740b90bc Fix unsafe pushdown of quals referencing grouping Vars 4 months ago
Tom Lane 228fe0c3e6 Update time zone data files to tzdata release 2025c. 4 months ago
Michael Paquier 6bca4b50d0 Fix error message related to end TLI in backup manifest 4 months ago
Michael Paquier 2a6ce34b55 Remove useless asserts in report_namespace_conflict() 4 months ago
Peter Eisentraut 6831cd9e3b Fix PL/Python build on MSVC with older Meson 4 months ago
Heikki Linnakangas 71379663fe Fix crash in test function on removable_cutoff(NULL) 4 months ago
Heikki Linnakangas 1c64d2fcbe Fix rare test failure in nbtree_half_dead_pages 4 months ago
Andres Freund 84705b3727 bufmgr: Avoid spurious compiler warning after fcb9c977aa 4 months ago
Michael Paquier 395b73c045 Improve pg_clear_extended_stats() with incorrect relation/stats combination 4 months ago
Amit Langote 889676a0d5 Fix rowmark handling for non-relation RTEs during executor init 4 months ago
Amit Langote 9cbb1d21d6 Fix segfault from releasing locks in detached DSM segments 4 months ago
Fujii Masao b98cc4a14e pg_recvlogical: remove unnecessary OutputFsync() return value checks. 4 months ago
Fujii Masao d89b1d8175 Add test for pg_recvlogical reconnection behavior. 4 months ago
Fujii Masao 0b10969db6 Add a new helper function wait_for_file() to Utils.pm. 4 months ago
Fujii Masao 41cbdab0ab pg_recvlogical: Prevent flushed data from being re-sent. 4 months ago
Michael Paquier a7c63e4860 Fix stability issue with new TAP test of pg_createsubscriber 4 months ago
Michael Paquier d756fa1019 Add pg_clear_extended_stats() 4 months ago
Andres Freund d40fd85187 lwlock: Remove support for disowned lwlwocks 4 months ago
Andres Freund 55fbfb738b lwlock: Remove ForEachLWLockHeldByMe 4 months ago
Andres Freund 335f2231a3 pgindent fix for 8077649907 4 months ago
Andres Freund fcb9c977aa bufmgr: Implement buffer content locks independently of lwlocks 4 months ago
Andres Freund dac328c8a6 bufmgr: Change BufferDesc.state to be a 64-bit atomic 4 months ago
Tom Lane 282b1cde9d Optimize LISTEN/NOTIFY via shared channel map and direct advancement. 4 months ago
Heikki Linnakangas 23b25586dc Fix 'unexpected data beyond EOF' on replica restart 4 months ago
Álvaro Herrera 35e3fae738
Remove #include <math.h> where not needed 4 months ago
Andres Freund 8077649907 aio: io_uring: Fix danger of completion getting reused before being read 4 months ago
Heikki Linnakangas d9c3c94365 Wake up autovacuum launcher from postmaster when a worker exits 4 months ago