Commits

Showing commits that first shipped in 10 (backpatches included). Clear

DateSubjectAuthorReleases
2022-01-19 TAP tests: check for postmaster.pid anyway when "pg_ctl start" fails. Tom Lane 10.20
2022-01-17 Avoid calling gettext() in signal handlers. Tom Lane 10.20
2022-01-17 Avoid calling strerror[_r] in PQcancel(). Tom Lane 10.20
2022-01-13 Fix ruleutils.c's dumping of whole-row Vars in more contexts. Tom Lane 10.20
2022-01-10 Doc: fix bogus example about ambiguous timestamps. Tom Lane 10.20
2022-01-08 Fix results of index-only scans on btree_gist char(N) indexes. Tom Lane 10.20
2022-01-06 Prevent altering partitioned table's rowtype, if it's used elsewhere. Tom Lane 10.20
2022-01-03 Fix index-only scan plans, take 2. Tom Lane 10.20
2022-01-01 Fix index-only scan plans when not all index columns can be returned. Tom Lane 10.20
2021-12-16 Ensure casting to typmod -1 generates a RelabelType. Tom Lane 10.20
2021-12-13 Reformat imath.c macro to remove -Wmisleading-indentation warnings. Tom Lane 10.20
2021-12-08 Doc: improve xfunc-c-type-table. Tom Lane 10.20
2021-12-07 On Windows, also call shutdown() while closing the client socket. Tom Lane 10.20
2021-12-02 On Windows, close the client socket explicitly during backend shutdown. Tom Lane 10.20
2021-12-01 Avoid leaking memory during large-scale REASSIGN OWNED BY operations. Tom Lane 10.20
2021-11-29 Doc: improve documentation about ORDER BY in matviews. Tom Lane 10.20
2021-11-24 Doc: improve documentation about nextval()/setval(). Tom Lane 10.20
2021-11-22 Adjust pg_dump's priority ordering for casts. Tom Lane 10.20
2021-11-22 Pacify perlcritic. Tom Lane 10.20
2021-11-22 Probe $PROVE not $PERL while checking for modules needed by TAP tests. Tom Lane 10.20
2021-11-21 pg_receivewal, pg_recvlogical: allow canceling initial password prompt. Tom Lane 10.20
2021-11-17 Clean up error handling in pg_basebackup's walmethods.c. Tom Lane 10.20
2021-11-12 Make psql's \password default to CURRENT_USER, not PQuser(conn). Tom Lane 10.20
2021-11-10 Doc: improve protocol spec for logical replication Type messages. Tom Lane 10.20
2021-11-09 Fix instability in 026_overwrite_contrecord.pl test. Tom Lane 10.20