Commits
Branch selector
User selector
Datepicker
Commit History
Commits on Nov 13, 2014
Fix pg_dumpall to restore its ability to dump from ancient servers.
Show description for be09cebcommittedFix and improve cache invalidation logic for logical decoding.
Show description for 89fd41bcommittedFix xmin/xmax horizon computation during logical decoding initialization.
Show description for 5a2c184committedFix race condition between hot standby and restoring a full-page image.
Show description for 81c4508committedTweak row-level locking documentation
Show description for 35fed51committedMove the guts of our Levenshtein implementation into core.
Show description for c0828b7committed- committed
- committed
Rename pending_list_cleanup_size to gin_pending_list_limit.
Show description for c291503committed
Commits on Nov 12, 2014
Explicitly support the case that a plancache's raw_parse_tree is NULL.
Show description for 6777080committedFix several weaknesses in slot and logical replication on-disk serialization.
Show description for ec5896acommittedAdd interrupt checks to contrib/pg_prewarm.
Show description for bd4ae0fcommittedUse just one database connection in the "tablespace" test.
Show description for 28245b8committed- committed
Commits on Nov 11, 2014
Remove incorrect comment.
Show description for f1abd78committedLoop when necessary in contrib/pgcrypto's pktreader_pull().
Show description for f2ad2bdcommittedFix dependency searching for case where column is visited before table.
Show description for 2edfc02committedAdd generate_series(numeric, numeric).
Show description for 1871c89committedAdd GUC and storage parameter to set the maximum size of GIN pending list.
Show description for a1b395bcommittedReally fix compilation failure on MIPS.
Show description for ae667f7committed
Commits on Nov 10, 2014
Fix compilation failure on MIPS.
Show description for baf7b3acommittedBRIN: fix bug in xlog backup block counting
Show description for a590f26committedFix potential NULL-pointer dereference.
Show description for c8df947committedEnsure that RowExprs and whole-row Vars produce the expected column names.
Show description for bf7ca15committedFurther code and wording tweaks in BRIN
Show description for 1e0b436committedFix compiler warning for non-assert builds.
Show description for 96a73fccommittedTab complete second argument to \c with role names.
Show description for 095d401committedC comment: mention 1500-02-29 as an invalid date
Show description for 67067f9committed
Commits on Nov 8, 2014
Fix some coding issues in BRIN
Show description for b89ee54committedpg_basebackup: Adjust tests for long file name issues
Show description for 926f5cecommitteddoc: Update pg_receivexlog note
Show description for 552faefcommitted
Commits on Nov 7, 2014
Introduce custom path and scan providers.
Show description for 0b03e59committedFix building with WAL_DEBUG.
Show description for 7250d85committedUse the sortsupport infrastructure in more cases.
Show description for 5ea86e6committed- committed