Commits

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

DateSubjectAuthorReleases
2018-05-25 Fix misidentification of SQL statement type in plpgsql's exec_stmt_execsql. Tom Lane 9.3.24
2018-05-24 Properly schema-qualify additional object types in getObjectDescription(). Tom Lane 9.3.24
2018-05-23 Fix simple_prompt() to disable echo on Windows when stdin != terminal. Tom Lane 9.3.24
2018-05-22 Widen COPY FROM's current-line-number counter from 32 to 64 bits. Tom Lane 9.3.24
2018-05-20 printf("%lf") is not portable, so omit the "l". Tom Lane 9.3.24
2018-05-19 Support platforms where strtoll/strtoull are spelled __strtoll/__strtoull. Tom Lane 9.3.24
2018-05-19 Arrange to supply declarations for strtoll/strtoull if needed. Tom Lane 9.3.24
2018-05-18 Hot-fix ecpg regression test for missing ecpg_config.h inclusion. Tom Lane 9.3.24
2018-05-18 Add some test coverage for ecpg's "long long" support. Tom Lane 9.3.24
2018-05-18 Recognize that MSVC can support strtoll() and strtoull(). Tom Lane 9.3.24
2018-05-16 Fix misprocessing of equivalence classes involving record_eq(). Tom Lane 9.3.24
2018-05-09 Update time zone data files to tzdata release 2018e. Tom Lane 9.3.24
2018-05-07 Stamp 9.3.23. Tom Lane 9.3.23
2018-05-07 Last-minute updates for release notes. Tom Lane 9.3.23
2018-05-06 Release notes for 10.4, 9.6.9, 9.5.13, 9.4.18, 9.3.23. Tom Lane 9.3.23
2018-05-04 Sync our copy of the timezone library with IANA release tzcode2018e. Tom Lane 9.3.23
2018-05-02 Revert back-branch changes in power()'s behavior for NaN inputs. Tom Lane 9.3.23
2018-04-30 Fix bogus list-iteration code in pg_regress.c, affecting ecpg tests only. Tom Lane 9.3.23
2018-04-29 Avoid wrong results for power() with NaN input on more platforms. Tom Lane 9.3.23
2018-04-29 Update time zone data files to tzdata release 2018d. Tom Lane 9.3.23
2018-04-29 Avoid wrong results for power() with NaN input on some platforms. Tom Lane 9.3.23
2018-04-20 Change more places to be less trusting of RestrictInfo.is_pushed_down. Tom Lane 9.3.23
2018-04-19 Fix incorrect handling of join clauses pushed into parameterized paths. Tom Lane 9.3.23
2018-04-16 Fix broken collation-aware searches in SP-GiST text opclass. Tom Lane 9.3.23
2018-04-15 Fix potentially-unportable code in contrib/adminpack. Tom Lane 9.3.23