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
2016-04-27
Tighten up sanity checks for parallel aggregate in execQual.c.
Robert Haas
2016-04-27
Remove inadvertently commited vim swapfile.
Robert Haas
2016-04-27
Clean up a few parallelism-related things that pgindent wants to mangle.
Robert Haas
2016-04-27
Remove mergeHyperLogLog.
Robert Haas
2016-04-27
Fix EXPLAIN VERBOSE output for parallel aggregate.
Robert Haas
2016-04-27
Don't open formally non-existent segments in _mdfd_getseg().
Andres Freund
2016-04-27
Emit invalidations to standby for transactions without xid.
Andres Freund
2016-04-27
Fix pg_get_functiondef to dump parallel-safety markings.
Robert Haas
2016-04-26
Yet more portability hacking for degree-based trig functions.
Tom Lane
2016-04-26
Enable parallel query by default.
Robert Haas
2016-04-26
Fix typo in comment
Magnus Hagander
2016-04-25
Fix C comment typo and redundant test
Kevin Grittner
2016-04-25
New method for preventing compile-time calculation of degree constants.
Tom Lane
2016-04-24
Fix documentation & config inconsistencies around 428b1d6b2.
Andres Freund
2016-04-23
Rename strtoi() to strtoint().
Tom Lane
2016-04-23
Properly mark initRectBox() as taking 'void' args
Bruce Momjian
2016-04-22
Fix unexpected side-effects of operator_precedence_warning.
Tom Lane
2016-04-22
Fix planner failure with full join in RHS of left join.
Tom Lane
2016-04-21
Improve TranslateSocketError() to handle more Windows error codes.
Tom Lane
2016-04-21
Fix ruleutils.c's dumping of ScalarArrayOpExpr containing an EXPR_SUBLINK.
Tom Lane
2016-04-21
Prevent possible crash reading pg_stat_activity.
Robert Haas
2016-04-21
Comment improvements for ForeignPath.
Robert Haas
2016-04-21
Fix assorted defects in 09adc9a8c09c9640de05c7023b27fb83c761e91c.
Robert Haas
2016-04-21
Inline initial comparisons in TestForOldSnapshot()
Kevin Grittner
2016-04-20
Forbid parallel Hash Right Join or Hash Full Join.
Robert Haas
2016-04-20
Fix memory leak and other bugs in ginPlaceToPage() & subroutines.
Tom Lane
2016-04-20
Revert no-op changes to BufferGetPage()
Kevin Grittner
2016-04-18
Make partition-lock-release coding more transparent in BufferAlloc().
Tom Lane
2016-04-16
Adjust spin.c's spinlock emulation so that 0 is not a valid spinlock value.
Tom Lane
2016-04-16
Disallow creation of indexes on system columns (except for OID).
Tom Lane
2016-04-16
In recordExtensionInitPriv(), keep the scan til we're done with it
Stephen Frost
2016-04-15
Fix possible crash in ALTER TABLE ... REPLICA IDENTITY USING INDEX.
Tom Lane
2016-04-15
Tweak EXPLAIN for parallel query to show workers launched.
Robert Haas
2016-04-15
Fix portability problem induced by commit a6f6b7819.
Tom Lane
2016-04-15
Fix typo in comment
Magnus Hagander
2016-04-15
Fix memory leak in GIN index scans.
Tom Lane
2016-04-15
Make init_spin_delay() C89 compliant #2.
Andres Freund
2016-04-15
Remove trailing commas in enums.
Andres Freund
2016-04-15
Fix trivial typo.
Andres Freund
2016-04-14
Fix core dump in ReorderBufferRestoreChange on alignment-picky platforms.
Tom Lane
2016-04-14
Adjust signature of walrcv_receive hook.
Tom Lane
2016-04-14
Adjust datatype of ReplicationState.acquired_by.
Tom Lane
2016-04-14
Fix prototype of pgwin32_bind().
Tom Lane
2016-04-14
Fix broken dependency-mongering for index operator classes/families.
Tom Lane
2016-04-14
Disallow SET SESSION AUTHORIZATION pg_*
Stephen Frost
2016-04-14
Add required database and origin filtering for logical messages.
Andres Freund
2016-04-14
Make init_spin_delay() C89 compliant and change stuck spinlock reporting.
Andres Freund
2016-04-13
Avoid atomic operation in MarkLocalBufferDirty().
Andres Freund
2016-04-13
Widen amount-to-flush arguments of FileWriteback and callers.
Tom Lane
2016-04-13
Fix assorted portability issues with using msync() for data flushing.
Tom Lane
[next]