index
:
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
REL_16_STABLE
REL_17_STABLE
REL_18_STABLE
Release_1_0_3
WIN32_DEV
ecpg_big_bison
master
This is the main PostgreSQL git repository.
git repository user
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
Age
Commit message (
Expand
)
Author
2017-07-14
Code review for NextValueExpr expression node type.
Tom Lane
2017-07-14
Fix broken link-command-line ordering for libpgfeutils.
Tom Lane
2017-07-14
Fix pg_basebackup output to stdout on Windows.
Heikki Linnakangas
2017-07-13
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-12
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
commit_ts test: Set node name in test
Alvaro Herrera
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
Fix ordering of operations in SyncRepWakeQueue to avoid assertion failure.
Heikki Linnakangas
2017-07-12
Remove unnecessary braces, to match the surrounding style.
Heikki Linnakangas
2017-07-11
Fix multiple assignments to a column of a domain type.
Tom Lane
2017-07-10
Stamp 10beta2.
REL_10_BETA2
Tom Lane
2017-07-10
Translation updates
Alvaro Herrera
2017-07-10
On Windows, retry process creation if we fail to reserve shared memory.
Tom Lane
2017-07-10
Fix check for empty hostname.
Heikki Linnakangas
2017-07-10
Fix COPY's handling of transition tables with indexes.
Andrew Gierth
2017-07-10
Allow multiple hostaddrs to go with multiple hostnames.
Heikki Linnakangas
2017-07-09
MSVC: Repair libpq.rc generator.
Noah Misch
2017-07-08
Avoid unreferenced-function warning on low-functionality platforms.
Tom Lane
2017-07-07
Fix typo
Alvaro Herrera
2017-07-07
Fix out of date comment
Magnus Hagander
2017-07-06
Fix potential data corruption during freeze
Teodor Sigaev
2017-07-06
Clarify the contract of partition_rbound_cmp().
Dean Rasheed
2017-07-06
Simplify the logic checking new range partition bounds.
Dean Rasheed
2017-07-06
Fix another race-condition-ish issue in recovery/t/001_stream_rep.pl.
Tom Lane
2017-07-05
Restore linking libpq into pg_ctl on Mingw builds.
Tom Lane
2017-07-05
Remove unnecessary pg_is_in_recovery calls in tests
Peter Eisentraut
2017-07-05
pg_ctl: Make failure to complete operation a nonzero exit
Peter Eisentraut
2017-07-05
Fix output of char node fields
Peter Eisentraut
2017-07-05
psql documentation fixes
Peter Eisentraut
2017-07-04
Improve subscription locking
Peter Eisentraut
2017-07-03
Treat clean shutdown of an SSL connection same as the non-SSL case.
Heikki Linnakangas
2017-07-03
Fix race condition in recovery/t/009_twophase.pl test.
Tom Lane
2017-07-02
Fix bug in PostgresNode::query_hash's split() call.
Tom Lane
2017-07-02
Try to improve readability of recovery/t/009_twophase.pl test.
Tom Lane
2017-07-02
Improve TAP test function PostgresNode::poll_query_until().
Tom Lane
2017-07-02
Refine memory allocation in ICU conversions
Peter Eisentraut
2017-07-01
Clean up misuse and nonuse of poll_query_until().
Tom Lane
2017-07-01
Reduce delay for last logicalrep feedback message when master goes idle.
Tom Lane
2017-07-01
Shorten timeouts while waiting for logicalrep worker slot attach/detach.
Tom Lane
2017-07-01
Fix UPDATE of GENERATED ALWAYS identity columns
Peter Eisentraut
2017-06-30
Fix locking in WAL receiver/sender shmem state structs
Alvaro Herrera
2017-06-30
PL/Python: Fix hint about returning composite type from Python
Peter Eisentraut
2017-06-30
Fix typo in comment
Peter Eisentraut
2017-06-30
Fix race conditions and missed wakeups in syncrep worker signaling.
Tom Lane
2017-06-30
Fix typo in comment
Peter Eisentraut
2017-06-30
Remove outdated comment
Peter Eisentraut
2017-06-30
Update code comments for pg_xlog -> pg_wal
Peter Eisentraut
[next]