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
*
Rename strtoi() to strtoint().
Tom Lane
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
*
Provide errno-translation wrappers around bind() and listen() on Windows.
Tom Lane
2016-04-21
*
Fix ruleutils.c's dumping of ScalarArrayOpExpr containing an EXPR_SUBLINK.
Tom Lane
2016-04-21
*
Fix memory leak and other bugs in ginPlaceToPage() & subroutines.
Tom Lane
2016-04-20
*
Fix possible crash in ALTER TABLE ... REPLICA IDENTITY USING INDEX.
Tom Lane
2016-04-15
*
Fix memory leak in GIN index scans.
Tom Lane
2016-04-15
*
Remove trailing commas in enums.
Andres Freund
2016-04-14
*
Fix core dump in ReorderBufferRestoreChange on alignment-picky platforms.
Tom Lane
2016-04-14
*
Adjust datatype of ReplicationState.acquired_by.
Tom Lane
2016-04-14
*
Fix _SPI_execute_plan() for CREATE TABLE IF NOT EXISTS foo AS ...
Tom Lane
2016-04-11
*
Fix possible use of uninitialised value in ts_headline()
Teodor Sigaev
2016-04-08
*
Fix multiple bugs in tablespace symlink removal.
Tom Lane
2016-04-08
*
Disallow newlines in parameter values to be set in ALTER SYSTEM.
Tom Lane
2016-04-04
*
Fix latent portability issue in pgwin32_dispatch_queued_signals().
Tom Lane
2016-04-04
*
Fix broken variable declaration
Alvaro Herrera
2016-03-30
*
Avoid possibly-unsafe use of Windows' FormatMessage() function.
Tom Lane
2016-03-29
*
Reset plan->row_security_env and planUserId
Stephen Frost
2016-03-28
*
Translation updates
Peter Eisentraut
2016-03-28
*
Disable abbreviated keys for string-sorting in non-C locales.
Robert Haas
2016-03-23
*
Code review for error reports in jsonb_set().
Tom Lane
2016-03-23
*
Fix unsafe use of strtol() on a non-null-terminated Text datum.
Tom Lane
2016-03-23
*
Change comment to describe correct lock level used
Simon Riggs
2016-03-23
*
Fix EvalPlanQual bug when query contains both locked and not-locked rels.
Tom Lane
2016-03-22
*
Remove dependency on psed for MSVC builds.
Andrew Dunstan
2016-03-19
*
Remove useless double calls of make_parsestate().
Tom Lane
2016-03-17
*
Fix assorted breakage in to_char()'s OF format option.
Tom Lane
2016-03-17
*
Avoid incorrectly indicating exclusion constraint wait
Stephen Frost
2016-03-15
*
Fix typos in comments
Alvaro Herrera
2016-03-15
*
Fix memory leak in repeated GIN index searches.
Tom Lane
2016-03-13
*
Report memory context stats upon out-of-memory in repalloc[_huge].
Tom Lane
2016-03-13
*
Avoid crash on old Windows with AVX2-capable CPU for VS2013 builds
Magnus Hagander
2016-03-10
*
Avoid unlikely data-loss scenarios due to rename() without fsync.
Andres Freund
2016-03-09
*
Introduce durable_rename() and durable_link_or_rename().
Andres Freund
2016-03-09
*
Fix incorrect handling of NULL index entries in indexed ROW() comparisons.
Tom Lane
2016-03-09
*
Further improvements to c8f621c43.
Andres Freund
2016-03-07
*
Fix wrong allocation size in c8f621c43.
Andres Freund
2016-03-06
*
Fix not-terribly-safe coding in NIImportOOAffixes() and NIImportAffixes().
Tom Lane
2016-03-06
*
logical decoding: Fix handling of large old tuples with replica identity full.
Andres Freund
2016-03-05
*
logical decoding: old/newtuple in spooled UPDATE changes was switched around.
Andres Freund
2016-03-05
*
logical decoding: Tell reorderbuffer about all xids.
Andres Freund
2016-03-05
*
Ignore recovery_min_apply_delay until recovery has reached consistent state
Fujii Masao
2016-03-06
*
Fix SerializeSnapshot not to overrun the allocated space.
Robert Haas
2016-03-04
*
Fix InitializeSessionUserId not to deference NULL rolename pointer.
Robert Haas
2016-03-04
*
Revert buggy optimization of index scans
Simon Riggs
2016-03-03
*
logical decoding: fix decoding of a commit's commit time.
Andres Freund
2016-03-02
*
Fix json_to_record() bug with nested objects.
Tom Lane
2016-03-02
*
Improve error message for rejecting RETURNING clauses with dropped columns.
Tom Lane
2016-02-29
[next]