aboutsummaryrefslogtreecommitdiff
path: root/src/backend
Commit message (Expand)AuthorAge
* 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
* Fix rm_desc routine of b-tree page delete records.Heikki Linnakangas2014-04-22
* Avoid transient bogus page contents when creating a sequence.Heikki Linnakangas2014-04-22
* Fix typo.Robert Haas2014-04-20
* Fix typoMagnus Hagander2014-04-18
* report stat() error in trigger file checkBruce Momjian2014-04-17
* Set the all-visible flag on heap page before writing WAL record, not after.Heikki Linnakangas2014-04-17
* Rename EXPLAIN ANALYZE's "total runtime" output to "execution time".Tom Lane2014-04-16
* Fix object identities for text search objectsAlvaro Herrera2014-04-16
* Use AF_UNSPEC not PF_UNSPEC in getaddrinfo calls.Tom Lane2014-04-16
* Add to_regprocedure() and to_regoperator().Robert Haas2014-04-16
* Try to fix spurious DSM failures on Windows.Robert Haas2014-04-16
* check socket creation errors against PGINVALID_SOCKETBruce Momjian2014-04-16
* Use correctly-sized buffer when zero-filling a WAL file.Heikki Linnakangas2014-04-16
* Set pd_lower on internal GIN posting tree pages.Heikki Linnakangas2014-04-14
* Fix bogus handling of bad strategy number in GIST consistent() functions.Tom Lane2014-04-14
* Remove dead checks for invalid left page in ginDeletePage.Heikki Linnakangas2014-04-14
* GIN entry pages follow the standard page layout - tell XLogInsert.Heikki Linnakangas2014-04-14
* Improve some O(N^2) behavior in window function evaluation.Tom Lane2014-04-13