Commits
Branch selector
User selector
Datepicker
Commit History
Commits on Feb 5, 2021
Fix backslash-escaping multibyte chars in COPY FROM.
Show description for c87cbd5committedpostgres_fdw: Fix assertion in estimate_path_cost_size().
Show description for 9843841committedEtsuro FujitaFix bug in HashAgg's selective-column-spilling logic.
Show description for 6467661committedFix YA incremental sort bug.
Show description for 10fcb83committed
Commits on Feb 4, 2021
Avoid crash when rolling back within a prepared statement.
Show description for 57868d9committed
Commits on Feb 3, 2021
pg_dump: Fix dumping of inherited generated columns
Show description for 1d3ce02committed
Commits on Feb 2, 2021
Remove extra increment of plpgsql's statement counter for FOR loops.
Show description for 0fe8b1fcommittedFix ancient memory leak in contrib/auto_explain.
Show description for 5868913committed
Commits on Feb 1, 2021
Doc: work a little harder on the initial examples for regex matching.
Show description for dae5af6committed
Commits on Jan 30, 2021
Revive "snapshot too old" with wal_level=minimal and SET TABLESPACE.
Show description for d798ea7committedFix error with CREATE PUBLICATION, wal_level=minimal, and new tables.
Show description for e8e3e67committedFix CREATE INDEX CONCURRENTLY for simultaneous prepared transactions.
Show description for 86a5b30committed
Commits on Jan 29, 2021
Doc: improve cross-references for SET/SHOW.
Show description for 2a01bc2committedDocument behavior of the .** jsonpath accessor in the lax mode
Show description for 9915fe2committed
Commits on Jan 28, 2021
Silence another gcc 11 warning.
Show description for 4a9ce08committedRemove bogus restriction from BEFORE UPDATE triggers
Show description for 16f6906committedFix hash partition pruning with asymmetric partition sets.
Show description for 7f1921ccommittedMake ecpg's rjulmdy() and rmdyjul() agree with their declarations.
Show description for 1449770committedpgbench: Remove dead code
Show description for ef2a833committedDon't add bailout adjustment for non-strict deserialize calls.
Show description for 75e3ccacommitted
Commits on Jan 27, 2021
Doc: improve documentation for UNNEST().
Show description for bfda0a0committeddoc: Remove reference to views for TRUNCATE privilege
Show description for 2378d92committed
Commits on Jan 26, 2021
Report the true database name on connection errors
Show description for f17e8f3committedCode review for psql's helpSQL() function.
Show description for 64bdb6ecommitted
Commits on Jan 25, 2021
Don't clobber the calling user's credentials cache in Kerberos test.
Show description for 366d302committedFix broken ruleutils support for function TRANSFORM clauses.
Show description for a26194fcommittedDoc: improve documentation of pg_proc.protrftypes.
Show description for 652f781committedFix hypothetical bug in heap backward scans
Show description for 7632ef5committed
Commits on Jan 24, 2021
Update time zone data files to tzdata release 2021a.
Show description for 58a5453committed
Commits on Jan 22, 2021
Doc: improve directions for building on macOS.
Show description for 8fe8a55committedDoc: remove misleading claim in documentation of PQreset().
Show description for 35a7eefcommitted
Commits on Jan 21, 2021
Fix pull_varnos' miscomputation of relids set for a PlaceHolderVar.
Show description for 73fc2e5committed
Commits on Jan 20, 2021
Further tweaking of PG_SYSROOT heuristics for macOS.
Show description for 6671e81committedDisable vacuum page skipping in selected test cases.
Show description for a57dbfccommittedFix bug in detecting concurrent page splits in GiST insert
Show description for b8403d1committed