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-04-28
Fix VALIDATE CONSTRAINT to consider NO INHERIT attribute.
Robert Haas
2017-04-28
psql: Support identity columns in sequence display
Peter Eisentraut
2017-04-28
In load_relcache_init_file, initialize rd_pdcxt.
Robert Haas
2017-04-28
Speed up dropping tables with many partitions.
Robert Haas
2017-04-28
Fix crash when partitioned column specified twice.
Robert Haas
2017-04-28
Wait between tablesync worker restarts
Peter Eisentraut
2017-04-28
Misc SCRAM code cleanups.
Heikki Linnakangas
2017-04-28
Remove unnecessairly duplicated gram.y productions
Stephen Frost
2017-04-27
Don't build full initial logical decoding snapshot if NOEXPORT_SNAPSHOT.
Andres Freund
2017-04-27
Don't use on-disk snapshots for exported logical decoding snapshot.
Andres Freund
2017-04-27
Avoid slow shutdown of pg_basebackup.
Tom Lane
2017-04-27
Fix bug so logical rep launcher saves correctly time of last startup of worker.
Fujii Masao
2017-04-27
Cope with glibc too old to have epoll_create1().
Tom Lane
2017-04-27
Preserve required !catalog tuples while computing initial decoding snapshot.
Andres Freund
2017-04-27
Make latch.c more paranoid about child-process cases.
Tom Lane
2017-04-27
Rework handling of subtransactions in 2PC recovery
Simon Riggs
2017-04-27
Additional tests for subtransactions in recovery
Simon Riggs
2017-04-27
Fix typo in comment
Peter Eisentraut
2017-04-26
Allow multiple bgworkers to be launched per postmaster iteration.
Tom Lane
2017-04-26
pg_get_partkeydef: return NULL for non-partitions
Stephen Frost
2017-04-26
Silence compiler warning induced by commit de4389712.
Tom Lane
2017-04-26
Fix query that gets remote relation info
Peter Eisentraut
2017-04-26
Spelling fixes in code comments
Peter Eisentraut
2017-04-26
Fix typo in comment.
Fujii Masao
2017-04-26
Fix various concurrency issues in logical replication worker launching
Peter Eisentraut
2017-04-25
Allow ALTER TABLE ONLY on partitioned tables
Stephen Frost
2017-04-25
Wake up launcher when enabling a subscription
Peter Eisentraut
2017-04-25
Set the priorities of all quorum synchronous standbys to 1.
Fujii Masao
2017-04-25
Adjust outdated comment.
Robert Haas
2017-04-25
Update copyright in recently added files.
Fujii Masao
2017-04-24
Revert "Use pselect(2) not select(2), if available, to wait in postmaster's l...
Tom Lane
2017-04-24
Use pselect(2) not select(2), if available, to wait in postmaster's loop.
Tom Lane
2017-04-24
Run the postmaster's signal handlers without SA_RESTART.
Tom Lane
2017-04-24
Get rid of extern declarations of non-existent functions.
Fujii Masao
2017-04-24
Fix postmaster's handling of fork failure for a bgworker process.
Tom Lane
2017-04-24
Code review for commands/statscmds.c.
Tom Lane
2017-04-23
Don't include sys/poll.h anymore.
Andres Freund
2017-04-23
Zero padding in replication origin's checkpointed on disk-state.
Andres Freund
2017-04-23
Initialize all memory for logical replication relation cache.
Andres Freund
2017-04-23
Remove select(2) backed latch implementation.
Andres Freund
2017-04-23
Workaround for RecoverPreparedTransactions()
Simon Riggs
2017-04-23
Fix LagTrackerRead() for timeline increments
Simon Riggs
2017-04-23
Fix order of arguments to SubTransSetParent().
Tom Lane
2017-04-23
Fix TAP infrastructure to support Mingw better
Andrew Dunstan
2017-04-22
Make PostgresNode.pm check server status more carefully.
Tom Lane
2017-04-22
Make PostgresNode::append_conf append a newline automatically.
Tom Lane
2017-04-22
Require sufficiently modern version of Test::More for TAP tests
Andrew Dunstan
2017-04-22
Partially revert commit 536d47bd9d5fce8d91929bee3128fa1d08dbcc57.
Tom Lane
2017-04-21
Avoid depending on non-POSIX behavior of fcntl(2).
Tom Lane
2017-04-21
Change the on-disk format of SCRAM verifiers to conform to RFC 5803.
Heikki Linnakangas
[next]