Commit Graph

40642 Commits (f8c58554db48fe004938a8a34a42afb78157b66c)
 

Author SHA1 Message Date
Tom Lane 598aa194af Still another try at fixing scanjoin_target insertion into parallel plans. 9 years ago
Tom Lane 7e81a18d49 Fix parallel-safety markings for contrib/dblink. 9 years ago
Tom Lane 915b703e16 Fix handling of argument and result datatypes for partial aggregation. 9 years ago
Tom Lane d30d1acf90 Docs typo fix. 9 years ago
Alvaro Herrera 1ca4a1b5d2 Finish up XLOG_HINT renaming 9 years ago
Robert Haas 71d05a2c7b pg_visibility: Add pg_truncate_visibility_map function. 9 years ago
Robert Haas 54f5c5150f Try again to fix the way the scanjoin_target is used with partial paths. 9 years ago
Robert Haas ede62e56fb Add VACUUM (DISABLE_PAGE_SKIPPING) for emergencies. 9 years ago
Robert Haas 20eb2731b7 Update dblink extension for parallel query. 9 years ago
Robert Haas 177c56d608 postgres_fdw: Rephrase comment. 9 years ago
Robert Haas 9c188a8454 Fix typo. 9 years ago
Robert Haas 292794f82b Remove PID from 'parallel worker' context message. 9 years ago
Robert Haas 103512cee9 Attempt to fix broken regression test. 9 years ago
Tom Lane 4c56f3269a Fix validation of overly-long IPv6 addresses. 9 years ago
Tom Lane bfb937427b Fix fuzzy thinking in ReinitializeParallelDSM(). 9 years ago
Tom Lane 75be66464c Invent min_parallel_relation_size GUC to replace a hard-wired constant. 9 years ago
Alvaro Herrera 3b5a2a8856 Reword bogus comment 9 years ago
Tom Lane 0b0baf2621 Avoid crash in "postgres -C guc" for a GUC with a null string value. 9 years ago
Alvaro Herrera b000afea65 Remove unused prototype 9 years ago
Robert Haas 8c1d9d56e9 Add regression test for 04ae11f62e. 9 years ago
Tom Lane 9901d8ac2e Use strftime("%c") to format timestamps in psql's \watch command. 9 years ago
Robert Haas 12f862099d Fix regression test for force_parallel_mode=on. 9 years ago
Robert Haas e472ce9624 Add integrity-checking functions to pg_visibility. 9 years ago
Robert Haas 38e9f90a22 Fix lazy_scan_heap so that it won't mark pages all-frozen too soon. 9 years ago
Robert Haas c7a25c242f Mark some functions parallel-unsafe. 9 years ago
Tom Lane 8383486f10 Force idle_in_transaction_session_timeout off in pg_dump and autovacuum. 9 years ago
Peter Eisentraut f0688d6e6c PL/Python: Clean up extended error reporting docs and tests 9 years ago
Bruce Momjian fab9d1da4a document when PREPARE uses generic plans 9 years ago
Robert Haas 13e7453135 Update xml2 extension for parallel query. 9 years ago
Robert Haas 20f6c3a2a1 Update uuid-ossp extension for parallel query. 9 years ago
Robert Haas 202ac08c08 Update unaccent extension for parallel query. 9 years ago
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