Commits
Branch selector
User selector
Commit History
Commits on Mar 20, 2018
Add 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 7a50bb6committedMake ExplainPropertyInteger accept 64bit input, remove *Long variant.
Show description for f3e4b95committed
Commits on Mar 16, 2018
Fix query-lifespan memory leakage in repeatedly executed hash joins.
Show description for 9e17bdbcommittedDoc: explicitly point out that enum values can't be dropped.
Show description for 013c0bacommittedChange transaction state debug strings to match enum symbols
Show description for 4120864committedImprove savepoint error messages
Show description for 8114885committedSimplify parse representation of savepoint commands
Show description for ec87efdcommittedRename TransactionChain functions
Show description for 04700b6committedUpdate function comments
Show description for 8d47a90committedMop-up for letting VOID-returning SQL functions end with a SELECT.
Show description for 877cdf1committed