index
:
postgresql
REL_16_STABLE
master
postgresql mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
Commit message (
Expand
)
Author
Age
*
Fix concurrent locking of tuple update chain
Alvaro Herrera
2017-07-26
*
Fix race condition in predicate-lock init code in EXEC_BACKEND builds.
Tom Lane
2017-07-24
*
Ensure that pg_get_ruledef()'s output matches pg_get_viewdef()'s.
Tom Lane
2017-07-24
*
MSVC: Accept tcl86.lib in addition to tcl86t.lib.
Noah Misch
2017-07-23
*
Fix pg_dump's handling of event triggers.
Tom Lane
2017-07-22
*
Fix dumping of outer joins with empty qual lists.
Tom Lane
2017-07-20
*
Merge large_object.sql test into largeobject.source.
Tom Lane
2017-07-17
*
fix typo
Andrew Dunstan
2017-07-16
*
Fix vcregress.pl PROVE_FLAGS bug in commit 93b7d9731f
Andrew Dunstan
2017-07-16
*
Fix pg_basebackup output to stdout on Windows.
Heikki Linnakangas
2017-07-14
*
Fix dumping of FUNCTION RTEs that contain non-function-call expressions.
Tom Lane
2017-07-13
*
Fix race between GetNewTransactionId and GetOldestActiveTransactionId.
Heikki Linnakangas
2017-07-13
*
Fix ruleutils.c for domain-over-array cases, too.
Tom Lane
2017-07-12
*
Reduce memory usage of tsvector type analyze function.
Heikki Linnakangas
2017-07-12
*
Avoid integer overflow while sifting-up a heap in tuplesort.c.
Tom Lane
2017-07-12
*
Fix variable and type name in comment.
Heikki Linnakangas
2017-07-12
*
Remove unnecessary braces, to match the surrounding style.
Heikki Linnakangas
2017-07-12
*
Fix multiple assignments to a column of a domain type.
Tom Lane
2017-07-11
*
On Windows, retry process creation if we fail to reserve shared memory.
Tom Lane
2017-07-10
*
Fix potential data corruption during freeze
Teodor Sigaev
2017-07-06
*
Treat clean shutdown of an SSL connection same as the non-SSL case.
Heikki Linnakangas
2017-07-03
*
Fix walsender to exit promptly if client requests shutdown.
Tom Lane
2017-06-30
*
Second try at fixing tcp_keepalives_idle option on Solaris.
Tom Lane
2017-06-28
*
Support tcp_keepalives_idle option on Solaris.
Tom Lane
2017-06-27
*
Re-allow SRFs and window functions within sub-selects within aggregates.
Tom Lane
2017-06-27
*
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
*
Fix typo in comment
Alvaro Herrera
2017-06-22
*
Fix possibility of creating a "phantom" segment after promotion.
Andres Freund
2017-06-21
*
Fix materialized-view documentation oversights.
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
*
Take PROVE_FLAGS from the command line but not the environment
Andrew Dunstan
2017-06-10
*
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
*
Find openssl lib files in right directory for MSVC
Andrew Dunstan
2017-06-05
*
Always use -fPIC, not -fpic, when building shared libraries with gcc.
Tom Lane
2017-06-01
*
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
*
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
[next]