Commit Graph

40622 Commits (028350f619f7688e0453fcd2c4b25abe9ba30fa7)
 

Author SHA1 Message Date
Teodor Sigaev 028350f619 Make exact distance match for FTS phrase operator 10 years ago
Tom Lane f1993038a4 Avoid making a separate pass over the query to check for partializability. 10 years ago
Tom Lane 19e972d558 Rethink node-level representation of partial-aggregation modes. 10 years ago
Tom Lane 59a3795c25 Simplify planner's final setup of Aggrefs for partial aggregation. 10 years ago
Alvaro Herrera e3ad3ffa68 Fix handling of multixacts predating pg_upgrade 10 years ago
Tom Lane 8cf739de85 Fix building of large (bigger than shared_buffers) hash indexes. 10 years ago
Robert Haas 9e9c38e159 postgres_fdw: Fix incorrect NULL handling in join pushdown. 10 years ago
Robert Haas 267569b24c postgres_fdw: Remove useless return statement. 10 years ago
Peter Eisentraut bd406af168 psql: Improve \crosstabview error messages 10 years ago
Andrew Dunstan 562e449724 Add tab completion for pager_min_lines to psql. 10 years ago
Tom Lane bd1693e89e Fix small memory leak in partial-aggregate deserialization functions. 10 years ago
Tom Lane 2d673424fa Improve user-facing documentation for partial/parallel aggregation. 10 years ago
Tom Lane 63ae052367 Update oidjoins regression test for 9.6. 10 years ago
Tom Lane f8ace5477e Fix type-safety problem with parallel aggregate serial/deserialization. 10 years ago
Tom Lane e45e990e4b Make "postgres -C guc" print "" not "(null)" for null-valued GUCs. 10 years ago
Peter Eisentraut 6a9c51810f Improve cleanup in rolenames test 10 years ago
Bruce Momjian 3e9df858f0 Update comment about allowing GUCs to change scanning. 10 years ago
Tom Lane 342921078a Document that dependency tracking doesn't consider function bodies. 10 years ago
Tom Lane 8b9d323cb9 Refactor planning of projection steps that don't need a Result plan node. 10 years ago
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