Commit Graph

40532 Commits (b12fd41c695b43c76b0a9a4d19ba43b05536440c)
 

Author SHA1 Message Date
Robert Haas b12fd41c69 Don't generate parallel paths for rels with parallel-restricted outputs. 10 years ago
Robert Haas e7bcd983f5 Yet again update typedefs.list file in preparation for pgindent run 10 years ago
Tom Lane 7feb60c1bb Clarify documentation of ceil/ceiling/floor functions. 10 years ago
Tom Lane e4158319f3 Mop-up for parallel degree-ectomy. 10 years ago
Robert Haas c9ce4a1c61 Eliminate "parallel degree" terminology. 10 years ago
Tom Lane 6581e930a8 Polish the documentation concerning phrase text search. 10 years ago
Robert Haas f721e94b5f Fix typo. 10 years ago
Noah Misch 14a254fb52 Test parallel query essentials in "make check". 10 years ago
Alvaro Herrera c588df9971 Make psql_crosstab plans more stable 10 years ago
Alvaro Herrera 736c95ca16 nls-global.mk: search build dir for source files, too 10 years ago
Alvaro Herrera a6dacf6bbb Fix thinko in description of table_name parameter 10 years ago
Alvaro Herrera 8b3746208c Add missing translate_columns array entry 10 years ago
Alvaro Herrera 4f04b66f97 Fix loose ends for SQL ACCESS METHOD objects 10 years ago
Tom Lane 77ba610805 Revert "Use Foreign Key relationships to infer multi-column join selectivity". 10 years ago
Peter Eisentraut 5c6d2a5e7c Message style and wording fixes 10 years ago
Peter Eisentraut df7cc3976d doc: Update wording about direct system catalog manipulation 10 years ago
Peter Eisentraut 79616ae73b doc: Fix typo 10 years ago
Simon Riggs 1f74a90888 Correct phrasing in dsm.c comments 10 years ago
Tom Lane cfd4804b1e Improve documentation for contrib/bloom. 10 years ago
Robert Haas e7880e5d39 Update lo extension for parallel query. 10 years ago
Robert Haas b79b8d8f55 Update isn extension for parallel query. 10 years ago
Robert Haas 1ab194a3a9 Update intagg extension for parallel query. 10 years ago
Robert Haas ffab82fbda Update fuzzystrmatch extension for parallel query. 10 years ago
Robert Haas 50e5226bb3 Update earthdistance extension for parallel query. 10 years ago
Robert Haas a89b4b1be0 Update citext extension for parallel query. 10 years ago
Stephen Frost 40fc457520 Minor typos / copy-editing for snapmgr.c 10 years ago
Peter Eisentraut d8c2dccfdb psql: Add missing file to nls.mk 10 years ago
Peter Eisentraut 552346c550 doc: Refer to table by id 10 years ago
Peter Eisentraut 298706de26 pgbench: Fix order in --help output 10 years ago
Simon Riggs 29424a9c66 Fix simple typo in monitoring docs 10 years ago
Stephen Frost 562f06f3f0 pg_dump only selected components of ACCESS METHODs 10 years ago
Peter Eisentraut 8359077124 PL/Python: Move ereport wrapper test cases to separate file 10 years ago
Tom Lane f64340e743 Don't reset changes_since_analyze after a selective-columns ANALYZE. 10 years ago
Robert Haas c6dbf1fe79 Stop the executor if no more tuples can be sent from worker to leader. 10 years ago
Robert Haas 44339b892a shm_mq: After a send fails with SHM_MQ_DETACHED, later ones should too. 10 years ago
Robert Haas e191a69005 pg_upgrade: Don't overwrite existing files. 10 years ago
Robert Haas 932b97a011 Fix typo. 10 years ago
Robert Haas aba8943082 pg_upgrade: Improve error checking in rewriteVisibilityMap. 10 years ago
Peter Eisentraut 6201a8ef3a Fix whitespace 10 years ago
Tom Lane 8a859691d5 Properly initialize SortSupport for ORDER BY rechecks in nodeIndexscan.c. 10 years ago
Tom Lane de33af8823 Update contrib/tsearch2/expected/tsearch2_1.out for phrase FTS. 10 years ago
Tom Lane 05104f6936 Fix grammar's AND/OR flattening to work with operator_precedence_warning. 10 years ago
Tom Lane d50183c578 Inline the easy cases in MakeExpandedObjectReadOnly(). 10 years ago
Tom Lane 9eaf5be506 Mark read/write expanded values as read-only in ValuesNext(), too. 10 years ago
Tom Lane 69f526aa49 Mark read/write expanded values as read-only in ExecProject(). 10 years ago
Robert Haas 04ae11f62e Remove bogus code to apply PathTargets to partial paths. 10 years ago
Robert Haas cac8321970 Mark PostmasterPid as PGDLLIMPORT. 10 years ago
Kevin Grittner 370a46fc01 Add new snapshot fields to serialize/deserialize functions. 10 years ago
Robert Haas 6436a853f1 Fix comment to be more accurate. 10 years ago
Tom Lane 6c72a28e5c Suppress -Wunused-result warnings about write(), again. 10 years ago