aboutsummaryrefslogtreecommitdiff
path: root/src/backend
Commit message (Expand)AuthorAge
* 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
* Reduce indentation/parenthesization of set operations in rule/view dumps.Tom Lane2014-04-30
* Limit overall indentation in rule/view dumps.Tom Lane2014-04-30
* Fix indentation of JOIN clauses in rule/view dumps.Tom Lane2014-04-30
* Improve planner to drop constant-NULL inputs of AND/OR where it's legal.Tom Lane2014-04-29
* Fix two bugs in WAL-logging of GIN pending-list pages.Heikki Linnakangas2014-04-28
* Improve generation algorithm for database system identifier.Tom Lane2014-04-26
* Record the proper typmod for an index expression column.Tom Lane2014-04-26
* Fix off-by-one bug in LWLockRegisterTranche().Tom Lane2014-04-25
* Fix race when updating a tuple concurrently locked by another processAlvaro Herrera2014-04-24
* Reset pg_stat_activity.xact_start during PREPARE TRANSACTION.Tom Lane2014-04-24
* Allow polymorphic aggregates to have non-polymorphic state data types.Tom Lane2014-04-23
* Update obsolete comments.Heikki Linnakangas2014-04-23
* Fix typos in comment.Heikki Linnakangas2014-04-23
* Cleanup of new b-tree page deletion code.Heikki Linnakangas2014-04-23
* Fix documentation of FmgrInfo.fn_nargs.Tom Lane2014-04-22
* Fix broken logic in logical_heap_rewrite_flush_mappings().Tom Lane2014-04-22
* revert 4d0d607a454ee832574afd52a3c515099cc85eb3Bruce Momjian2014-04-22
* release memory used while flushing logical mappingsBruce Momjian2014-04-22
* Fix bug in the new B-tree incomplete-split code.Heikki Linnakangas2014-04-22
* Fix Gin README.Heikki Linnakangas2014-04-22
* Fix bug in new B-tree page deletion code.Heikki Linnakangas2014-04-22
* Retain original physical order of tuples in redo of b-tree splits.Heikki Linnakangas2014-04-22