Commit Graph

40561 Commits (6b7d11ffda0b51b70978edcb1659cc62aa477f01)
 

Author SHA1 Message Date
Robert Haas 6b7d11ffda Update sslinfo extension for parallel query. 9 years ago
Robert Haas 2910fc8239 Update extensions with GIN/GIST support for parallel query. 9 years ago
Robert Haas 131c7e70b4 postgres_fdw: Check PlaceHolderVars before pushing down a join. 9 years ago
Tom Lane 5484c0a980 Minor fixes in contrib installation scripts. 9 years ago
Robert Haas 332fdbef20 postgres_fdw: Promote an Assert() to elog(). 9 years ago
Tom Lane 783cb6e48b Fix multiple minor infelicities in aclchk.c error reports. 9 years ago
Tom Lane 89d53515e5 In planner.c, avoid assuming that all PathTargets have sortgrouprefs. 9 years ago
Tom Lane cd9b4f24ce Remove extraneous leading whitespace in Windows build script. 9 years ago
Noah Misch 3be0a62ffe Finish pgindent run for 9.6: Perl files. 9 years ago
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