Commit Graph

40552 Commits (b098abf90537edf0ce9c70e8eb55320baf6e445d)
 

Author SHA1 Message Date
Noah Misch b098abf905 Document the authoritative version of perltidy. 9 years ago
Peter Eisentraut 020140d84d PL/Python: Rename new keyword arguments of plpy.error() etc. 9 years ago
Andres Freund 4bc0f165cb Change default of backend_flush_after GUC to 0 (disabled). 9 years ago
Tom Lane 3303ea1a32 Remove reltarget_has_non_vars flag. 9 years ago
Tom Lane 2f153ddfdd Refactor to reduce code duplication for function property checking. 9 years ago
Kevin Grittner 13761bccb1 Rename local variable for consistency. 9 years ago
Robert Haas a8501ba119 Update pgstattuple extension for parallel query. 9 years ago
Robert Haas 496899ccc2 Update pg_stat_statements extension for parallel query. 9 years ago
Robert Haas 3d8fc8c68c Schema-qualify some references to regprocedure. 9 years ago
Kevin Grittner bf9a60ee33 Fix interaction between CREATE INDEX and "snapshot too old". 9 years ago
Tom Lane cae1c788b9 Improve the situation for parallel query versus temp relations. 9 years ago
Robert Haas 2410a2543e Repair a bit of pgindent damage. 9 years ago
Robert Haas 4bc424b968 pgindent run for 9.6 9 years ago
Robert Haas 9164deea2f Update pgrowlocks extension for parallel query. 9 years ago
Robert Haas 6b3586caa8 Update pg_prewarm extension for parallel query. 9 years ago
Robert Haas 42d4257a06 Update pg_freespacemap extension for parallel query. 9 years ago
Robert Haas 0dbf3ce0e0 Update pgcrypto extension for parallel query. 9 years ago
Robert Haas 06d7fd6e29 Update pg_buffercache extension for parallel query. 9 years ago
Robert Haas e3b607cd7a Update pageinspect extension for parallel query. 9 years ago
Tom Lane 749a787c5b Handle contrib's GIN/GIST support function signature changes honestly. 9 years ago
Robert Haas b12fd41c69 Don't generate parallel paths for rels with parallel-restricted outputs. 9 years ago
Robert Haas e7bcd983f5 Yet again update typedefs.list file in preparation for pgindent run 9 years ago
Tom Lane 7feb60c1bb Clarify documentation of ceil/ceiling/floor functions. 9 years ago
Tom Lane e4158319f3 Mop-up for parallel degree-ectomy. 9 years ago
Robert Haas c9ce4a1c61 Eliminate "parallel degree" terminology. 9 years ago
Tom Lane 6581e930a8 Polish the documentation concerning phrase text search. 9 years ago
Robert Haas f721e94b5f Fix typo. 9 years ago
Noah Misch 14a254fb52 Test parallel query essentials in "make check". 9 years ago
Alvaro Herrera c588df9971 Make psql_crosstab plans more stable 9 years ago
Alvaro Herrera 736c95ca16 nls-global.mk: search build dir for source files, too 9 years ago
Alvaro Herrera a6dacf6bbb Fix thinko in description of table_name parameter 9 years ago
Alvaro Herrera 8b3746208c Add missing translate_columns array entry 9 years ago
Alvaro Herrera 4f04b66f97 Fix loose ends for SQL ACCESS METHOD objects 9 years ago
Tom Lane 77ba610805 Revert "Use Foreign Key relationships to infer multi-column join selectivity". 9 years ago
Peter Eisentraut 5c6d2a5e7c Message style and wording fixes 9 years ago
Peter Eisentraut df7cc3976d doc: Update wording about direct system catalog manipulation 9 years ago
Peter Eisentraut 79616ae73b doc: Fix typo 9 years ago
Simon Riggs 1f74a90888 Correct phrasing in dsm.c comments 9 years ago
Tom Lane cfd4804b1e Improve documentation for contrib/bloom. 9 years ago
Robert Haas e7880e5d39 Update lo extension for parallel query. 9 years ago
Robert Haas b79b8d8f55 Update isn extension for parallel query. 9 years ago
Robert Haas 1ab194a3a9 Update intagg extension for parallel query. 9 years ago
Robert Haas ffab82fbda Update fuzzystrmatch extension for parallel query. 9 years ago
Robert Haas 50e5226bb3 Update earthdistance extension for parallel query. 9 years ago
Robert Haas a89b4b1be0 Update citext extension for parallel query. 9 years ago
Stephen Frost 40fc457520 Minor typos / copy-editing for snapmgr.c 9 years ago
Peter Eisentraut d8c2dccfdb psql: Add missing file to nls.mk 9 years ago
Peter Eisentraut 552346c550 doc: Refer to table by id 9 years ago
Peter Eisentraut 298706de26 pgbench: Fix order in --help output 9 years ago
Simon Riggs 29424a9c66 Fix simple typo in monitoring docs 9 years ago