aboutsummaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAge
* Address set of issues with errno handlingMichael Paquier2018-06-25
* Fix partial aggregation for variance(int4) and related aggregates.Tom Lane2018-06-21
* Fix mishandling of sortgroupref labels while splitting SRF targetlists.Tom Lane2018-06-21
* Update expected XML output with disabled XML, tooAlvaro Herrera2018-06-20
* Accept TEXT and CDATA nodes in XMLTABLE's column_expression.Alvaro Herrera2018-06-20
* Clarify use of temporary tables within partition treesMichael Paquier2018-06-20
* Prevent hard failures of standbys caused by recycled WAL segmentsMichael Paquier2018-06-18
* Avoid unnecessary use of strncpy in a couple of places in ecpg.Tom Lane2018-06-16
* Use snprintf not sprintf in pg_waldump's timestamptz_to_str.Tom Lane2018-06-16
* Fail BRIN control functions during recovery explicitlyAlvaro Herrera2018-06-14
* Fix bugs in vacuum of shared rels, by keeping their relcache entries current.Andres Freund2018-06-12
* Fix access to just-closed relcache entry.Tom Lane2018-06-11
* Teach SHOW ALL to honor pg_read_all_settings membershipAlvaro Herrera2018-06-08
* Fix typoPeter Eisentraut2018-06-08
* Fix obsolete comment.Heikki Linnakangas2018-06-07
* Fix function code in error reportAlvaro Herrera2018-06-06
* Fix misidentification of SQL statement type in plpgsql's exec_stmt_execsql.Tom Lane2018-05-25
* Fix objectaddress.c code for publication relations.Tom Lane2018-05-24
* Properly schema-qualify additional object types in getObjectDescription().Tom Lane2018-05-24
* Fix simple_prompt() to disable echo on Windows when stdin != terminal.Tom Lane2018-05-23
* Widen COPY FROM's current-line-number counter from 32 to 64 bits.Tom Lane2018-05-22
* Fix SQL:2008 FETCH FIRST syntax to allow parameters.Andrew Gierth2018-05-21
* Fix unsafe usage of strerror(errno) within ereport().Tom Lane2018-05-21
* printf("%lf") is not portable, so omit the "l".Tom Lane2018-05-20
* Support platforms where strtoll/strtoull are spelled __strtoll/__strtoull.Tom Lane2018-05-19
* Arrange to supply declarations for strtoll/strtoull if needed.Tom Lane2018-05-18
* Hot-fix ecpg regression test for missing ecpg_config.h inclusion.Tom Lane2018-05-18
* Add some test coverage for ecpg's "long long" support.Tom Lane2018-05-18
* Recognize that MSVC can support strtoll() and strtoull().Tom Lane2018-05-18
* Fix error message on short read of pg_controlMagnus Hagander2018-05-18
* Fix misprocessing of equivalence classes involving record_eq().Tom Lane2018-05-16
* Fix type checking for support functions of parallel VARIADIC aggregates.Tom Lane2018-05-15
* Update time zone data files to tzdata release 2018e.Tom Lane2018-05-09
* Improve inefficient regexes in vacuumdb TAP test.Tom Lane2018-05-08
* Stamp 10.4.REL_10_4Tom Lane2018-05-07
* Translation updatesPeter Eisentraut2018-05-07
* Clear severity 5 perlcritic warnings from vcregress.plAndrew Dunstan2018-05-06
* Tweak tests to support Python 3.7Peter Eisentraut2018-05-05
* Remove extra newlines after PQerrorMessage()Peter Eisentraut2018-05-05
* Fix scenario where streaming standby gets stuck at a continuation record.Heikki Linnakangas2018-05-05
* Don't mark pages all-visible spuriouslyAlvaro Herrera2018-05-04
* Provide for testing on python3 modules when under MSVCAndrew Dunstan2018-05-04
* Allow MSYS as well as MINGW in Msys unameAndrew Dunstan2018-05-04
* Sync our copy of the timezone library with IANA release tzcode2018e.Tom Lane2018-05-04
* Add HOLD_INTERRUPTS section into FinishPreparedTransaction.Teodor Sigaev2018-05-03
* Revert back-branch changes in power()'s behavior for NaN inputs.Tom Lane2018-05-02
* Fix bogus code for extracting extended-statistics data from syscache.Tom Lane2018-05-02
* Fix bogus list-iteration code in pg_regress.c, affecting ecpg tests only.Tom Lane2018-04-29
* Avoid wrong results for power() with NaN input on more platforms.Tom Lane2018-04-29
* Update time zone data files to tzdata release 2018d.Tom Lane2018-04-29