Commit Graph

40542 Commits (cae1c788b9b43887e4a4fa51a11c3a8ffa334939)
 

Author SHA1 Message Date
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
Stephen Frost 562f06f3f0 pg_dump only selected components of ACCESS METHODs 9 years ago
Peter Eisentraut 8359077124 PL/Python: Move ereport wrapper test cases to separate file 9 years ago
Tom Lane f64340e743 Don't reset changes_since_analyze after a selective-columns ANALYZE. 9 years ago
Robert Haas c6dbf1fe79 Stop the executor if no more tuples can be sent from worker to leader. 9 years ago
Robert Haas 44339b892a shm_mq: After a send fails with SHM_MQ_DETACHED, later ones should too. 9 years ago
Robert Haas e191a69005 pg_upgrade: Don't overwrite existing files. 9 years ago
Robert Haas 932b97a011 Fix typo. 9 years ago
Robert Haas aba8943082 pg_upgrade: Improve error checking in rewriteVisibilityMap. 9 years ago
Peter Eisentraut 6201a8ef3a Fix whitespace 9 years ago
Tom Lane 8a859691d5 Properly initialize SortSupport for ORDER BY rechecks in nodeIndexscan.c. 9 years ago