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
2019-02-07
Ensure that foreign scans with lateral refs are planned correctly.
Tom Lane
2019-02-06
Propagate lateral-reference information to indirect descendant relations.
Tom Lane
2019-02-05
Keep perl style checker happy
Andrew Dunstan
2019-02-05
Fix searchpath for modern Perl for genbki.pl
Andrew Dunstan
2019-02-02
Avoid possible deadlock while locking multiple heap pages.
Amit Kapila
2019-02-01
Fix use of dangling pointer in heap_delete() when logging replica identity
Michael Paquier
2019-01-30
Fix a crash in logical replication
Peter Eisentraut
2019-01-26
Allow UNLISTEN in hot-standby mode.
Tom Lane
2019-01-21
Flush relcache entries when their FKs are meddled with
Alvaro Herrera
2019-01-17
Postpone aggregate checks until after collation is assigned.
Andrew Gierth
2019-01-11
Avoid sharing PARAM_EXEC slots between different levels of NestLoop.
Tom Lane
2019-01-03
Improve ANALYZE's handling of concurrent-update scenarios.
Tom Lane
2019-01-02
Don't believe MinMaxExpr is leakproof without checking.
Tom Lane
2018-12-27
Have DISCARD ALL/TEMP remove leftover temp tables
Alvaro Herrera
2018-12-27
Make autovacuum more selective about temp tables to keep
Alvaro Herrera
2018-12-27
Ignore inherited temp relations from other sessions when truncating
Michael Paquier
2018-12-24
Prioritize history files when archiving
Michael Paquier
2018-12-20
Check for conflicting queries during replay of gistvacuumpage()
Alexander Korotkov
2018-12-20
Fix ADD IF NOT EXISTS used in conjunction with ALTER TABLE ONLY
Greg Stark
2018-12-18
Fix ancient thinko in mergejoin cost estimation.
Tom Lane
2018-12-17
Fix use-after-free bug when renaming constraints
Michael Paquier
2018-12-17
Make constraint rename issue relcache invalidation on target relation
Michael Paquier
2018-12-13
Prevent GIN deleted pages from being reclaimed too early
Alexander Korotkov
2018-12-13
Prevent deadlock in ginRedoDeletePage()
Alexander Korotkov
2018-12-12
Repair bogus EPQ plans generated for postgres_fdw foreign joins.
Tom Lane
2018-12-12
Repair bogus handling of multi-assignment Params in upper plan levels.
Tom Lane
2018-12-10
Add stack depth checks to key recursive functions in backend/nodes/*.c.
Tom Lane
2018-12-07
Fix misapplication of pgstat_count_truncate to wrong relation.
Tom Lane
2018-11-29
Fix handling of synchronous replication for stopping WAL senders
Michael Paquier
2018-11-28
Don't set PAM_RHOST for Unix sockets.
Thomas Munro
2018-11-28
Do not decode TOAST data for table rewrites
Tomas Vondra
2018-11-24
Fix float-to-integer coercions to handle edge cases correctly.
Tom Lane
2018-11-19
PANIC on fsync() failure.
Thomas Munro
2018-11-19
Don't forget about failed fsync() requests.
Thomas Munro
2018-11-14
Initialize TransactionState and user ID consistently at transaction start
Michael Paquier
2018-11-13
Fix the initialization of atomic variable introduced by the
Amit Kapila
2018-11-12
Limit the number of index clauses considered in choose_bitmap_and().
Tom Lane
2018-11-10
Fix missing role dependencies for some schema and type ACLs.
Tom Lane
2018-11-08
Disallow setting client_min_messages higher than ERROR.
Tom Lane
2018-11-06
GUC: adjust effective_cache_size SQL descriptions
Bruce Momjian
2018-11-05
Fix copy-paste error in errhint() introduced in 691d79a07933.
Andres Freund
2018-11-05
Translation updates
Peter Eisentraut
2018-11-03
Make ts_locale.c's character-type functions cope with UTF-16.
Tom Lane
2018-11-02
GUC: adjust effective_cache_size docs and SQL description
Bruce Momjian
2018-11-01
Fix error message typo introduced 691d79a07933.
Andres Freund
2018-10-31
Disallow starting server with insufficient wal_level for existing slot.
Andres Freund
2018-10-31
Fix memory leak in repeated SPGIST index scans.
Tom Lane
2018-10-20
Server-side fix for delayed NOTIFY and SIGTERM processing.
Tom Lane
2018-10-16
Avoid statically allocating gmtsub()'s timezone workspace.
Tom Lane
2018-10-15
Check for stack overrun in standard_ProcessUtility().
Tom Lane
[next]