Commit Graph

60406 Commits (affd38e55a3cabbc4c64198dde71c22a94877690)
 

Author SHA1 Message Date
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() 7 months ago
Tom Lane 43a15eb940 Fix incorrect range in pg_regress comment. 7 months ago
Michael Paquier b998fedab7 Improve comment on top of pgstat_count_io_op_time() 7 months ago
Michael Paquier fcce828529 Fix typo in xlog.c 7 months ago
Peter Eisentraut c09e5a6a01 Convert strategies to and from compare types 7 months ago
Peter Eisentraut 119fc30dd5 Move CompareType to separate header file 7 months ago
Michael Paquier d61b9662b0 Mention jsonlog in description of logging_collector in GUC table 7 months ago
Peter Eisentraut 43493cceda Add get_opfamily_name() function 7 months ago
Peter Eisentraut a5709b5bb2 Rename GistTranslateStratnum() to GistTranslateCompareType() 7 months ago
Peter Eisentraut 2452e71ff2 Add script to keep .editorconfig in sync with .gitattributes 7 months ago
Amit Langote 79e872fedb Add commit 76aa615943 to .git-blame-ignore-revs 7 months ago
Tom Lane 53a4936505 Doc: add commentary about cowboy assignment of maintenance_work_mem. 7 months ago
Tom Lane d4c3a6b8ad Remove obsolete restriction on the range of log_rotation_size. 7 months ago
Tom Lane 041e8b95b8 Get rid of our dependency on type "long" for memory size calculations. 7 months ago
Daniel Gustafsson f8d8581ed8 require_auth: prepare for multiple SASL mechanisms 7 months ago
Daniel Gustafsson e21d6f2971 Move PG_MAX_AUTH_TOKEN_LENGTH to libpq/auth.h 7 months ago
Daniel Gustafsson 59d6c03956 doc: Fix pg_buffercache_evict() title 7 months ago
Amit Langote 76aa615943 Fix bad indentation introduced in commit d47cbf474 7 months ago
Amit Langote d47cbf474e Perform runtime initial pruning outside ExecInitNode() 7 months ago
Amit Kapila f41d8468dd Raise an error while trying to acquire an invalid slot. 7 months ago
Michael Paquier a632cd354d injection_points: Add routine able to drop all stats 7 months ago
Michael Paquier ce5c620fb6 Add pgstat_drop_matching_entries() to pgstats 7 months ago
Michael Paquier 1e380fa7d8 Fix comment of StrategySyncStart() 7 months ago
Tom Lane b9d232b9de Use "ssize_t" not "long" in max_stack_depth-related code. 7 months ago
Tom Lane b9aa4166fa Avoid integer overflow while testing wal_skip_threshold condition. 7 months ago
Melanie Plageman a5358c14b2 Move BitmapTableScan per-scan setup into a helper 7 months ago
Tom Lane 115a365519 Simplify executor's handling of CaseTestExpr & CoerceToDomainValue. 7 months ago
Amit Kapila 6252b1eaf8 Doc: Generated column replication. 7 months ago
Amit Langote bb3ec16e14 Move PartitionPruneInfo out of plan nodes into PlannedStmt 7 months ago
Tom Lane ba0da16bd0 Require callers of coerce_to_domain() to supply base type/typmod. 8 months ago
Tom Lane 0da39aa766 Handle default NULL insertion a little better. 8 months ago