aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
* Reduce wal_retrieve_retry_interval in applicable TAP tests.Tom Lane2017-06-26
* Don't lose walreceiver start requests due to race condition in postmaster.Tom Lane2017-06-26
* Ignore old stats file timestamps when starting the stats collector.Tom Lane2017-06-26
* Minor code review for parse_phrase_operator().Tom Lane2017-06-26
* Fix typo in commentAlvaro Herrera2017-06-22
* Fix possibility of creating a "phantom" segment after promotion.Andres Freund2017-06-21
* Fix typo in comment.Heikki Linnakangas2017-06-21
* pg_upgrade: start/stop new server after pg_resetwalBruce Momjian2017-06-20
* Fix materialized-view documentation oversights.Tom Lane2017-06-19
* Avoid regressions in foreign-key-based selectivity estimates.Tom Lane2017-06-19
* On Windows, make pg_dump use binary mode for compressed plain text output.Tom Lane2017-06-19
* Fix leaking of small spilled subtransactions during logical decoding.Andres Freund2017-06-18
* Fix dependency, when changing a function's argument/return type.Heikki Linnakangas2017-06-16
* Fix low-probability leaks of PGresult objects in the backend.Tom Lane2017-06-15
* doc: remove mention of Windows junction points by pg_upgradeBruce Momjian2017-06-15
* docs: Fix pg_upgrade standby server upgrade docsBruce Momjian2017-06-15
* Fix document bug regarding read only transactions.Tatsuo Ishii2017-06-15
* Assert that we don't invent relfilenodes or type OIDs in binary upgrade.Tom Lane2017-06-12
* Take PROVE_FLAGS from the command line but not the environmentAndrew Dunstan2017-06-10
* postgres_fdw: Allow cancellation of transaction control commands.Robert Haas2017-06-07
* Fix docs to not claim ECPG's SET CONNECTION is not thread-aware.Michael Meskes2017-06-07
* Clear auth context correctly when re-connecting after failed auth attempt.Heikki Linnakangas2017-06-07
* Unify SIGHUP handling between normal and walsender backends.Andres Freund2017-06-05
* Prevent possibility of panics during shutdown checkpoint.Andres Freund2017-06-05
* Have walsenders participate in procsignal infrastructure.Andres Freund2017-06-05
* Fix thinko in previous openssl changeAndrew Dunstan2017-06-05
* Fix record length computation in pg_waldump/xlogdump.Andres Freund2017-06-05
* Find openssl lib files in right directory for MSVCAndrew Dunstan2017-06-05
* Assorted translatable string fixesAlvaro Herrera2017-06-04
* Allow parallelism in COPY (query) TO ...;Andres Freund2017-06-02
* Always use -fPIC, not -fpic, when building shared libraries with gcc.Tom Lane2017-06-01
* Fix wording in amvalidate error messagesAlvaro Herrera2017-05-30
* Try to ensure that stats collector's receive buffer size is at least 100KB.Tom Lane2017-05-29
* Prevent running pg_resetwal/pg_resetxlog against wrong-version data dirs.Tom Lane2017-05-29
* Allow NumericOnly to be "+ FCONST".Tom Lane2017-05-29
* Move autogenerated array types out of the way during ALTER ... RENAME.Tom Lane2017-05-26
* Fix pg_dump to not emit invalid SQL for an empty operator class.Tom Lane2017-05-26
* Remove docs mention of PGREALM variableMagnus Hagander2017-05-26
* Tighten checks for whitespace in functions that parse identifiers etc.Tom Lane2017-05-24
* Update URLs in pgindent source and READMEMagnus Hagander2017-05-23
* Fix precision and rounding issues in money multiplication and division.Tom Lane2017-05-21
* Change documentation references to PG website to use https: not http:Tom Lane2017-05-20
* Fix typo in comment.Heikki Linnakangas2017-05-18
* Make psql handle EOF during COPY FROM STDIN properly on all platforms.Tom Lane2017-05-17
* Fix new warnings from GCC 7Peter Eisentraut2017-05-16
* In SSL tests, don't scribble on permissions of a repo file.Tom Lane2017-05-15
* Fix unsafe reference into relcache in constructed CommentStmt.Tom Lane2017-05-15
* Make stats regression test more robust in the face of parallel query.Tom Lane2017-05-14
* Suppress indentation from Data::Dumper in regression testsAndrew Dunstan2017-05-14
* Avoid superfluous work for commits during logical slot creation.Andres Freund2017-05-13