Commit Graph

4576 Commits (36f5594c0fe694600c07c803324b51fcfbea4079)

Author SHA1 Message Date
Peter Eisentraut b630d9d6c8 meson: Install missing example files 2 years ago
Michael Paquier 108161bcb9 pg_stat_statements: Remove duplicated tests for SET statements 2 years ago
Tom Lane 76db9cb636 Fix some issues with tracking nesting level in pg_stat_statements. 2 years ago
Heikki Linnakangas cd694f60dc Change pgcrypto to use the new ResourceOwner mechanism. 2 years ago
Peter Eisentraut 3c551ebede citext: Allow tests to pass in OpenSSL FIPS mode 2 years ago
Peter Eisentraut 721856ff24 Remove distprep 2 years ago
David Rowley b690e5facb Stabilize postgres_fdw tests on 32-bit machines 2 years ago
David Rowley 4b14e18714 Attempt to stabilize postgres_fdw tests 2 years ago
David Rowley cac169d686 Increase DEFAULT_FDW_TUPLE_COST from 0.01 to 0.2 2 years ago
David Rowley 73635b6d63 Adjust the order of the prechecks in pgrowlocks() 2 years ago
Noah Misch 13503eb590 Diagnose !indisvalid in more SQL functions. 2 years ago
Noah Misch 6ec9e9975e amcheck: Distinguish interrupted page deletion from corruption. 2 years ago
Amit Kapila 57891c256c Add STREAM_START/STREAM_STOP for transactional messages during decoding. 2 years ago
Alexander Korotkov 675fed4df5 Fix indentation in contrib/amcheck/verify_nbtree.c 2 years ago
Dean Rasheed 849172ff48 btree_gin: Fix calculation of leftmost interval value. 2 years ago
Alexander Korotkov 5ae2087202 Teach contrib/amcheck to check the unique constraint violation 2 years ago
Peter Eisentraut 611806cd72 Add trailing commas to enum definitions 2 years ago
Robert Haas afd12774ae During online checkpoints, insert XLOG_CHECKPOINT_REDO at redo point. 2 years ago
Michael Paquier 5147ab1dd3 pg_stat_statements: Add local_blk_{read|write}_time 2 years ago
Michael Paquier 13d00729d4 Rename I/O timing statistics columns to shared_blk_{read|write}_time 2 years ago
Michael Paquier 173b56f1ef Add flush option to pg_logical_emit_message() 2 years ago
Noah Misch 5f27b5f848 Dissociate btequalimage() from interval_ops, ending its deduplication. 2 years ago
Daniel Gustafsson c5a032e518 Update oldextversions test for pg_stat_statements 1.11 2 years ago
Michael Paquier 98e89740e5 test_decoding: Remove unnecessary table in twophase test 2 years ago
Amit Kapila 7cc2f59dd5 Remove duplicate words in docs and code comments. 2 years ago
Peter Eisentraut 688926633f Constify crc32_sz 2 years ago
Michael Paquier c789f0f6cc dblink: Replace WAIT_EVENT_EXTENSION with custom wait events 2 years ago
Michael Paquier d61f2538a3 postgres_fdw: Replace WAIT_EVENT_EXTENSION with custom wait events 2 years ago
Michael Paquier 11c34b342b Show parameters of CALL as constants in pg_stat_statements 2 years ago
Amit Kapila 54ccfd6586 Fix the misuse of origin filter across multiple pg_logical_slot_get_changes() calls. 2 years ago
Michael Paquier 6fc3a138b1 unaccent: Tweak value of PYTHON when building without Python support 2 years ago
Bruce Momjian 15d5d7405d pgrowlocks: change lock mode output labels for consistency 2 years ago
Heikki Linnakangas 28d3c2ddcf Fix another bug in parent page splitting during GiST index build. 2 years ago
Peter Eisentraut 64b787656d Add some const qualifiers 2 years ago
Michael Paquier f19669fed3 unaccent: Fix allocation size for target characters on initial load 2 years ago
Michael Paquier 59f47fb98d unaccent: Add support for quoted translated characters 2 years ago
Andres Freund 7369798a83 Fix tracking of temp table relation extensions as writes 2 years ago
Daniel Gustafsson 5a3423ad8e Add JIT deform_counter 2 years ago
Thomas Munro 9f0602539d Remove some more "snapshot too old" vestiges. 2 years ago
Thomas Munro f691f5b80a Remove the "snapshot too old" feature. 2 years ago
Etsuro Fujita 05c821294e postgres_fdw: Fix test for parameterized foreign scan. 2 years ago
Michael Paquier bb45156f34 Show names of DEALLOCATE as constants in pg_stat_statements 2 years ago
Alvaro Herrera b0e96f3119
Catalog not-null constraints 2 years ago
Heikki Linnakangas ccadf73163 Use the buffer cache when initializing an unlogged index. 2 years ago
Thomas Munro 7114791158 ExtendBufferedWhat -> BufferManagerRelation. 2 years ago
Michael Paquier d3c25ca1bf sepgsql: Adjust regression expected output 2 years ago
Etsuro Fujita 89be0b89ae Fix code indentation vioaltion introduced in commit 9e9931d2b. 2 years ago
Etsuro Fujita 9e9931d2bf Re-allow FDWs and custom scan providers to replace joins with pseudoconstant quals. 2 years ago
Michael Paquier 638d42a3c5 Show GIDs of two-phase commit commands as constants in pg_stat_statements 2 years ago
Peter Eisentraut 67c0ef9752 Improve const use in zlib-using code 2 years ago