Commits
Branch selector
User selector
Datepicker
Commit History
Commits on Feb 4, 2023
Rethink treatment of "postponed" quals in deconstruct_jointree().
Show description for 5840c20committedAllow underscores in integer and numeric constants.
Show description for faff8f8committedRemove unused code related to unknown type
Show description for 1b6f632committed
Commits on Feb 3, 2023
Make int64_div_fast_to_numeric() more robust.
Show description for b2d4792committeddoc: Fix XML formatting that psql cannot handle
Show description for 2010d8bcommittedci: Use windows VMs instead of windows containers
Show description for 9881132committedReduce code duplication between heapgettup and heapgettup_pagemode
Show description for 7ae0ab0committedOptimize the origin drop functionality.
Show description for 3e577ffcommittedAmit Kapilaci: Upgrade macOS version from 12 to 13.
Show description for 2e9f120committed
Commits on Feb 2, 2023
Add helper functions to simplify heapgettup code
Show description for 8ca6d49committedFurther refactor of heapgettup and heapgettup_pagemode
Show description for f9bc34fcommittedRetire PG_SETMASK() macro.
Show description for cdf6518committedDocument installing perltidy with cpanm
Show description for e0d70a9committedClarify the choice of rscale in numeric_sqrt().
Show description for 0736fc1committedEnsure that numeric.c compiles with other NBASE values.
Show description for 9a84f29committedDoc: Abstract AF_UNIX sockets don't work on Windows.
Show description for 117d260committedAllow the logical_replication_mode to be used on the subscriber.
Show description for 9f2213acommittedAmit KapilaRefactor heapam.c adding heapgettup_initial_block function
Show description for fb1a59dcommitted
Commits on Feb 1, 2023
meson: Fix typo in pkgconfig generation
Show description for 253432fcommittedSimplify main waiting loop of the archiver process
Show description for 38cc085committeddblink: Fix variable confusion introduced in e4602483e95
Show description for fbed4bccommittedTry to fix pg_upgrade test on Windows, again.
Show description for c289117committed
Commits on Jan 31, 2023
Update time zone data files to tzdata release 2022g.
Show description for 758f44bcommittedRemove dead NoMovementScanDirection code
Show description for e9aaf06committedDoc: clarify use of NULL to drop comments and security labels.
Show description for 856ca51committedRemove over-optimistic Assert.
Show description for eae0e20committedGenerate code for query jumbling through gen_node_support.pl
Show description for 3db72ebcommittedRemove recovery test 011_crash_recovery.pl
Show description for 8c1cd72committedRefactor rmtree() to use get_dirent_type().
Show description for 54e72b6committed
Commits on Jan 30, 2023
Invent "join domains" to replace the below_outer_join hack.
Show description for 3bef56ecommittedDo assorted mop-up in the planner.
Show description for b448f1ccommittedMake Vars be outer-join-aware.
Show description for 2489d76committedDoc: clarify behavior of boolean options in replication commands.
Show description for ec7e053committedEnsure that MERGE recomputes GENERATED expressions properly.
Show description for fe9e658committedRename GUC logical_decoding_mode to logical_replication_mode.
Show description for 1e8b617committedAmit Kapila