Commit Graph

56452 Commits (cf05113eb0da0b65fdeaf79db0c6c27b82d3c869)
 

Author SHA1 Message Date
Michael Paquier cf05113eb0 Add newline at the end of header generated by generate-wait_event_types.pl 3 years ago
Amit Kapila cc32ec24fd Revert the commits related to allowing page lock to conflict among parallel group members. 3 years ago
Michael Paquier ae6d06f096 Handle \v as a whitespace character in parsers 3 years ago
Heikki Linnakangas 4f4d73466d Fix leak of LLVM "fatal-on-oom" section counter. 3 years ago
Peter Eisentraut 0885390151 pg_waldump: Add test case for notice message 3 years ago
Peter Eisentraut 96063e2836 pg_waldump: Add more tests 3 years ago
Heikki Linnakangas 5e8068f04e Change example in pgindent README on "/*-----" comments. 3 years ago
Daniel Gustafsson a77d39d5f4 Rename EVT cache hash to make context name unique 3 years ago
Masahiko Sawada 68a59f9e99 pgstat: fix subscription stats entry leak. 3 years ago
Peter Eisentraut cccdbc5d95 Clean up command argument assembly 3 years ago
Michael Paquier fa88928470 Generate automatically code and documentation related to wait events 3 years ago
Daniel Gustafsson 48efb2302b Fix assertion failure in snapshot building 3 years ago
Heikki Linnakangas 4b4798e138 Ensure that creation of an empty relfile is fsync'd at checkpoint. 3 years ago
Peter Eisentraut 657f5f223e Remove incidental md5() function uses from several tests 3 years ago
David Rowley 625d5b3ca0 Allow Incremental Sorts on GiST and SP-GiST indexes 3 years ago
Michael Paquier 28b5726561 libpq: Add support for Close on portals and statements 3 years ago
Thomas Munro 03f80daac8 Re-bin segment when memory pages are freed. 3 years ago
David Rowley a8c09daa8b Remove trailing zero words from Bitmapsets 3 years ago
Michael Paquier 44e73a498c Fix regression tests of unaccent to work without UTF8 support 3 years ago
Michael Paquier 72df1d3f1b Show information about flex (version and command path) in meson output 3 years ago
Nathan Bossart 957845789b Increase size of bgw_library_name. 3 years ago
Thomas Munro 126552c85c Fix race in SSI interaction with gin fast path. 3 years ago
Thomas Munro bcc93a389c Fix race in SSI interaction with bitmap heap scan. 3 years ago
Thomas Munro f9b7fc651a Fix race in SSI interaction with empty btrees. 3 years ago
Nathan Bossart 562bee0fc1 Don't truncate database and user names in startup packets. 3 years ago
Tomas Vondra 29cf61ade3 Consider fillfactor when estimating relation size 3 years ago
Tomas Vondra 087a933b21 Remove expensive test of postgres_fdw batch inserts 3 years ago
Andrew Dunstan 9436535b08 Improve pg_basebackup long file name test Windows robustness 3 years ago
Tomas Vondra a4cfeeca5a Fix code indentation violations 3 years ago
Peter Eisentraut 6d56c501a7 A minor simplification for List manipulation 3 years ago
Heikki Linnakangas dc6070bf5d Update PG_CACHE_LINE_SIZE description. 3 years ago
Peter Eisentraut 9945750ae0 cirrus/freebsd: define ENFORCE_REGRESSION_TEST_NAME_RESTRICTIONS 3 years ago
Peter Eisentraut c69bdf837f Take pg_attribute out of VacAttrStats 3 years ago
Peter Eisentraut 7a7f60aef8 Add macro for maximum statistics target 3 years ago
Peter Eisentraut 3ee2f25d21 Change type of pg_statistic_ext.stxstattarget 3 years ago
Michael Paquier 8e278b6576 Remove support for OpenSSL 1.0.1 3 years ago
Michael Paquier 2aeaf80e57 Refactor some code related to wait events "BufferPin" and "Extension" 3 years ago
Michael Paquier 8c12838001 Make PG_TEST_NOCLEAN work for temporary directories in TAP tests 3 years ago
David Rowley c65102006b Remove redundant PARTITION BY columns from WindowClauses 3 years ago
Thomas Munro 4637a6ac0b Silence "missing contrecord" error. 3 years ago
Tomas Vondra ce5aaea8cd Fix oversight in handling of modifiedCols since f24523672d 3 years ago
Tomas Vondra 98640f960e Fix memory leak in Incremental Sort rescans 3 years ago
Tomas Vondra 0457109344 Improve BRIN minmax-multi opclass test coverage 3 years ago
Tomas Vondra 2b8b2852bb Introduce bloom_filter_size for BRIN bloom opclass 3 years ago
Tomas Vondra 28d03feac3 Minor cleanups in the BRIN code 3 years ago
Thomas Munro 4f49b3f849 Trust signalfd on illumos, again. 3 years ago
Noah Misch 01d56eecee Fix test of pg_stat_io for wal_level=minimal. 3 years ago
Heikki Linnakangas e251e780bf Remove redundant check for fast_forward. 3 years ago
Heikki Linnakangas a0dd4c95b9 Improve comment on why we need ctid->(cmin,cmax) mapping. 3 years ago
Amit Langote 054ff3b33a Add a test case for a316a3bc 3 years ago