aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
* Stamp 12beta4.REL_12_BETA4Tom Lane2019-09-09
* Be more careful about port selection in src/test/ldap/.Tom Lane2019-09-09
* Prevent msys2 conversion of "cmd /c" switch to a file pathAndrew Dunstan2019-09-09
* Always skip recovery SysV shared memory tests on WindowsAndrew Dunstan2019-09-09
* Reorder EPQ work, to fix rowmark related bugs and improve efficiency.Andres Freund2019-09-09
* Fix handling of non-key columns get_index_column_opclass()Alexander Korotkov2019-09-09
* Translation updatesPeter Eisentraut2019-09-09
* Improve new AND CHAIN testsPeter Eisentraut2019-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
* Fix behavior of AND CHAIN outside of explicit transaction blocksPeter Eisentraut2019-09-08
* doc: effective -> efficientPeter Eisentraut2019-09-08
* doc: Clean up title case usePeter Eisentraut2019-09-08
* Avoid using INFO elevel for what are fundamentally debug messages.Tom Lane2019-09-07
* Doc: make an editing pass over the v12 release notes.Tom Lane2019-09-07
* Message style fixesPeter Eisentraut2019-09-06
* doc: Fix awkward markupPeter Eisentraut2019-09-06
* doc: Postgres -> PostgreSQLPeter Eisentraut2019-09-06
* Update v12 release notes through today, and add major-enhancements list.Tom Lane2019-09-06
* Doc: tweak installation doc edits made by commit 76c2af926.Tom Lane2019-09-06
* When performing a base backup, check for read errors.Robert Haas2019-09-06
* libpq: ccache -> credential cachePeter Eisentraut2019-09-06
* Make pg_promote() detect postmaster death while waiting for promotion to end.Fujii Masao2019-09-06
* Fix thinko when ending progress report for a backendMichael Paquier2019-09-04
* Delay fsyncs of pg_basebackup until the end of backupMichael Paquier2019-09-04
* Clarify pg_dump documentationPeter Eisentraut2019-09-03
* pg_checksums: Handle read and write returns correctlyPeter Eisentraut2019-09-03
* Better error messages for short reads/writes in SLRUPeter Eisentraut2019-09-03
* Fix memory leak with lower, upper and initcap with ICU-provided collationsMichael Paquier2019-09-03
* Avoid touching replica identity index in ExtractReplicaIdentity().Tom Lane2019-09-02
* 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
* Doc: remove some long-obsolete information from installation.sgml.Tom Lane2019-08-30
* Fix typos in regression test comments.Etsuro Fujita2019-08-29
* Fix overflow check and comment in GIN posting list encoding.Heikki Linnakangas2019-08-28
* Avoid catalog lookups in RelationAllowsEarlyPruning().Thomas Munro2019-08-28
* Disable timeouts when running pg_rewind with online source clusterMichael Paquier2019-08-28
* Doc: improve documentation of pg_signal_backend default role.Tom Lane2019-08-27
* Improve what pg_strsignal prints if we haven't got strsignal(3).Tom Lane2019-08-27
* 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
* Fix gettext triggers specificationPeter Eisentraut2019-08-26
* Adjust to latest Msys2 kernel release numberAndrew Dunstan2019-08-26
* 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
* Back off output precision in circle.sql regression test.Tom Lane2019-08-25
* Don't rely on llvm::make_unique.Thomas Munro2019-08-25