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 thinko in logical decoding of commit-prepared records.
Heikki Linnakangas
2014-05-16
*
Initialize tsId and dbId fields in WAL record of COMMIT PREPARED.
Heikki Linnakangas
2014-05-16
*
Fix unportable setvbuf() usage in initdb.
Tom Lane
2014-05-15
*
Handle duplicate XIDs in txid_snapshot.
Heikki Linnakangas
2014-05-15
*
Fix race condition in preparing a transaction for two-phase commit.
Heikki Linnakangas
2014-05-15
*
Misc message style and doc fixes.
Heikki Linnakangas
2014-05-15
*
Code review for recent changes in relcache.c.
Tom Lane
2014-05-14
*
Fix harmless access to uninitialized memory.
Heikki Linnakangas
2014-05-13
*
Find postgresql.auto.conf in PGDATA even when postgresql.conf is elsewhere.
Tom Lane
2014-05-11
*
Rename jsonb_hash_ops to jsonb_path_ops.
Tom Lane
2014-05-11
*
Translation updates
Peter Eisentraut
2014-05-10
*
Rename min_recovery_apply_delay to recovery_min_apply_delay.
Tom Lane
2014-05-10
*
Fix bug in lossy-page handling in GIN
Heikki Linnakangas
2014-05-10
*
Fix broken allocation logic in recently-rewritten jsonb_util.c.
Tom Lane
2014-05-09
*
Get rid of bogus dependency on typcategory in to_json() and friends.
Tom Lane
2014-05-09
*
Code review for logical decoding patch.
Robert Haas
2014-05-09
*
Remove overeager assertion in logical_heap_begin_rewrite.
Robert Haas
2014-05-09
*
Teach add_json() that jsonb is of TYPCATEGORY_JSON.
Tom Lane
2014-05-09
*
More jsonb cleanup.
Heikki Linnakangas
2014-05-09
*
Improve key representation for GIN jsonb_ops, and fix existence-search bug.
Tom Lane
2014-05-09
*
Minor cleanup of jsonb_util.c
Heikki Linnakangas
2014-05-09
*
Avoid some pnstrdup()s when constructing jsonb
Heikki Linnakangas
2014-05-09
*
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
[next]