Commit Graph

40642 Commits (f8c58554db48fe004938a8a34a42afb78157b66c)
 

Author SHA1 Message Date
Tom Lane f8c58554db Fix typo in ReorderBufferIterTXNInit(). 9 years ago
Tom Lane 3154e16737 Dodge compiler bug in Visual Studio 2013. 9 years ago
Tom Lane 8ebb69f854 Fix some infelicities in EXPLAIN output for parallel query plans. 9 years ago
Tom Lane 0584df32f5 Update rules.out to match commit 9ed551e0a. 9 years ago
Alvaro Herrera 9ed551e0a4 Add conninfo to pg_stat_wal_receiver 9 years ago
Tom Lane b32e63506c Fix match_foreign_keys_to_quals for FKs linking to unused rtable entries. 9 years ago
Tom Lane 4242a715c3 Adjust text search documentation for recent commits. 9 years ago
Robert Haas 8dee039fa1 Fix obsolete comment. 9 years ago
Teodor Sigaev 73e6bea603 Document precedence of FTS operators in tsquery 9 years ago
Bruce Momjian 8a395e0b9a doc: add link for list-of-scalars mention 9 years ago
Bruce Momjian 46eafc8855 doc: update effective_io_concurrency for SSDs 9 years ago
Alvaro Herrera b78364df18 Remove unused arguments in two GiST subroutines 9 years ago
Bruce Momjian 8e1ad1b37c doc: remove GIN vs. GiST performance mention 9 years ago
Bruce Momjian 69769a3a6e doc: in binary mode mention, say "encoding conversion" 9 years ago
Bruce Momjian 675684fc23 doc: remove mention of UT1 in representing time 9 years ago
Tom Lane c12f02ffc9 Don't apply sortgroupref labels to a tlist that might not match. 9 years ago
Robert Haas 957616dbae Fix mistakes in pg_visibility documentation. 9 years ago
Tom Lane 874fe3aea1 Fix CREATE MATVIEW/CREATE TABLE AS ... WITH NO DATA to not plan the query. 9 years ago
Teodor Sigaev 6734a1cacd Change predecence of phrase operator. 9 years ago
Teodor Sigaev 3dbbd0f02a Do not fallback to AND for FTS phrase operator. 9 years ago
Teodor Sigaev 028350f619 Make exact distance match for FTS phrase operator 9 years ago
Tom Lane f1993038a4 Avoid making a separate pass over the query to check for partializability. 9 years ago
Tom Lane 19e972d558 Rethink node-level representation of partial-aggregation modes. 9 years ago
Tom Lane 59a3795c25 Simplify planner's final setup of Aggrefs for partial aggregation. 9 years ago
Alvaro Herrera e3ad3ffa68 Fix handling of multixacts predating pg_upgrade 9 years ago
Tom Lane 8cf739de85 Fix building of large (bigger than shared_buffers) hash indexes. 9 years ago
Robert Haas 9e9c38e159 postgres_fdw: Fix incorrect NULL handling in join pushdown. 9 years ago
Robert Haas 267569b24c postgres_fdw: Remove useless return statement. 9 years ago
Peter Eisentraut bd406af168 psql: Improve \crosstabview error messages 9 years ago
Andrew Dunstan 562e449724 Add tab completion for pager_min_lines to psql. 9 years ago
Tom Lane bd1693e89e Fix small memory leak in partial-aggregate deserialization functions. 9 years ago
Tom Lane 2d673424fa Improve user-facing documentation for partial/parallel aggregation. 9 years ago
Tom Lane 63ae052367 Update oidjoins regression test for 9.6. 9 years ago
Tom Lane f8ace5477e Fix type-safety problem with parallel aggregate serial/deserialization. 9 years ago
Tom Lane e45e990e4b Make "postgres -C guc" print "" not "(null)" for null-valued GUCs. 9 years ago
Peter Eisentraut 6a9c51810f Improve cleanup in rolenames test 9 years ago
Bruce Momjian 3e9df858f0 Update comment about allowing GUCs to change scanning. 9 years ago
Tom Lane 342921078a Document that dependency tracking doesn't consider function bodies. 9 years ago
Tom Lane 8b9d323cb9 Refactor planning of projection steps that don't need a Result plan node. 9 years ago
Tom Lane 936b62ddf2 Stamp 9.6beta2. 9 years ago
Tom Lane 1fe1204e87 Add missing check for malloc failure in plpgsql_extra_checks_check_hook(). 9 years ago
Tom Lane e611515dd6 pg_trgm's set_limit() function is parallel unsafe, not parallel restricted. 9 years ago
Bruce Momjian 3557b1791b docs: clarify use of pg_rewind arguments 9 years ago
Tom Lane 9c852566a3 Fix comparison of similarity to threshold in GIST trigram searches. 9 years ago
Peter Eisentraut 47981a4665 Translation updates 9 years ago
Magnus Hagander 4d48adc2b8 Add missing documentation of pg_roles.rolbypassrls 9 years ago
Tom Lane 705ad7f3b5 Docs: improve description of psql's %R prompt escape sequence. 9 years ago
Tom Lane 9bc3332372 Improve error message annotation for GRANT/REVOKE on untrusted PLs. 9 years ago
Tom Lane a3f42e8546 Update 9.6 release notes through today. 9 years ago
Tom Lane 100340e2dc Restore foreign-key-aware estimation of join relation sizes. 9 years ago