Commit Graph

86 Commits (c7b8998ebbf310a156aa38022555a24d98fdbfb4)

Author SHA1 Message Date
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. 8 years ago
Kevin Grittner 18ce3a4ab2 Add infrastructure to support EphemeralNamedRelation references. 8 years ago
Simon Riggs 25fff40798 Default monitoring roles 8 years ago
Tom Lane a6f22e8356 Show ignored constants as "$N" rather than "?" in pg_stat_statements. 8 years ago
Robert Haas 691b8d5928 Allow for parallel execution whenever ExecutorRun() is done only once. 8 years ago
Alvaro Herrera fcec6caafa Support XMLTABLE query expression 8 years ago
Heikki Linnakangas 181bdb90ba Fix typos in comments. 9 years ago
Andres Freund 9ba8a9ce45 Use the new castNode() macro in a number of places. 9 years ago
Tom Lane 83f2061dd0 Teach contrib/pg_stat_statements to handle multi-statement commands better. 9 years ago
Tom Lane ab1f0c8225 Change representation of statement lists, and add statement location info. 9 years ago
Bruce Momjian 1d25779284 Update copyright via script for 2017 9 years ago
Tom Lane 0bb51aa967 Improve parsetree representation of special functions such as CURRENT_DATE. 9 years ago
Tom Lane 23a27b039d Widen query numbers-of-tuples-processed counters to uint64. 9 years ago
Andres Freund 1d4a0ab19a Avoid unlikely data-loss scenarios due to rename() without fsync. 9 years ago
Robert Haas c1772ad922 Change the way that LWLocks for extensions are allocated. 10 years ago
Bruce Momjian ee94300446 Update copyright for 2016 10 years ago
Tom Lane 8bbe4cbd9b Improve contrib/pg_stat_statements' handling of garbage collection failure. 10 years ago
Tom Lane dd7a8f66ed Redesign tablesample method API, and do extensive code review. 10 years ago
Bruce Momjian 807b9e0dff pgindent run for 9.5 10 years ago
Andres Freund 0740cbd759 Refactor ON CONFLICT index inference parse tree representation. 10 years ago
Andres Freund f3d3118532 Support GROUPING SETS, CUBE and ROLLUP. 10 years ago
Andres Freund 168d5805e4 Add support for INSERT ... ON CONFLICT DO NOTHING/UPDATE. 10 years ago
Tom Lane 2c33e0fbce Better fix for misuse of Float8GetDatumFast(). 10 years ago
Andrew Dunstan cfe12763c3 Use standard librart sqrt function in pg_stat_statements 10 years ago
Andrew Dunstan 735cd6128a Fix portability issues with stddev in pg_stat_statements 10 years ago
Andrew Dunstan 717f709532 Add stats for min, max, mean, stddev times to pg_stat_statements. 10 years ago
Tom Lane eb213acfe2 Prevent duplicate escape-string warnings when using pg_stat_statements. 11 years ago
Bruce Momjian 4baaf863ec Update copyright for 2015 11 years ago
Heikki Linnakangas 3cd934f635 Don't track DEALLOCATE in pg_stat_statements. 11 years ago
Bruce Momjian 6a605cd6bd Adjust blank lines around PG_MODULE_MAGIC defines, for consistency 11 years ago
Tom Lane 8f889b1083 Implement UPDATE tab SET (col1,col2,...) = (SELECT ...), ... 11 years ago
Fujii Masao 654e8e4447 Save pg_stat_statements statistics file into $PGDATA/pg_stat directory at shutdown. 11 years ago
Tom Lane 9d7ded0f42 Avoid unportable usage of sscanf(UINT64_FORMAT). 11 years ago
Bruce Momjian 0a78320057 pgindent run for 9.4 11 years ago
Tom Lane 78a3c9b6a5 pg_stat_statements forgot to let previous occupant of hook get control too. 11 years ago
Peter Eisentraut e7128e8dbb Create function prototype as part of PG_FUNCTION_INFO_V1 macro 11 years ago
Tom Lane 769065c1b2 Prefer pg_any_to_server/pg_server_to_any over pg_do_encoding_conversion. 12 years ago
Fujii Masao 3e8554a54a Make pg_basebackup skip temporary statistics files. 12 years ago
Tom Lane 98d62c28fd Update comment. 12 years ago
Tom Lane f0d6f20278 Keep pg_stat_statements' query texts in a file, not in shared memory. 12 years ago
Robert Haas ea9df812d8 Relax the requirement that all lwlocks be stored in a single array. 12 years ago
Bruce Momjian 7e04792a1c Update copyright for 2014 12 years ago
Tom Lane 8d65da1f01 Support ordered-set (WITHIN GROUP) aggregates. 12 years ago
Magnus Hagander 33d3f5594a Fix pg_stat_statements build on 32-bit systems 12 years ago
Fujii Masao 91484409bd Expose qurey ID in pg_stat_statements view. 12 years ago
Tom Lane 784e762e88 Support multi-argument UNNEST(), and TABLE() syntax for multiple functions. 12 years ago
Noah Misch b560ec1b0d Implement the FILTER clause for aggregate function calls. 12 years ago
Tom Lane f8db76e875 Editorialize a bit on new ProcessUtility() API. 12 years ago