Commit Graph

3808 Commits (1255466f8358ecac29581aa5ecec76628dc2e33c)

Author SHA1 Message Date
Alexander Korotkov 34dae902ca Fix amcheck for page checks concurrent to replay of btree page deletion 5 years ago
Alvaro Herrera 17cc133f01
Dial back -Wimplicit-fallthrough to level 3 5 years ago
Alvaro Herrera 87c291e29d
Fix straggler 5 years ago
Peter Eisentraut 501e41dd3c Propagate ALTER TABLE ... SET STORAGE to indexes 5 years ago
Peter Geoghegan 18c117cc56 Remove obsolete amcheck comment. 5 years ago
Amit Kapila 69bfaf2e1d Change the display of WAL usage statistics in Explain. 5 years ago
Peter Geoghegan 20c6905dee Add posting list tuple amcheck test case. 5 years ago
Tom Lane 0da06d9faf Get rid of trailing semicolons in C macro definitions. 5 years ago
Michael Paquier 401aad6704 Rename connection parameters to control min/max SSL protocol version in libpq 5 years ago
Alvaro Herrera d0abe78d84
Check slot->restart_lsn validity in a few more places 5 years ago
Peter Eisentraut 3a89615776 Update Unicode data to Unicode 13.0.0 and CLDR 37 5 years ago
Tom Lane fc576b7c4f Fix cache reference leak in contrib/sepgsql. 5 years ago
Peter Geoghegan bc3087b626 Harmonize nbtree page split point code. 5 years ago
Andrew Dunstan 7be5d8df1f Use perl warnings pragma consistently 5 years ago
Amit Kapila ef08ca113f Cosmetic fixups for WAL usage work. 5 years ago
Peter Geoghegan 20fbb711ef Add contrib/amcheck debug message. 5 years ago
Tomas Vondra ba3e76cc57 Consider Incremental Sort paths at additional places 5 years ago
Thomas Munro 4c04be9b05 Introduce xid8-based functions to replace txid_XXX. 5 years ago
Amit Kapila 33e05f89c5 Add the option to report WAL usage in EXPLAIN and auto_explain. 5 years ago
Amit Kapila 6b466bf5f2 Allow pg_stat_statements to track WAL usage statistics. 5 years ago
Noah Misch c6b92041d3 Skip WAL for new relfilenodes, under wal_level=minimal. 5 years ago
Tom Lane 6dd9f35779 Fix bogus CALLED_AS_TRIGGER() defenses. 5 years ago
Peter Eisentraut 070c3d3937 Fix whitespace 5 years ago
Fujii Masao 17e0328224 Allow pg_stat_statements to track planning statistics. 5 years ago
Tom Lane 17ca067995 Clean up parsing of ltree and lquery some more. 5 years ago
Tom Lane 949a9f043e Add support for binary I/O of ltree, lquery, and ltxtquery types. 5 years ago
Tom Lane a80818605e Improve selectivity estimation for assorted match-style operators. 5 years ago
Alvaro Herrera 69360b3458
Remove header noise from test_decoding test 5 years ago
Tom Lane 70dc4c509b Fix lquery's NOT handling, and add ability to quantify non-'*' items. 5 years ago
Tom Lane e07e2a40bd Improve error messages in ltree_in and lquery_in. 5 years ago
Alexander Korotkov 911e702077 Implement operator class parameters 5 years ago
Fujii Masao 4a539a25eb Expose BufferUsageAccumDiff(). 5 years ago
Tom Lane 2743d9ae4a Cosmetic improvements in ltree code. 5 years ago
Tom Lane 9950c8aadf Fix lquery's behavior for consecutive '*' items. 5 years ago
Tom Lane 95f7ddfdad Protect against overflow of ltree.numlevel and lquery.numlevel. 5 years ago
Noah Misch de9396326e Revert "Skip WAL for new relfilenodes, under wal_level=minimal." 5 years ago
Noah Misch cb2fd7eac2 Skip WAL for new relfilenodes, under wal_level=minimal. 5 years ago
Amit Kapila b4f140869f Add missing errcode() in a few ereport calls. 5 years ago
Tom Lane 41b45576d5 Remove useless pfree()s at the ends of various ValuePerCall SRFs. 5 years ago
Tom Lane b4570d33aa Avoid holding a directory FD open across assorted SRF calls. 5 years ago
Alexander Korotkov d114cc5387 Improve checking of child pages in contrib/amcheck. 5 years ago
Tom Lane d01f03a495 Preserve integer and float values accurately in (de)serialize_deflist. 5 years ago
Peter Eisentraut 3c173a53a8 Remove utils/acl.h from catalog/objectaddress.h 5 years ago
Peter Eisentraut 71d60e2aa0 Add tg_updatedcols to TriggerData 5 years ago
Tom Lane 806eb92c01 Add an "absval" parameter to allow contrib/dict_int to ignore signs. 5 years ago
Tom Lane 38ce06c37e Add an explicit test to catch changes in checksumming calculations. 5 years ago
Peter Geoghegan 691e8b2e18 pageinspect: Fix types used for bt_metap() columns. 5 years ago
Tom Lane 36058a3c55 Create contrib/bool_plperl to provide a bool transform for PL/Perl[U]. 5 years ago
Tom Lane 3ed2005ff5 Introduce macros for typalign and typstorage constants. 5 years ago
Peter Eisentraut 1810ca18bf pg_standby: Don't use HAVE_WORKING_LINK 5 years ago