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
/
backend
Age
Commit message (
Expand
)
Author
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
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-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
2017-04-21
Synchronize table list before creating slot in CREATE SUBSCRIPTION
Peter Eisentraut
2017-04-20
Modify message when partitioned table is added to publication
Peter Eisentraut
2017-04-20
Prevent log_replication_commands from causing SQL commands to be logged.
Fujii Masao
2017-04-20
Don't call the function that may raise an error while holding spinlock.
Fujii Masao
2017-04-18
Fix testing of parallel-safety of SubPlans.
Tom Lane
2017-04-18
Improve documentation and comment for quorum-based sync replication.
Fujii Masao
2017-04-18
Provide an error cursor for "can't call an SRF here" errors.
Tom Lane
2017-04-18
A collection of small fixes for logical replication.
Fujii Masao
2017-04-18
Use DatumGetInt32() to extract 32-bit integer value from a datum.
Fujii Masao
2017-04-18
Also fix comment in sample postgresql.conf file, for "scram-sha-256".
Heikki Linnakangas
2017-04-18
Rename "scram" to "scram-sha-256" in pg_hba.conf and password_encryption.
Heikki Linnakangas
2017-04-18
Fix minor typo in comment
Simon Riggs
2017-04-18
Exit correctly from PrepareRedoRemove() when not found
Simon Riggs
2017-04-18
Don’t push nextid too far forwards in recovery
Simon Riggs
2017-04-18
Allow COMMENT ON COLUMN with partitioned tables
Simon Riggs
2017-04-18
Set range table for CopyFrom() in tablesync
Peter Eisentraut
2017-04-17
Rename columns in new pg_statistic_ext catalog
Alvaro Herrera
2017-04-17
Tighten up relation kind checks for extended statistics
Alvaro Herrera
2017-04-17
Always build a custom plan node's targetlist from the path's pathtarget.
Tom Lane
2017-04-17
Fix typos in comment and log message.
Fujii Masao
2017-04-17
Fix new warnings from GCC 7
Peter Eisentraut
2017-04-17
Fix extended statistics with partial analyzes
Alvaro Herrera
2017-04-17
Ensure BackgroundWorker struct contents are well-defined.
Tom Lane
[next]