Commits
Branch selector
User selector
Datepicker
Commit History
Commits on Nov 1, 2020
Avoid null pointer dereference if error result lacks SQLSTATE.
Show description for 1127377committed
Commits on Oct 28, 2020
Use mode "r" for popen() in psql's evaluate_backtick().
Show description for 204d779committed
Commits on Oct 27, 2020
Fix use-after-free bug with event triggers and ALTER TABLE.
Show description for cc623edcommittedMakefile comment: remove reference to tools/thread/thread_test
Show description for 00e4788committedpg_dump: Lock all relations, not just plain tables
Show description for a575a1acommittedAccept relations of any kind in LOCK TABLE
Show description for 53de141committeddocs: remove reference to src/tools/thread
Show description for 67b3c3bcommitteddoc: simplify wording of function error affects
Show description for 5894786committed
Commits on Oct 26, 2020
doc: make blooms docs match reality
Show description for eb43576committed
Commits on Oct 24, 2020
Fix ancient bug in ecpg's pthread_once() emulation for Windows.
Show description for 379c43bcommitted
Commits on Oct 23, 2020
Update time zone data files to tzdata release 2020d.
Show description for 05a3632committedSync our copy of the timezone library with IANA release tzcode2020d.
Show description for 58f9f52committed
Commits on Oct 21, 2020
Fix connection string handling in psql's \connect command.
Show description for 870a232committed
Commits on Oct 20, 2020
Avoid invalid alloc size error in shm_mq
Show description for d4e654dcommitted
Commits on Oct 19, 2020
Fix connection string handling in src/bin/scripts/ programs.
Show description for 5c78f79committedMisc documentation fixes.
Show description for 67a6af6committedFix output of tsquery example in docs.
Show description for 07d46e7committedIn libpq for Windows, call WSAStartup once and WSACleanup not at all.
Show description for cdc7acecommittedFix doc for full text search distance operator.
Show description for 8ae447ecommittedRelax some asserts in merge join costing code
Show description for 00fecc2committedFix potential memory leak in pgcrypto
Show description for 994a02fcommitted
Commits on Oct 17, 2020
Doc: caution against misuse of 'now' and related datetime literals.
Show description for c1a3188committedUpdate time zone data files to tzdata release 2020c.
Show description for 13dbf4acommittedSync our copy of the timezone library with IANA release tzcode2020c.
Show description for 5515c73committed
Commits on Oct 16, 2020
Add missing error check in pgcrypto/crypt-md5.c.
Show description for e15115bcommittedDoc: tweak column widths in synchronous-commit-matrix table.
Show description for 35b1294committedpg_upgrade: remove C99 compiler req. from commit 3c0471b5fd
Show description for 9dcffe6committed
Commits on Oct 15, 2020
pg_upgrade: generate check error for left-over new tablespace
Show description for 39c23c1committeddoc: improve description of synchronous_commit modes
Show description for ee59f66committedIn the postmaster, rely on the signal infrastructure to block signals.
Show description for 7753ca4committed
Commits on Oct 12, 2020
Fix memory leak when guc.c decides a setting can't be applied now.
Show description for c7573abcommitted
Commits on Oct 7, 2020
Fix optimization hazard in gram.y's makeOrderedSetArgs(), redux.
Show description for eb48619committedRethink recent fix for pg_dump's handling of extension config tables.
Show description for 710c0a6committed
Commits on Oct 6, 2020
pg_upgrade: remove pre-8.4 code and >= 8.4 check
Show description for 700b700committedpg_upgrade; change major version comparisons to use <=, not <
Show description for 0e78dcacommitted