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
2018-05-07
Translation updates
Peter Eisentraut
2018-05-04
Fix scenario where streaming standby gets stuck at a continuation record.
Heikki Linnakangas
2018-05-04
Don't mark pages all-visible spuriously
Alvaro Herrera
2018-05-03
Add HOLD_INTERRUPTS section into FinishPreparedTransaction.
Teodor Sigaev
2018-05-02
Revert back-branch changes in power()'s behavior for NaN inputs.
Tom Lane
2018-04-29
Avoid wrong results for power() with NaN input on more platforms.
Tom Lane
2018-04-29
Avoid wrong results for power() with NaN input on some platforms.
Tom Lane
2018-04-20
Fix race conditions when an event trigger is added concurrently with DDL.
Tom Lane
2018-04-20
Change more places to be less trusting of RestrictInfo.is_pushed_down.
Tom Lane
2018-04-19
Fix incorrect handling of join clauses pushed into parameterized paths.
Tom Lane
2018-04-18
Better fix for deadlock hazard in CREATE INDEX CONCURRENTLY.
Tom Lane
2018-04-16
Fix broken collation-aware searches in SP-GiST text opclass.
Tom Lane
2018-04-12
Fix bogus affix-merging code.
Tom Lane
2018-04-11
Ignore nextOid when replaying an ONLINE checkpoint.
Tom Lane
2018-04-11
Do not select new object OIDs that match recently-dead entries.
Tom Lane
2018-04-11
Make local copy of client hostnames in backend status array.
Heikki Linnakangas
2018-04-10
Fix incorrect close() call in dsm_impl_mmap().
Tom Lane
2018-04-07
Fix and improve pg_atomic_flag fallback implementation.
Andres Freund
2018-03-28
Fix actual and potential double-frees around tuplesort usage.
Tom Lane
2018-03-26
Fix thinko in comment
Alvaro Herrera
2018-03-23
Fix make rules that generate multiple output files.
Tom Lane
2018-03-22
Fix tuple counting in SP-GiST index build.
Tom Lane
2018-03-22
Fix mishandling of quoted-list GUC values in pg_dump and ruleutils.c.
Tom Lane
2018-03-20
Prevent query-lifespan memory leakage of SP-GiST traversal values.
Tom Lane
2018-03-19
Fix some corner-case issues in REFRESH MATERIALIZED VIEW CONCURRENTLY.
Tom Lane
2018-03-19
Fix performance hazard in REFRESH MATERIALIZED VIEW CONCURRENTLY.
Tom Lane
2018-03-17
Fix WHERE CURRENT OF when the referenced cursor uses an index-only scan.
Tom Lane
2018-03-16
Fix query-lifespan memory leakage in repeatedly executed hash joins.
Tom Lane
2018-03-13
When updating reltuples after ANALYZE, just extrapolate from our sample.
Tom Lane
2018-03-13
Avoid holding AutovacuumScheduleLock while rechecking table statistics.
Tom Lane
2018-03-11
Fix improper uses of canonicalize_qual().
Tom Lane
2018-03-06
Refrain from duplicating data in reorderbuffers
Alvaro Herrera
2018-03-04
Fix assorted issues in convert_to_scalar().
Tom Lane
2018-03-02
Fix VM buffer pin management in heap_lock_updated_tuple_rec().
Tom Lane
2018-03-02
Make gistvacuumcleanup() count the actual number of index tuples.
Tom Lane
2018-03-01
Use ereport not elog for some corrupt-HOT-chain reports.
Tom Lane
2018-03-01
Relax overly strict sanity check for upgraded ancient databases
Alvaro Herrera
2018-03-01
Fix IOS planning when only some index columns can return an attribute.
Tom Lane
2018-02-28
Rename base64 routines to avoid conflict with Solaris built-in functions.
Tom Lane
2018-02-27
Prevent dangling-pointer access when update trigger returns old tuple.
Tom Lane
2018-02-26
Empty search_path in Autovacuum and non-psql/pgbench clients.
Noah Misch
2018-02-26
Avoid using unsafe search_path settings during dump and restore.
Tom Lane
2018-02-26
Translation updates
Peter Eisentraut
2018-02-23
Fix planner failures with overlapping mergejoin clauses in an outer join.
Tom Lane
2018-02-19
Fix misbehavior of CTE-used-in-a-subplan during EPQ rechecks.
Tom Lane
2018-02-05
Translation updates
Peter Eisentraut
2018-01-28
Add stack-overflow guards in set-operation planning.
Tom Lane
2018-01-23
Teach reparameterize_path() to handle AppendPaths.
Tom Lane
2018-01-23
Report an ERROR if a parallel worker fails to start properly.
Robert Haas
2018-01-19
Fix StoreCatalogInheritance1 to use 32bit inhseqno
Alvaro Herrera
[next]