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-05-03
Remove create_singleton_array(), hard-coding the case in its sole caller.
Tom Lane
2017-05-02
Ensure commands in extension scripts see the results of preceding DDL.
Tom Lane
2017-05-02
extstats: change output functions to emit valid JSON
Alvaro Herrera
2017-05-02
Fix typos in comments.
Robert Haas
2017-05-02
Avoid unnecessary catalog updates in ALTER SEQUENCE
Peter Eisentraut
2017-05-02
Change hot_standby default value to 'on'
Magnus Hagander
2017-05-02
Don't wake up logical replication launcher unnecessarily
Peter Eisentraut
2017-05-01
Improve function header comment for create_singleton_array().
Tom Lane
2017-05-01
Reduce semijoins with unique inner relations to plain inner joins.
Tom Lane
2017-05-01
Fix mis-optimization of semijoins with more than one LHS relation.
Tom Lane
2017-05-01
Fix logical replication launcher wake up and reset
Peter Eisentraut
2017-05-01
Fire per-statement triggers on partitioned tables.
Robert Haas
2017-04-30
Fix possible null pointer dereference or invalid warning message.
Tom Lane
2017-04-28
Fix VALIDATE CONSTRAINT to consider NO INHERIT attribute.
Robert Haas
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
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
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
[next]