aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
* Prevent msys2 conversion of "cmd /c" switch to a file pathAndrew Dunstan2019-09-09
* Fix RelationIdGetRelation calls that weren't bothering with error checks.Tom Lane2019-09-08
* Fix handling of NULL distances in KNN-GiSTAlexander Korotkov2019-09-08
* Fix handling Inf and Nan values in GiST pairing heap comparatorAlexander Korotkov2019-09-08
* configure: Update python search orderTom Lane2019-09-08
* doc: Fix awkward markupPeter Eisentraut2019-09-06
* When performing a base backup, check for read errors.Robert Haas2019-09-06
* Handle corner cases correctly in psql's reconnection logic.Tom Lane2019-09-02
* Doc: describe the "options" allowed in an ECPG connection target string.Tom Lane2019-08-31
* Fix overflow check and comment in GIN posting list encoding.Heikki Linnakangas2019-08-28
* Disable timeouts when running pg_rewind with online source clusterMichael Paquier2019-08-28
* Doc: clarify behavior of standard aggregates for null inputs.Tom Lane2019-08-27
* Reject empty names and recursion in config-file include directives.Tom Lane2019-08-27
* Fix failure of --jobs with vacuumdb on WindowsMichael Paquier2019-08-27
* Treat MINGW and MSYS the same in pg_upgrade test scriptAndrew Dunstan2019-08-26
* Fix error handling of vacuumdb when running out of fdsMichael Paquier2019-08-26
* Avoid platform-specific null pointer dereference in psql.Tom Lane2019-08-25
* Doc: Remove mention to "Visual Studio Express 2019"Michael Paquier2019-08-22
* Fix typoAlvaro Herrera2019-08-21
* Fix bogus commentAlvaro Herrera2019-08-20
* Doc: Fix various typosMichael Paquier2019-08-20
* Disallow changing an inherited column's type if not all parents changed.Tom Lane2019-08-18
* Prevent possible double-free when update trigger returns old tuple.Tom Lane2019-08-15
* Doc: improve documentation about postgresql.auto.conf.Tom Lane2019-08-15
* Fix ALTER SYSTEM to cope with duplicate entries in postgresql.auto.conf.Tom Lane2019-08-14
* Un-break pg_dump for pre-8.3 source servers.Tom Lane2019-08-13
* Fix compiler warningPeter Eisentraut2019-08-12
* Doc: document permissions required for ANALYZE.Tom Lane2019-08-07
* Fix predicate-locking of HOT updated rows.Heikki Linnakangas2019-08-07
* Fix some incorrect parsing of time with time zone stringsMichael Paquier2019-08-07
* Fix intarray's GiST opclasses to not fail for empty arrays with <@.Tom Lane2019-08-06
* Stamp 9.5.19.REL9_5_19Tom Lane2019-08-05
* Last-minute updates for release notes.Tom Lane2019-08-05
* Require the schema qualification in pg_temp.type_name(arg).Noah Misch2019-08-05
* Translation updatesPeter Eisentraut2019-08-05
* Release notes for 11.5, 10.10, 9.6.15, 9.5.19, 9.4.24.Tom Lane2019-08-04
* Fix handling of previous password hooks in passwordcheckMichael Paquier2019-08-01
* Fix pg_dump's handling of dependencies for custom opclasses.Tom Lane2019-07-31
* Print WAL position correctly in pg_rewind error message.Heikki Linnakangas2019-07-30
* Doc: Fix event trigger firing tableMichael Paquier2019-07-28
* Tweak our special-case logic for the IANA "Factory" timezone.Tom Lane2019-07-26
* Avoid choosing "localtime" or "posixrules" as TimeZone during initdb.Tom Lane2019-07-26
* Fix loss of fractional digits for large values in cash_numeric().Tom Lane2019-07-26
* Fix syntax error in commit 20e99cddd.Tom Lane2019-07-25
* Fix failures to ignore \r when reading Windows-style newlines.Tom Lane2019-07-25
* Honor MSVC WindowsSDKVersion if setAndrew Dunstan2019-07-25
* Fix contrib/sepgsql test policy to work with latest SELinux releases.Tom Lane2019-07-25
* Make pg_upgrade's test.sh less chatty.Tom Lane2019-07-22
* Silence compiler warning, hopefully.Tom Lane2019-07-19
* Fix error in commit e6feef57.Jeff Davis2019-07-18