Commit Graph

128 Commits (8b6c29afd1254481a63e08e89bcefcde1c8d5418)

Author SHA1 Message Date
Michael Paquier 3c03b8cd79 pg_stat_statements: Fix parameter number gaps in normalized queries 4 months ago
Tom Lane a9fdb48b73 pg_stat_statements: fetch stmt location/length before it disappears. 3 years ago
Tom Lane 6b67db10c3 Be more wary about 32-bit integer overflow in pg_stat_statements. 3 years ago
Tom Lane 3a5b313ce7 Don't try to read a multi-GB pg_stat_statements file in one call. 4 years ago
Peter Eisentraut ffb23488af doc: Spell checking 5 years ago
Fujii Masao 8d459762b1 Change default of pg_stat_statements.track_planning to off. 5 years ago
Tom Lane 5cbfce562f Initial pgindent and pgperltidy run for v13. 5 years ago
Amit Kapila 69bfaf2e1d Change the display of WAL usage statistics in Explain. 5 years ago
Amit Kapila ef08ca113f Cosmetic fixups for WAL usage work. 5 years ago
Amit Kapila 6b466bf5f2 Allow pg_stat_statements to track WAL usage statistics. 6 years ago
Fujii Masao 17e0328224 Allow pg_stat_statements to track planning statistics. 6 years ago
Fujii Masao 4a539a25eb Expose BufferUsageAccumDiff(). 6 years ago
Tom Lane 91f3bd732c Fix possibly-uninitialized variable. 6 years ago
Alvaro Herrera 2f9661311b
Represent command completion tags as structs 6 years ago
Robert Haas 05d8449e73 Move src/backend/utils/hash/hashfn.c to src/common 6 years ago
Thomas Munro 701a51fd4e Use pg_pwrite() in more places. 6 years ago
Bruce Momjian 7559d8ebfa Update copyrights for 2020 6 years ago
Alvaro Herrera c4dcd9144b Avoid splitting C string literals with \-newline 6 years ago
Peter Eisentraut 604bd36711 PG_FINALLY 6 years ago
Jeff Davis 6f40ee4f83 pg_stat_statements: add missing check for pgss_enabled(). 6 years ago
Andrew Gierth 6e74c64bcf Teach pg_stat_statements not to ignore FOR UPDATE clauses 6 years ago
Peter Eisentraut 7e9a4c5c3d Use consistent style for checking return from system calls 6 years ago
Magnus Hagander 992fe54e77 Replace an occurrence of slave with standby 6 years ago
Tom Lane 8255c7a5ee Phase 2 pgindent run for v12. 6 years ago
Tom Lane be76af171c Initial pgindent run for v12. 6 years ago
Alvaro Herrera af38498d4c Move hash_any prototype from access/hash.h to utils/hashutils.h 7 years ago
Michael Paquier 82a5649fb9 Tighten use of OpenTransientFile and CloseTransientFile 7 years ago
Tom Lane 608b167f9f Allow user control of CTE materialization, and change the default behavior. 7 years ago
Alvaro Herrera 558d77f20e Renaming for new subscripting mechanism 7 years ago
Tom Lane 4be058fe9e In the planner, replace an empty FROM clause with a dummy RTE. 7 years ago
Amit Kapila 43cbedab8f Extend pg_stat_statements_reset to reset statistics specific to a 7 years ago
Tom Lane afb0d0712f Replace the data structure used for keyword lookup. 7 years ago
Bruce Momjian 97c39498e5 Update copyright for 2019 7 years ago
Michael Paquier 56df07bb9e Make more consistent some error messages for file-related operations 7 years ago
Alvaro Herrera da6f3e45dd Reorganize partitioning code 8 years ago
Bruce Momjian 9d4649ca49 Update copyright for 2018 8 years ago
Robert Haas 2959213bf3 pg_stat_statements: Add a comment about the dangers of padding bytes. 8 years ago
Robert Haas cff440d368 pg_stat_statements: Widen query IDs from 32 bits to 64 bits. 8 years ago
Tom Lane c12d570fa1 Support arrays over domains. 8 years ago
Peter Eisentraut 0c5803b450 Refactor new file permission handling 8 years ago
Tom Lane decb08ebdf Code review for NextValueExpr expression node type. 8 years ago
Tom Lane 382ceffdf7 Phase 3 of pgindent updates. 8 years ago
Tom Lane c7b8998ebb Phase 2 of pgindent updates. 8 years ago
Tom Lane e3860ffa4d Initial pgindent run with pg_bsd_indent version 2.0. 8 years ago
Tom Lane 8f0530f580 Improve castNode notation by introducing list-extraction-specific variants. 9 years ago
Kevin Grittner 18ce3a4ab2 Add infrastructure to support EphemeralNamedRelation references. 9 years ago
Simon Riggs 25fff40798 Default monitoring roles 9 years ago
Tom Lane a6f22e8356 Show ignored constants as "$N" rather than "?" in pg_stat_statements. 9 years ago
Robert Haas 691b8d5928 Allow for parallel execution whenever ExecutorRun() is done only once. 9 years ago
Alvaro Herrera fcec6caafa Support XMLTABLE query expression 9 years ago