Commit Graph

40603 Commits (936b62ddf247c26e8cc4fca34bd8a4c2e65c09fd)
 

Author SHA1 Message Date
Tom Lane 936b62ddf2 Stamp 9.6beta2. 10 years ago
Tom Lane 1fe1204e87 Add missing check for malloc failure in plpgsql_extra_checks_check_hook(). 10 years ago
Tom Lane e611515dd6 pg_trgm's set_limit() function is parallel unsafe, not parallel restricted. 10 years ago
Bruce Momjian 3557b1791b docs: clarify use of pg_rewind arguments 10 years ago
Tom Lane 9c852566a3 Fix comparison of similarity to threshold in GIST trigram searches. 10 years ago
Peter Eisentraut 47981a4665 Translation updates 10 years ago
Magnus Hagander 4d48adc2b8 Add missing documentation of pg_roles.rolbypassrls 10 years ago
Tom Lane 705ad7f3b5 Docs: improve description of psql's %R prompt escape sequence. 10 years ago
Tom Lane 9bc3332372 Improve error message annotation for GRANT/REVOKE on untrusted PLs. 10 years ago
Tom Lane a3f42e8546 Update 9.6 release notes through today. 10 years ago
Tom Lane 100340e2dc Restore foreign-key-aware estimation of join relation sizes. 10 years ago
Tom Lane 598aa194af Still another try at fixing scanjoin_target insertion into parallel plans. 10 years ago
Tom Lane 7e81a18d49 Fix parallel-safety markings for contrib/dblink. 10 years ago
Tom Lane 915b703e16 Fix handling of argument and result datatypes for partial aggregation. 10 years ago
Tom Lane d30d1acf90 Docs typo fix. 10 years ago
Alvaro Herrera 1ca4a1b5d2 Finish up XLOG_HINT renaming 10 years ago
Robert Haas 71d05a2c7b pg_visibility: Add pg_truncate_visibility_map function. 10 years ago
Robert Haas 54f5c5150f Try again to fix the way the scanjoin_target is used with partial paths. 10 years ago
Robert Haas ede62e56fb Add VACUUM (DISABLE_PAGE_SKIPPING) for emergencies. 10 years ago
Robert Haas 20eb2731b7 Update dblink extension for parallel query. 10 years ago
Robert Haas 177c56d608 postgres_fdw: Rephrase comment. 10 years ago
Robert Haas 9c188a8454 Fix typo. 10 years ago
Robert Haas 292794f82b Remove PID from 'parallel worker' context message. 10 years ago
Robert Haas 103512cee9 Attempt to fix broken regression test. 10 years ago
Tom Lane 4c56f3269a Fix validation of overly-long IPv6 addresses. 10 years ago
Tom Lane bfb937427b Fix fuzzy thinking in ReinitializeParallelDSM(). 10 years ago
Tom Lane 75be66464c Invent min_parallel_relation_size GUC to replace a hard-wired constant. 10 years ago
Alvaro Herrera 3b5a2a8856 Reword bogus comment 10 years ago
Tom Lane 0b0baf2621 Avoid crash in "postgres -C guc" for a GUC with a null string value. 10 years ago
Alvaro Herrera b000afea65 Remove unused prototype 10 years ago
Robert Haas 8c1d9d56e9 Add regression test for 04ae11f62e. 10 years ago
Tom Lane 9901d8ac2e Use strftime("%c") to format timestamps in psql's \watch command. 10 years ago
Robert Haas 12f862099d Fix regression test for force_parallel_mode=on. 10 years ago
Robert Haas e472ce9624 Add integrity-checking functions to pg_visibility. 10 years ago
Robert Haas 38e9f90a22 Fix lazy_scan_heap so that it won't mark pages all-frozen too soon. 10 years ago
Robert Haas c7a25c242f Mark some functions parallel-unsafe. 10 years ago
Tom Lane 8383486f10 Force idle_in_transaction_session_timeout off in pg_dump and autovacuum. 10 years ago
Peter Eisentraut f0688d6e6c PL/Python: Clean up extended error reporting docs and tests 10 years ago
Bruce Momjian fab9d1da4a document when PREPARE uses generic plans 10 years ago
Robert Haas 13e7453135 Update xml2 extension for parallel query. 10 years ago
Robert Haas 20f6c3a2a1 Update uuid-ossp extension for parallel query. 10 years ago
Robert Haas 202ac08c08 Update unaccent extension for parallel query. 10 years ago
Robert Haas 6b7d11ffda Update sslinfo extension for parallel query. 10 years ago
Robert Haas 2910fc8239 Update extensions with GIN/GIST support for parallel query. 10 years ago
Robert Haas 131c7e70b4 postgres_fdw: Check PlaceHolderVars before pushing down a join. 10 years ago
Tom Lane 5484c0a980 Minor fixes in contrib installation scripts. 10 years ago
Robert Haas 332fdbef20 postgres_fdw: Promote an Assert() to elog(). 10 years ago
Tom Lane 783cb6e48b Fix multiple minor infelicities in aclchk.c error reports. 10 years ago
Tom Lane 89d53515e5 In planner.c, avoid assuming that all PathTargets have sortgrouprefs. 10 years ago
Tom Lane cd9b4f24ce Remove extraneous leading whitespace in Windows build script. 10 years ago