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
Age
Commit message (
Expand
)
Author
2017-04-25
doc: fix attribution of sequence item, order incompatibilities
Bruce Momjian
2017-04-25
doc: first draft of Postgres 10 release notes
Bruce Momjian
2017-04-24
doc: update release doc markup instructions
Bruce Momjian
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
doc: Update link
Peter Eisentraut
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
doc: Fix typo
Peter Eisentraut
2017-04-21
Remove long-obsolete catering for platforms without F_SETFD/FD_CLOEXEC.
Tom Lane
2017-04-21
Synchronize table list before creating slot in CREATE SUBSCRIPTION
Peter Eisentraut
2017-04-20
Add missing erand48.c to libpq/.gitignore.
Tom Lane
2017-04-20
Improve multivariate statistics documentation
Alvaro Herrera
2017-04-20
Sync pg_ctl documentation and usage message with reality.
Tom Lane
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
Mark some columns in pg_subscription as NOT NULL.
Fujii Masao
2017-04-20
Don't call the function that may raise an error while holding spinlock.
Fujii Masao
2017-04-19
Fix typo in docs on SASL authentication.
Heikki Linnakangas
2017-04-18
Fix testing of parallel-safety of SubPlans.
Tom Lane
2017-04-18
Doc: improve markup in self-signed certificate example.
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
Simplify docs on creating a self-signed SSL certificate
Andrew Dunstan
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
Fix example on creating a trigger with a transition table.
Heikki Linnakangas
2017-04-18
doc: Clarify logical replication details
Peter Eisentraut
[prev]
[next]