Commit Graph

47908 Commits (5a55ea507a2d9a3fb2d004d64a994ead2ff7cf51)

Author SHA1 Message Date
Richard Guo 5a55ea507a Consider collation when proving uniqueness from unique indexes 4 days ago
Tom Lane 93da297366 Declare load_hosts() as returning HostsFileLoadResult. 5 days ago
Peter Eisentraut f6edd8ed70 Add ORDER BY to test query to stabilize test 5 days ago
Álvaro Herrera b5f92b8eb4
Fix off-by-one in repack index loop 5 days ago
Peter Eisentraut dc9e7c9ed9 Handle nodes that may appear in GraphPattern expression trees 5 days ago
Peter Eisentraut 891a57c739 Do not define type for a property graph 5 days ago
Peter Eisentraut abff4492d0 Fix options listing of pg_restore --no-globals 5 days ago
Peter Eisentraut b83a94a73b Add missing serial commas 5 days ago
Amit Kapila bf3ead6075 Simplify translatable messages for tuple value details in conflict.c. 5 days ago
Alexander Korotkov c06d1a4ba6 Mark modified the FSM buffer as dirty during recovery 6 days ago
Alexander Korotkov cb096e6d69 Improve WAIT FOR LSN test coverage 6 days ago
Alexander Korotkov e7cd592174 Wake standby_write/standby_flush waiters from the WAL replay loop 6 days ago
Alexander Korotkov cba67b5b87 Use replay position as floor for WAIT FOR LSN standby_(write|flush) 6 days ago
Alexander Korotkov df9f938ca2 Remove redundant WAIT FOR LSN caller-side pre-checks 6 days ago
Alexander Korotkov a80a593ab6 Fix memory ordering in WAIT FOR LSN wakeup mechanism 6 days ago
Alexander Korotkov dfb690dd52 Use barrier semantics when reading/writing writtenUpto 6 days ago
Andrew Dunstan c34a280c85 Add missing connection validation in ECPG 1 week ago
Andrew Dunstan b772f3fcad Only show signal-sender PID/UID detail in server log 1 week ago
Amit Kapila f67dbd8398 Fix BF failure introduced in commit 2bf6c9ff71. 1 week ago
Fujii Masao c0b24b32b0 Avoid blocking indefinitely while finishing walsender shutdown 1 week ago
Richard Guo f76686ce7f Fix HAVING-to-WHERE pushdown with nondeterministic collations 1 week ago
Amit Langote 410013d2a5 Use "concurrent delete" in serialization error for TM_Deleted cases 1 week ago
Richard Guo 8d829f5a02 Fix JSON_ARRAY(query) empty set handling and view deparsing 1 week ago
Álvaro Herrera 6ca631b990
REPACK CONCURRENTLY: fix processing of toasted tuples 1 week ago
Álvaro Herrera 2fd787d0aa
Remove working test that was supposed to fail 1 week ago
Andrew Dunstan 6cf49e804c Fix attnum remapping in generateClonedExtStatsStmt() 1 week ago
Andrew Dunstan 5642a0367c Avoid SIGSEGV in pg_get_database_ddl() on NULL tablespace 1 week ago
Daniel Gustafsson 75152c5dc5 Fix data_checksum GUC show_hook 1 week ago
Daniel Gustafsson 1df361e3d8 Improve database detection logic in datachecksumsworker 1 week ago
Daniel Gustafsson bf25e5571b Improve handling of concurrent checksum requests 1 week ago
Daniel Gustafsson 381d19da15 Typo and spelling fixups for online checksums 1 week ago
Daniel Gustafsson 25b922ec58 Fix invalid checksum state transition in checkpoints 1 week ago
Daniel Gustafsson 8fb8ded889 Handle data_checksum state changes during launcher_exit 1 week ago
Daniel Gustafsson a0d8f4c1ae Test improvements for online checksums 1 week ago
Daniel Gustafsson b120358c61 Prevent pg_enable/disable_data_checksums() on standby 1 week ago
Amit Kapila 2bf6c9ff71 Fix double table_close of sequence_rel in copy_sequences(). 1 week ago
Michael Paquier 5941e7f092 Fix errno check based on EINTR in pg_flush_data() 1 week ago
Michael Paquier ac59a90bef Adjust some incorrect *GetDatum() macros 1 week ago
Michael Paquier 4bfd0f1b76 Fix error of pg_stat_reset_shared() 1 week ago
Nathan Bossart 3dd42ee97b Suppress "has no symbols" linker warnings on macOS. 1 week ago
Masahiko Sawada a424e31b16 test_tidstore: Stabilize regression tests by sorting offsets. 1 week ago
Andrew Dunstan df1bac400f Fix timezone dependence in test_misc/012_ddlutils.pl 1 week ago
Andrew Dunstan c529ee38b9 Convert ddlutils regression tests to TAP tests. 1 week ago
Peter Geoghegan 748d871b7c Fix nbtree skip array parallel alloc accounting. 1 week ago
John Naylor ca9807dfec Cosmetic fixes for radix sort 1 week ago
John Naylor a0302eac78 Remove unused ByteaSortSupport.abbreviate field 1 week ago
Amit Kapila c210647aeb Fix xid_advance_interval when max_retention_duration is 0. 2 weeks ago
Amit Kapila 7424aac088 Fix wrong datum conversion for subretentionactive in CreateSubscription. 2 weeks ago
Álvaro Herrera 832e220d99
REPACK CONCURRENTLY: Don't use deferrable primary keys 2 weeks ago
Peter Eisentraut 33db6c4baf Fix DELETE/UPDATE FOR PORTION OF with rules 2 weeks ago