Commits
Branch selector
User selector
Datepicker
Commit History
Commits on Mar 21, 2018
Add strict_word_similarity to pg_trgm module
Show description for be8a7a6committedAdd configure tests for stdbool.h and sizeof bool
Show description for f20b328committedRepair crash with unsortable grouping sets.
Show description for d2d7988committedRework word_similarity documentation, make it close to actual algorithm.
Show description for aea7c17committed- committed
Handle EEOP_FUNCEXPR_[STRICT_]FUSAGE out of line.
Show description for 4c0000bcommittedAdd configure infrastructure (--with-llvm) to enable LLVM support.
Show description for 5b2526ccommitted
Commits on Mar 20, 2018
Add C++ support to configure.
Show description for 6869b4fcommittedAttempt to fix build with unusual OpenSSL versions
Show description for a364dfacommittedAdd PGAC_PROG_VARCC_VARFLAGS_OPT autoconf macro.
Show description for 3de04e4committedMake configure check for a couple more Perl modules for --enable-tap-tests.
Show description for 264eb03committedDon't pass the grouping target around unnecessarily.
Show description for 9415051committedDoc: typo fix, "PG_" should be "TG_" here.
Show description for b6cbe9ecommittedDetermine grouping strategies in create_grouping_paths.
Show description for b5996c2committedDefer creation of partially-grouped relation until it's needed.
Show description for 4f15e5dcommittedFix CommandCounterIncrement in partition-related DDL
Show description for 4dba331committedPrevent query-lifespan memory leakage of SP-GiST traversal values.
Show description for 467963ccommitted
Commits on Mar 19, 2018
- committed
Fix some corner-case issues in REFRESH MATERIALIZED VIEW CONCURRENTLY.
Show description for 6497a18committedDon't use an Msys virtual path to create a tablespace
Show description for 9ad21a6committedFix performance hazard in REFRESH MATERIALIZED VIEW CONCURRENTLY.
Show description for 6fbd5cccommittedRemove unnecessary members from ModifyTableState and ExecInsert
Show description for ee0a1fccommittedExpand comment a little bit
Show description for 839a8ebcommittedFix state reversal after partition tuple routing
Show description for 6666ee4committedGenerate a separate upper relation for each stage of setop planning.
Show description for c596fadcommittedRewrite recurse_union_children to iterate, rather than recurse.
Show description for 49525c4committedFix typo in comment
Show description for 71cce90committed
Commits on Mar 18, 2018
Doc: note that statement-level view triggers require an INSTEAD OF trigger.
Show description for a467832committedFix pg_recvlogical for pre-10 versions
Show description for 8d2814fcommitted
Commits on Mar 17, 2018
Fix overflow handling in plpgsql's integer FOR loops.
Show description for 2dbee9fcommittedFix WHERE CURRENT OF when the referenced cursor uses an index-only scan.
Show description for 8f5ac44committedFix closing of incorrectly named cursor.
Show description for e400840committedMichael MeskesSet libpq sslcompression to off by default
Show description for e3bdb2dcommittedAdd ssl_passphrase_command setting
Show description for 8a3d942committedAdd 'unit' parameter to ExplainProperty{Integer,Float}.
Show description for 7a50bb6committed