index
:
postgresql
REL_16_STABLE
master
postgresql mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
backend
Commit message (
Expand
)
Author
Age
*
Fix documentation & config inconsistencies around 428b1d6b2.
Andres Freund
2016-04-24
*
Rename strtoi() to strtoint().
Tom Lane
2016-04-23
*
Properly mark initRectBox() as taking 'void' args
Bruce Momjian
2016-04-23
*
Fix unexpected side-effects of operator_precedence_warning.
Tom Lane
2016-04-21
*
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-21
*
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-20
*
Make partition-lock-release coding more transparent in BufferAlloc().
Tom Lane
2016-04-18
*
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-14
*
Remove trailing commas in enums.
Andres Freund
2016-04-14
*
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-13
*
Disallow SET SESSION AUTHORIZATION pg_*
Stephen Frost
2016-04-13
*
Add required database and origin filtering for logical messages.
Andres Freund
2016-04-13
*
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
2016-04-13
*
Use PG_INT32_MIN instead of reiterating the constant.
Robert Haas
2016-04-13
*
Provide errno-translation wrappers around bind() and listen() on Windows.
Tom Lane
2016-04-12
*
Fix costing for parallel aggregation.
Robert Haas
2016-04-12
*
Remove unused function GetOldestWALSendPointer from walsender code.
Fujii Masao
2016-04-13
*
Redefine create_upper_paths_hook as being invoked once per upper relation.
Tom Lane
2016-04-12
*
Avoid extra locks in GetSnapshotData if old_snapshot_threshold < 0
Kevin Grittner
2016-04-12
*
Improve API of GenericXLogRegister().
Tom Lane
2016-04-12
*
In generic WAL application and replay, ensure page "hole" is always zero.
Tom Lane
2016-04-12
*
Correct copyright for newly added genericdesc.c
Stephen Frost
2016-04-12
*
Fix whitespace
Peter Eisentraut
2016-04-11
*
Fix _SPI_execute_plan() for CREATE TABLE IF NOT EXISTS foo AS ...
Tom Lane
2016-04-11
*
Use static inline function for BufferGetPage()
Kevin Grittner
2016-04-11
*
Make oldSnapshotControl a pointer to a volatile structure
Kevin Grittner
2016-04-11
[next]