summaryrefslogtreecommitdiff
path: root/src/backend
AgeCommit message (Expand)Author
2014-04-26Record the proper typmod for an index expression column.Tom Lane
2014-04-25Fix off-by-one bug in LWLockRegisterTranche().Tom Lane
2014-04-24Fix race when updating a tuple concurrently locked by another processAlvaro Herrera
2014-04-24Reset pg_stat_activity.xact_start during PREPARE TRANSACTION.Tom Lane
2014-04-23Allow polymorphic aggregates to have non-polymorphic state data types.Tom Lane
2014-04-23Update obsolete comments.Heikki Linnakangas
2014-04-23Fix typos in comment.Heikki Linnakangas
2014-04-23Cleanup of new b-tree page deletion code.Heikki Linnakangas
2014-04-23Fix documentation of FmgrInfo.fn_nargs.Tom Lane
2014-04-23Fix broken logic in logical_heap_rewrite_flush_mappings().Tom Lane
2014-04-23revert 4d0d607a454ee832574afd52a3c515099cc85eb3Bruce Momjian
2014-04-22release memory used while flushing logical mappingsBruce Momjian
2014-04-22Fix bug in the new B-tree incomplete-split code.Heikki Linnakangas
2014-04-22Fix Gin README.Heikki Linnakangas
2014-04-22Fix bug in new B-tree page deletion code.Heikki Linnakangas
2014-04-22Retain original physical order of tuples in redo of b-tree splits.Heikki Linnakangas
2014-04-22Fix rm_desc routine of b-tree page delete records.Heikki Linnakangas
2014-04-22Avoid transient bogus page contents when creating a sequence.Heikki Linnakangas
2014-04-20Fix typo.Robert Haas
2014-04-18Fix typoMagnus Hagander
2014-04-17report stat() error in trigger file checkBruce Momjian
2014-04-17Set the all-visible flag on heap page before writing WAL record, not after.Heikki Linnakangas
2014-04-17Rename EXPLAIN ANALYZE's "total runtime" output to "execution time".Tom Lane
2014-04-16Fix object identities for text search objectsAlvaro Herrera
2014-04-16Use AF_UNSPEC not PF_UNSPEC in getaddrinfo calls.Tom Lane
2014-04-16Add to_regprocedure() and to_regoperator().Robert Haas
2014-04-16Try to fix spurious DSM failures on Windows.Robert Haas
2014-04-16check socket creation errors against PGINVALID_SOCKETBruce Momjian
2014-04-16Use correctly-sized buffer when zero-filling a WAL file.Heikki Linnakangas
2014-04-14Set pd_lower on internal GIN posting tree pages.Heikki Linnakangas
2014-04-14Fix bogus handling of bad strategy number in GIST consistent() functions.Tom Lane
2014-04-14Remove dead checks for invalid left page in ginDeletePage.Heikki Linnakangas
2014-04-14GIN entry pages follow the standard page layout - tell XLogInsert.Heikki Linnakangas
2014-04-13Improve some O(N^2) behavior in window function evaluation.Tom Lane
2014-04-13Make a dedicated AlterTblSpcStmt productionStephen Frost
2014-04-13Provide moving-aggregate support for boolean aggregates.Tom Lane
2014-04-13Make security barrier views automatically updatableStephen Frost
2014-04-13Provide moving-aggregate support for a bunch of numerical aggregates.Tom Lane
2014-04-12Create infrastructure for moving-aggregate optimization.Tom Lane
2014-04-10Fix bugs in GIN "fast scan" with partial match.Heikki Linnakangas
2014-04-10C comment: track_activity_query_size doesn't support memory unitsBruce Momjian
2014-04-10Fix typo in comment.Heikki Linnakangas
2014-04-09Fix a few more misc typos in comments.Heikki Linnakangas
2014-04-09Fix misc typos in comments.Heikki Linnakangas
2014-04-09Add missing include.Robert Haas
2014-04-08Fix silly oversight in patch to remove dsm state file.Robert Haas
2014-04-08Add an in-core GiST index opclass for inet/cidr types.Tom Lane
2014-04-08Get rid of the dynamic shared memory state file.Robert Haas
2014-04-08Add new to_reg* functions for error-free OID lookups.Robert Haas
2014-04-08Fix hot standby bug with GiST scans.Heikki Linnakangas