Commits
Branch selector
User selector
Datepicker
Commit History
Commits on Jul 8, 2024
Typo fix
Show description for 519d710committedFix outdated comment after removal of direct SSL fallback
Show description for cc68ca6committedRenumber pg_get_acl() in pg_proc.dat
Show description for e311c6ecommittedWiden lossy and exact page counters for Bitmap Heap Scan
Show description for 7340d93committedRemove an extra period in code comment
Show description for d7db04dcommittedRichard GuoFix right-anti-joins when the inner relation is proven unique
Show description for 0ffc0accommittedRichard GuoRe-enable autoruns for cmd.exe on Windows
Show description for 74b8e6acommitted
Commits on Jul 6, 2024
Use xmlAddChildList not xmlAddChild in XMLSERIALIZE.
Show description for 066e8accommittedAdjust tuplestore.c not to allocate BufFiles in generation context
Show description for 04bcf9ecommittedFix incorrect sentinel byte logic in GenerationRealloc()
Show description for 97651b0committed
Commits on Jul 5, 2024
Cope with <regex.h> name clashes.
Show description for 2a5ef09committedFix placement of "static".
Show description for 8212625committedRemove check hooks for GUCs that contribute to MaxBackends.
Show description for 0b1fe14committedImprove PL/Tcl's method for choosing Tcl names of procedures.
Show description for ba8f00ecommittedDoc: minor improvements for our "Brief History" chapter.
Show description for aaab3eecommittedSupport loading of injection points
Show description for 4b21100committedLift limitation that PGPROC->links must be the first field
Show description for 98347b5committedImprove memory management and performance of tuplestore.c
Show description for 590b045committedFix newly introduced issue in EXPLAIN for Materialize nodes
Show description for 53abb1ecommittedAdd simple codepoint redirections to unaccent.rules.
Show description for 1850184committedAdd memory/disk usage for Material nodes in EXPLAIN
Show description for 1eff827committedSupport "Right Semi Join" plan shapes
Show description for aa86129committedRichard Guo
Commits on Jul 4, 2024
Doc: small improvements in discussion of geometric data types.
Show description for 5a519abcommittedFix copy/paste mistake in comment
Show description for 2ef575ccommittedRemove bogus assertion in pg_atomic_monotonic_advance_u64
Show description for 768f0c3committeddoc: Specify when ssl_prefer_server_ciphers was added
Show description for ab0ae64committedAdd pg_get_acl() to get the ACL for a database object
Show description for 4564f1ccommittedSQL/JSON: Fix some obsolete comments.
Show description for 3a8a1f3committedAssign error codes where missing for user-facing failures
Show description for b81a71acommitted
Commits on Jul 3, 2024
Optimize memory access in GetRunningTransactionData()
Show description for 6897f0ecommittedFix typo in GetRunningTransactionData()
Show description for 6c1af54committedRemove incorrect Asserts in buffile.c
Show description for 4331a11committedImprove performance of binary_upgrade_set_pg_class_oids().
Show description for 2329cadcommittedRemove is_index parameter from binary_upgrade_set_pg_class_oids().
Show description for 6e1c4a0committedAvoid 0-length memcpy to NULL with EXEC_BACKEND
Show description for f3412a6committed