index
:
delta/postgresql.git
REL2_0B
REL6_4
REL6_5_PATCHES
REL7_0_PATCHES
REL7_1_STABLE
REL7_2_STABLE
REL7_3_STABLE
REL7_4_STABLE
REL8_0_STABLE
REL8_1_STABLE
REL8_2_STABLE
REL8_3_STABLE
REL8_4_STABLE
REL8_5_ALPHA1_BRANCH
REL8_5_ALPHA2_BRANCH
REL8_5_ALPHA3_BRANCH
REL9_0_ALPHA4_BRANCH
REL9_0_ALPHA5_BRANCH
REL9_0_STABLE
REL9_1_STABLE
REL9_2_STABLE
REL9_3_STABLE
REL9_4_STABLE
REL9_5_STABLE
REL9_6_STABLE
REL_10_STABLE
REL_11_STABLE
REL_12_STABLE
REL_13_STABLE
REL_14_STABLE
REL_15_STABLE
Release_1_0_3
WIN32_DEV
ecpg_big_bison
master
git.postgresql.org: git/postgresql.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
*
Re-establish postgres_fdw connections after server or user mapping changes.
Tom Lane
2017-07-21
3
-18
/
+170
*
Doc: clarify description of degenerate NATURAL joins.
Tom Lane
2017-07-20
2
-4
/
+7
*
Fix dumping of outer joins with empty qual lists.
Tom Lane
2017-07-20
3
-0
/
+44
*
Doc: add missing note about permissions needed to change log_lock_waits.
Tom Lane
2017-07-19
1
-0
/
+1
*
Doc: explain dollar quoting in the intro part of the pl/pgsql chapter.
Tom Lane
2017-07-17
1
-1
/
+19
*
Merge large_object.sql test into largeobject.source.
Tom Lane
2017-07-17
7
-36
/
+34
*
fix typo
Andrew Dunstan
2017-07-16
1
-1
/
+1
*
Fix vcregress.pl PROVE_FLAGS bug in commit 93b7d9731f
Andrew Dunstan
2017-07-16
1
-1
/
+10
*
Fix pg_basebackup output to stdout on Windows.
Heikki Linnakangas
2017-07-14
2
-2
/
+6
*
Fix dumping of FUNCTION RTEs that contain non-function-call expressions.
Tom Lane
2017-07-13
3
-2
/
+96
*
Fix race between GetNewTransactionId and GetOldestActiveTransactionId.
Heikki Linnakangas
2017-07-13
1
-8
/
+8
*
Fix ruleutils.c for domain-over-array cases, too.
Tom Lane
2017-07-12
3
-9
/
+68
*
Reduce memory usage of tsvector type analyze function.
Heikki Linnakangas
2017-07-12
1
-4
/
+17
*
Avoid integer overflow while sifting-up a heap in tuplesort.c.
Tom Lane
2017-07-12
1
-2
/
+7
*
Fix variable and type name in comment.
Heikki Linnakangas
2017-07-12
1
-2
/
+2
*
Remove unnecessary braces, to match the surrounding style.
Heikki Linnakangas
2017-07-12
1
-2
/
+0
*
Fix multiple assignments to a column of a domain type.
Tom Lane
2017-07-11
3
-4
/
+185
*
On Windows, retry process creation if we fail to reserve shared memory.
Tom Lane
2017-07-10
1
-7
/
+15
*
Doc: clarify wording about tool requirements in sourcerepo.sgml.
Tom Lane
2017-07-10
1
-3
/
+3
*
Fix potential data corruption during freeze
Teodor Sigaev
2017-07-06
1
-1
/
+1
*
Treat clean shutdown of an SSL connection same as the non-SSL case.
Heikki Linnakangas
2017-07-03
1
-3
/
+11
*
Fix walsender to exit promptly if client requests shutdown.
Tom Lane
2017-06-30
1
-17
/
+31
*
Second try at fixing tcp_keepalives_idle option on Solaris.
Tom Lane
2017-06-28
4
-107
/
+89
*
Support tcp_keepalives_idle option on Solaris.
Tom Lane
2017-06-27
2
-15
/
+48
*
Re-allow SRFs and window functions within sub-selects within aggregates.
Tom Lane
2017-06-27
1
-1
/
+1
*
Don't lose walreceiver start requests due to race condition in postmaster.
Tom Lane
2017-06-26
1
-7
/
+32
*
Ignore old stats file timestamps when starting the stats collector.
Tom Lane
2017-06-26
1
-0
/
+21
*
Fix typo in comment
Alvaro Herrera
2017-06-22
1
-1
/
+1
*
Fix possibility of creating a "phantom" segment after promotion.
Andres Freund
2017-06-21
1
-1
/
+1
*
pg_upgrade: start/stop new server after pg_resetwal
Bruce Momjian
2017-06-20
3
-10
/
+13
*
Fix materialized-view documentation oversights.
Tom Lane
2017-06-19
2
-6
/
+8
*
On Windows, make pg_dump use binary mode for compressed plain text output.
Tom Lane
2017-06-19
1
-4
/
+4
*
Fix leaking of small spilled subtransactions during logical decoding.
Andres Freund
2017-06-18
2
-3
/
+13
*
Fix dependency, when changing a function's argument/return type.
Heikki Linnakangas
2017-06-16
3
-0
/
+80
*
Fix low-probability leaks of PGresult objects in the backend.
Tom Lane
2017-06-15
2
-66
/
+102
*
doc: remove mention of Windows junction points by pg_upgrade
Bruce Momjian
2017-06-15
1
-1
/
+1
*
Fix document bug regarding read only transactions.
Tatsuo Ishii
2017-06-15
1
-1
/
+1
*
Take PROVE_FLAGS from the command line but not the environment
Andrew Dunstan
2017-06-10
2
-4
/
+10
*
postgres_fdw: Allow cancellation of transaction control commands.
Robert Haas
2017-06-07
1
-53
/
+300
*
Fix docs to not claim ECPG's SET CONNECTION is not thread-aware.
Michael Meskes
2017-06-07
1
-3
/
+2
*
Clear auth context correctly when re-connecting after failed auth attempt.
Heikki Linnakangas
2017-06-07
2
-36
/
+47
*
Unify SIGHUP handling between normal and walsender backends.
Andres Freund
2017-06-05
4
-38
/
+27
*
Prevent possibility of panics during shutdown checkpoint.
Andres Freund
2017-06-05
6
-28
/
+184
*
Have walsenders participate in procsignal infrastructure.
Andres Freund
2017-06-05
1
-13
/
+1
*
Fix thinko in previous openssl change
Andrew Dunstan
2017-06-05
1
-1
/
+1
*
Find openssl lib files in right directory for MSVC
Andrew Dunstan
2017-06-05
1
-4
/
+14
*
Always use -fPIC, not -fpic, when building shared libraries with gcc.
Tom Lane
2017-06-01
4
-26
/
+15
*
Try to ensure that stats collector's receive buffer size is at least 100KB.
Tom Lane
2017-05-29
1
-0
/
+32
*
Prevent running pg_resetwal/pg_resetxlog against wrong-version data dirs.
Tom Lane
2017-05-29
2
-1
/
+74
*
Allow NumericOnly to be "+ FCONST".
Tom Lane
2017-05-29
1
-0
/
+1
[next]