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
*
Increase the default value of effective_cache_size to 4GB.
Tom Lane
2014-05-08
*
Revert "Auto-tune effective_cache size to be 4x shared buffers"
Tom Lane
2014-05-08
*
Protect against torn pages when deleting GIN list pages.
Heikki Linnakangas
2014-05-08
*
When a background worker exists with code 0, unregister it.
Robert Haas
2014-05-07
*
When a bgworker exits, always call ReleasePostmasterChildSlot.
Robert Haas
2014-05-07
*
Restart bgworkers immediately after a crash-and-restart cycle.
Robert Haas
2014-05-07
*
Clean up jsonb code.
Heikki Linnakangas
2014-05-07
*
Detach shared memory from bgworkers without shmem access.
Robert Haas
2014-05-07
*
Fix failure to set ActiveSnapshot while rewinding a cursor.
Tom Lane
2014-05-07
*
Never crash-and-restart for bgworkers without shared memory access.
Robert Haas
2014-05-07
*
Fix some more confusion between uint32 and Datum.
Tom Lane
2014-05-06
*
hash_any returns Datum, not uint32 (and definitely not "int").
Tom Lane
2014-05-06
*
Improve comment for tricky aspect of index-only scans.
Jeff Davis
2014-05-06
*
With ecpg exclusion removed, re-run pgindent for 9.4
Bruce Momjian
2014-05-06
*
Fix logic bug in dsm_attach().
Robert Haas
2014-05-06
*
pgindent run for 9.4
Bruce Momjian
2014-05-06
*
Correct comment in Hot Standby nbtree handling
Simon Riggs
2014-05-06
*
Fix use of free in walsender error handling after a sysid mismatch.
Heikki Linnakangas
2014-05-06
*
Fix possible cache invalidation failure in ReceiveSharedInvalidMessages.
Tom Lane
2014-05-05
*
Pass sensible value to memset() when randomizing reorderbuffer's tuple slab.
Heikki Linnakangas
2014-05-05
*
Use Size instead of uint32 to store result of sizeof()
Heikki Linnakangas
2014-05-05
*
Assert that pre/post-fix updated tuples are on the same page during replay.
Heikki Linnakangas
2014-05-05
*
Fix yet another corner case in dumping rules/views with USING clauses.
Tom Lane
2014-05-01
*
Fix failure to detoast fields in composite elements of structured types.
Tom Lane
2014-05-01
*
Improve error messages in reorderbuffer.c.
Tom Lane
2014-04-30
*
Consistently allow reading of messages from a detached shm_mq.
Robert Haas
2014-04-30
*
Rationalize common/relpath.[hc].
Tom Lane
2014-04-30
*
Check for interrupts and stack overflow during rule/view dumps.
Tom Lane
2014-04-30
*
Reduce indentation/parenthesization of set operations in rule/view dumps.
Tom Lane
2014-04-30
*
Limit overall indentation in rule/view dumps.
Tom Lane
2014-04-30
*
Fix indentation of JOIN clauses in rule/view dumps.
Tom Lane
2014-04-30
*
Improve planner to drop constant-NULL inputs of AND/OR where it's legal.
Tom Lane
2014-04-29
*
Fix two bugs in WAL-logging of GIN pending-list pages.
Heikki Linnakangas
2014-04-28
*
Improve generation algorithm for database system identifier.
Tom Lane
2014-04-26
*
Record the proper typmod for an index expression column.
Tom Lane
2014-04-26
*
Fix off-by-one bug in LWLockRegisterTranche().
Tom Lane
2014-04-25
*
Fix race when updating a tuple concurrently locked by another process
Alvaro Herrera
2014-04-24
*
Reset pg_stat_activity.xact_start during PREPARE TRANSACTION.
Tom Lane
2014-04-24
*
Allow polymorphic aggregates to have non-polymorphic state data types.
Tom Lane
2014-04-23
*
Update obsolete comments.
Heikki Linnakangas
2014-04-23
*
Fix typos in comment.
Heikki Linnakangas
2014-04-23
*
Cleanup of new b-tree page deletion code.
Heikki Linnakangas
2014-04-23
*
Fix documentation of FmgrInfo.fn_nargs.
Tom Lane
2014-04-22
*
Fix broken logic in logical_heap_rewrite_flush_mappings().
Tom Lane
2014-04-22
*
revert 4d0d607a454ee832574afd52a3c515099cc85eb3
Bruce Momjian
2014-04-22
*
release memory used while flushing logical mappings
Bruce Momjian
2014-04-22
*
Fix bug in the new B-tree incomplete-split code.
Heikki Linnakangas
2014-04-22
*
Fix Gin README.
Heikki Linnakangas
2014-04-22
*
Fix bug in new B-tree page deletion code.
Heikki Linnakangas
2014-04-22
*
Retain original physical order of tuples in redo of b-tree splits.
Heikki Linnakangas
2014-04-22
[next]