Commit Graph

60396 Commits (69b05d581eca97fd4de5860cd91ea457fcbfd161)
 

Author SHA1 Message Date
Andres Freund 69b05d581e meson: Add pg_regress_ecpg to ecpg test dependencies 1 year ago
Andres Freund 74ef4855b0 meson: Improve dependencies for tmp_install test target 1 year ago
Andres Freund c2ede6640c meson: Narrow dependencies for 'install-quiet' target 1 year ago
Alexander Korotkov ff1975ddd0 pg_controldata: Fix possible errors on corrupted pg_control 1 year ago
Alexander Korotkov 627d63419e Allow usage of match_orclause_to_indexcol() for joins 1 year ago
Alexander Korotkov 23ef119f58 Revise the header comment for match_clause_to_indexcol() 1 year ago
Nathan Bossart f3e4aeb744 vacuumdb: Add missing PQfinish() calls to vacuum_one_database(). 1 year ago
Peter Eisentraut cc2c9fa696 sepgsql: update TAP test to use fat comma style 1 year ago
Michael Paquier a051e71e28 Add data for WAL in pg_stat_io and backend statistics 1 year ago
Peter Eisentraut 622f678c10 Integrate GistTranslateCompareType() into IndexAmTranslateCompareType() 1 year ago
Tom Lane 43a15eb940 Fix incorrect range in pg_regress comment. 1 year ago
Michael Paquier b998fedab7 Improve comment on top of pgstat_count_io_op_time() 1 year ago
Michael Paquier fcce828529 Fix typo in xlog.c 1 year ago
Peter Eisentraut c09e5a6a01 Convert strategies to and from compare types 1 year ago
Peter Eisentraut 119fc30dd5 Move CompareType to separate header file 1 year ago
Michael Paquier d61b9662b0 Mention jsonlog in description of logging_collector in GUC table 1 year ago
Peter Eisentraut 43493cceda Add get_opfamily_name() function 1 year ago
Peter Eisentraut a5709b5bb2 Rename GistTranslateStratnum() to GistTranslateCompareType() 1 year ago
Peter Eisentraut 2452e71ff2 Add script to keep .editorconfig in sync with .gitattributes 1 year ago
Amit Langote 79e872fedb Add commit 76aa615943 to .git-blame-ignore-revs 1 year ago
Tom Lane 53a4936505 Doc: add commentary about cowboy assignment of maintenance_work_mem. 1 year ago
Tom Lane d4c3a6b8ad Remove obsolete restriction on the range of log_rotation_size. 1 year ago
Tom Lane 041e8b95b8 Get rid of our dependency on type "long" for memory size calculations. 1 year ago
Daniel Gustafsson f8d8581ed8 require_auth: prepare for multiple SASL mechanisms 1 year ago
Daniel Gustafsson e21d6f2971 Move PG_MAX_AUTH_TOKEN_LENGTH to libpq/auth.h 1 year ago
Daniel Gustafsson 59d6c03956 doc: Fix pg_buffercache_evict() title 1 year ago
Amit Langote 76aa615943 Fix bad indentation introduced in commit d47cbf474 1 year ago
Amit Langote d47cbf474e Perform runtime initial pruning outside ExecInitNode() 1 year ago
Amit Kapila f41d8468dd Raise an error while trying to acquire an invalid slot. 1 year ago
Michael Paquier a632cd354d injection_points: Add routine able to drop all stats 1 year ago
Michael Paquier ce5c620fb6 Add pgstat_drop_matching_entries() to pgstats 1 year ago
Michael Paquier 1e380fa7d8 Fix comment of StrategySyncStart() 1 year ago
Tom Lane b9d232b9de Use "ssize_t" not "long" in max_stack_depth-related code. 1 year ago
Tom Lane b9aa4166fa Avoid integer overflow while testing wal_skip_threshold condition. 1 year ago
Melanie Plageman a5358c14b2 Move BitmapTableScan per-scan setup into a helper 1 year ago
Tom Lane 115a365519 Simplify executor's handling of CaseTestExpr & CoerceToDomainValue. 1 year ago
Amit Kapila 6252b1eaf8 Doc: Generated column replication. 1 year ago
Amit Langote bb3ec16e14 Move PartitionPruneInfo out of plan nodes into PlannedStmt 1 year ago
Tom Lane ba0da16bd0 Require callers of coerce_to_domain() to supply base type/typmod. 1 year ago
Tom Lane 0da39aa766 Handle default NULL insertion a little better. 1 year ago
Tom Lane 6cddecdfb0 Avoid breaking SJIS encoding while de-backslashing Windows paths. 1 year ago
Tom Lane f6ff75f796 Make BufferIsExclusiveLocked and BufferIsDirty work for local buffers. 1 year ago
John Naylor 128897b101 Fix grammatical typos around possessive "its" 1 year ago
John Naylor 235328ee4a Revert "Speed up tail processing when hashing aligned C strings, take two" 1 year ago
Michael Paquier 4f071349c0 Improve test coverage of network address functions 1 year ago
Amit Kapila 75eb9766ec Rename pubgencols_type to pubgencols in pg_publication. 1 year ago
Michael Paquier 30a6ed0ce4 Track per-relation cumulative time spent in [auto]vacuum and [auto]analyze 1 year ago
Peter Eisentraut 5afaba6297 doc: Meson is not experimental on Windows 1 year ago
Michael Paquier 65281391a9 Print out error position for some ALTER TABLE ALTER COLUMN type 1 year ago
Michael Paquier 14793f4719 pg_amcheck: Fix test failure on Windows with non-existing role 1 year ago