Commits
Branch selector
User selector
Datepicker
Commit History
Commits on Feb 27, 2020
createdb: Fix quoting of --encoding, --lc-ctype and --lc-collate
Show description for 008cf04committed
Commits on Feb 26, 2020
Silence another compiler warning in nbtinsert.c.
Show description for 2c0797dcommittedSuppress unnecessary RelabelType nodes in more cases.
Show description for a477bfccommittedFix docs regarding AFTER triggers on partitioned tables
Show description for 3acfe6bcommittedSilence compiler warning in nbtinsert.c.
Show description for 2d8a6facommittedAdd deduplication to nbtree.
Show description for 0d861bbcommittedAdd equalimage B-Tree support functions.
Show description for 612a1abcommittedInclude error code in message from pg_upgrade
Show description for 4109bb5committed
Commits on Feb 25, 2020
Fix build failure on header generation with repetitive builds of MSVC
Show description for 59f9cd9committed
Commits on Feb 24, 2020
Fix compile failure.
Show description for 3639071committedexpression eval: Reduce number of steps for agg transition invocations.
Show description for 2742c45committedIssue properly WAL record for CID of first catalog tuple in multi-insert
Show description for 7d672b7committedAccount explicitly for long-lived FDs that are allocated outside fd.c.
Show description for 3d47551committedChange client-side fsync_fname() to report errors fatally
Show description for 1420617committedAdapt hashfn.c and hashutils.h for frontend use.
Show description for a91e2facommittedPut all the prototypes for hashfn.c into the same header file.
Show description for 9341c78committedMove bitmap_hash and bitmap_match to bitmapset.c.
Show description for 07b95c3committedAdd prefix checks in exclude lists for pg_rewind, pg_checksums and base backups
Show description for bf883b2committed
Commits on Feb 22, 2020
Factor out InitControlFile() from BootStrapXLOG()
Show description for 79c2385committedReformat code comment
Show description for 9745f93committedpg_resetwal: Rename function to avoid potential conflict
Show description for 5f1b826committed
Commits on Feb 21, 2020
Adjust Solution.pm to set HAVE_STDINT_H.
Show description for ec4a785committed- committed
Allow running src/tools/msvc/mkvcbuild.pl under not Windows
Show description for 73c8596committedAssume that we have signed integral types and flexible array members.
Show description for f4d5936committedAssume that we have <wchar.h>.
Show description for 97cf1facommittedAssume that we have utime() and <utime.h>.
Show description for 481c8e9committedAssume that we have rint().
Show description for f88a058committedAssume that we have memmove().
Show description for 1200d71committedAssume that we have cbrt().
Show description for abe41f4committedAssume that we have isinf().
Show description for 7fde892committedAssume that we have functional, 64-bit fseeko()/ftello().
Show description for 799d224committedFix compiler warnings on 64-bit Windows
Show description for 3f9c169committedFixup for nodeAgg.c refactor.
Show description for b7fabe8committedAvoid redundant checks in partition_bounds_copy().
Show description for 032f9aecommittedEtsuro Fujita