Commit Graph

60421 Commits (a9258629edabd461f998ec7d06cdf554e8a6a6ec)
 

Author SHA1 Message Date
Peter Eisentraut a9258629ed Make TLS write functions' buffer arguments pointers const 7 months ago
Michael Paquier 169208092f Refactor TAP test code for file comparisons into new routine in Utils.pm 7 months ago
Tom Lane ecb8226af6 PDF docs build: avoid spurious "warn" in build logs. 7 months ago
Tom Lane fb056564ec Fix pgbench performance issue induced by commit af35fe501. 7 months ago
Tom Lane 11bba6e494 Doc: clarify behavior of timestamptz input some more. 7 months ago
Peter Eisentraut b92c03342d Allow non-btree speculative insertion indexes 7 months ago
Peter Eisentraut bfe21b760e Support non-btree indexes for foreign keys 7 months ago
Peter Eisentraut 83ea6c5402 Virtual generated columns 7 months ago
Amit Langote cbc127917e Track unpruned relids to avoid processing pruned relations 7 months ago
Michael Paquier 926c7fce03 injection_points: Tweak more permutation in isolation test "basic" 7 months ago
Michael Paquier 428fadb7e9 Move SQL tests of pg_stat_io for WAL data to recovery test 029_stats_restart 7 months ago
Nathan Bossart 401a6956fa Disallow COPY FREEZE on foreign tables. 7 months ago
Daniel Gustafsson a99a32e43e libpq: Handle asynchronous actions during SASL 7 months ago
Daniel Gustafsson 44ec095751 Remove support for linking with libeay32 and ssleay32 7 months ago
Nathan Bossart 527f8fec22 Fix autovacuum_vacuum_max_threshold's GUC description. 7 months ago
Daniel Gustafsson affd38e55a pgcrypto: Remove static storage class from variables 7 months ago
Michael Paquier 9e020050b8 injection_points: Re-enable permutation in isolation test "basic" 7 months ago
Nathan Bossart 306dc520b9 Introduce autovacuum_vacuum_max_threshold. 7 months ago
Tom Lane a14707da56 Show more-intuitive titles for psql commands \dt, \di, etc. 7 months ago
Daniel Gustafsson ee4667f018 doc: Update links which returned 404 7 months ago
Amit Kapila 0ec3c295e7 Avoid updating inactive_since for invalid replication slots. 7 months ago
Andres Freund b2bdb972c0 meson: ci: ensure tests are built before running them 7 months ago
Andres Freund 26aca4de43 meson: Add missing dependencies for libpq tests 7 months ago
Andres Freund c89525d57b meson: Add missing dependencies to libpq_pipeline test 7 months ago
Andres Freund 1be5c37372 meson: Add test dependencies for test_json_parser 7 months ago
Andres Freund 69b05d581e meson: Add pg_regress_ecpg to ecpg test dependencies 7 months ago
Andres Freund 74ef4855b0 meson: Improve dependencies for tmp_install test target 7 months ago
Andres Freund c2ede6640c meson: Narrow dependencies for 'install-quiet' target 7 months ago
Alexander Korotkov ff1975ddd0 pg_controldata: Fix possible errors on corrupted pg_control 7 months ago
Alexander Korotkov 627d63419e Allow usage of match_orclause_to_indexcol() for joins 7 months ago
Alexander Korotkov 23ef119f58 Revise the header comment for match_clause_to_indexcol() 7 months ago
Nathan Bossart f3e4aeb744 vacuumdb: Add missing PQfinish() calls to vacuum_one_database(). 7 months ago
Peter Eisentraut cc2c9fa696 sepgsql: update TAP test to use fat comma style 7 months ago
Michael Paquier a051e71e28 Add data for WAL in pg_stat_io and backend statistics 7 months ago
Peter Eisentraut 622f678c10 Integrate GistTranslateCompareType() into IndexAmTranslateCompareType() 8 months ago
Tom Lane 43a15eb940 Fix incorrect range in pg_regress comment. 8 months ago
Michael Paquier b998fedab7 Improve comment on top of pgstat_count_io_op_time() 8 months ago
Michael Paquier fcce828529 Fix typo in xlog.c 8 months ago
Peter Eisentraut c09e5a6a01 Convert strategies to and from compare types 8 months ago
Peter Eisentraut 119fc30dd5 Move CompareType to separate header file 8 months ago
Michael Paquier d61b9662b0 Mention jsonlog in description of logging_collector in GUC table 8 months ago
Peter Eisentraut 43493cceda Add get_opfamily_name() function 8 months ago
Peter Eisentraut a5709b5bb2 Rename GistTranslateStratnum() to GistTranslateCompareType() 8 months ago
Peter Eisentraut 2452e71ff2 Add script to keep .editorconfig in sync with .gitattributes 8 months ago
Amit Langote 79e872fedb Add commit 76aa615943 to .git-blame-ignore-revs 8 months ago
Tom Lane 53a4936505 Doc: add commentary about cowboy assignment of maintenance_work_mem. 8 months ago
Tom Lane d4c3a6b8ad Remove obsolete restriction on the range of log_rotation_size. 8 months ago
Tom Lane 041e8b95b8 Get rid of our dependency on type "long" for memory size calculations. 8 months ago
Daniel Gustafsson f8d8581ed8 require_auth: prepare for multiple SASL mechanisms 8 months ago
Daniel Gustafsson e21d6f2971 Move PG_MAX_AUTH_TOKEN_LENGTH to libpq/auth.h 8 months ago