aboutsummaryrefslogtreecommitdiff
path: root/src/backend
Commit message (Expand)AuthorAge
* Fix thinko in logical decoding of commit-prepared records.Heikki Linnakangas2014-05-16
* Initialize tsId and dbId fields in WAL record of COMMIT PREPARED.Heikki Linnakangas2014-05-16
* Fix unportable setvbuf() usage in initdb.Tom Lane2014-05-15
* Handle duplicate XIDs in txid_snapshot.Heikki Linnakangas2014-05-15
* Fix race condition in preparing a transaction for two-phase commit.Heikki Linnakangas2014-05-15
* Misc message style and doc fixes.Heikki Linnakangas2014-05-15
* Code review for recent changes in relcache.c.Tom Lane2014-05-14
* Fix harmless access to uninitialized memory.Heikki Linnakangas2014-05-13
* Find postgresql.auto.conf in PGDATA even when postgresql.conf is elsewhere.Tom Lane2014-05-11
* Rename jsonb_hash_ops to jsonb_path_ops.Tom Lane2014-05-11
* Translation updatesPeter Eisentraut2014-05-10
* Rename min_recovery_apply_delay to recovery_min_apply_delay.Tom Lane2014-05-10
* Fix bug in lossy-page handling in GINHeikki Linnakangas2014-05-10
* Fix broken allocation logic in recently-rewritten jsonb_util.c.Tom Lane2014-05-09
* Get rid of bogus dependency on typcategory in to_json() and friends.Tom Lane2014-05-09
* Code review for logical decoding patch.Robert Haas2014-05-09
* Remove overeager assertion in logical_heap_begin_rewrite.Robert Haas2014-05-09
* Teach add_json() that jsonb is of TYPCATEGORY_JSON.Tom Lane2014-05-09
* More jsonb cleanup.Heikki Linnakangas2014-05-09
* Improve key representation for GIN jsonb_ops, and fix existence-search bug.Tom Lane2014-05-09
* Minor cleanup of jsonb_util.cHeikki Linnakangas2014-05-09
* Avoid some pnstrdup()s when constructing jsonbHeikki Linnakangas2014-05-09
* Increase the default value of effective_cache_size to 4GB.Tom Lane2014-05-08
* Revert "Auto-tune effective_cache size to be 4x shared buffers"Tom Lane2014-05-08
* Protect against torn pages when deleting GIN list pages.Heikki Linnakangas2014-05-08
* When a background worker exists with code 0, unregister it.Robert Haas2014-05-07
* When a bgworker exits, always call ReleasePostmasterChildSlot.Robert Haas2014-05-07
* Restart bgworkers immediately after a crash-and-restart cycle.Robert Haas2014-05-07
* Clean up jsonb code.Heikki Linnakangas2014-05-07
* Detach shared memory from bgworkers without shmem access.Robert Haas2014-05-07
* Fix failure to set ActiveSnapshot while rewinding a cursor.Tom Lane2014-05-07
* Never crash-and-restart for bgworkers without shared memory access.Robert Haas2014-05-07
* Fix some more confusion between uint32 and Datum.Tom Lane2014-05-06
* hash_any returns Datum, not uint32 (and definitely not "int").Tom Lane2014-05-06
* Improve comment for tricky aspect of index-only scans.Jeff Davis2014-05-06
* With ecpg exclusion removed, re-run pgindent for 9.4Bruce Momjian2014-05-06
* Fix logic bug in dsm_attach().Robert Haas2014-05-06
* pgindent run for 9.4Bruce Momjian2014-05-06
* Correct comment in Hot Standby nbtree handlingSimon Riggs2014-05-06
* Fix use of free in walsender error handling after a sysid mismatch.Heikki Linnakangas2014-05-06
* Fix possible cache invalidation failure in ReceiveSharedInvalidMessages.Tom Lane2014-05-05
* Pass sensible value to memset() when randomizing reorderbuffer's tuple slab.Heikki Linnakangas2014-05-05
* Use Size instead of uint32 to store result of sizeof()Heikki Linnakangas2014-05-05
* Assert that pre/post-fix updated tuples are on the same page during replay.Heikki Linnakangas2014-05-05
* Fix yet another corner case in dumping rules/views with USING clauses.Tom Lane2014-05-01
* Fix failure to detoast fields in composite elements of structured types.Tom Lane2014-05-01
* Improve error messages in reorderbuffer.c.Tom Lane2014-04-30
* Consistently allow reading of messages from a detached shm_mq.Robert Haas2014-04-30
* Rationalize common/relpath.[hc].Tom Lane2014-04-30
* Check for interrupts and stack overflow during rule/view dumps.Tom Lane2014-04-30