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