summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2014-04-01Fix bug in the new GIN incomplete-split code.Heikki Linnakangas
2014-04-01Remove dead check for backup block, replace with Assert.Heikki Linnakangas
2014-04-01Fix bug in the new B-tree incomplete-split code.Heikki Linnakangas
2014-04-01Move SizeOfHeapNewCid next to xl_heap_new_cid struct.Heikki Linnakangas
2014-03-31Mark FastPathStrongRelationLocks volatile.Robert Haas
2014-03-31Count buffers dirtied due to hints in pgBufferUsage.shared_blks_dirtied.Robert Haas
2014-03-31Fix thinko in logical decoding code.Robert Haas
2014-03-31Rewrite the way GIN posting lists are packed on a page, to reduce WAL volume.Heikki Linnakangas
2014-03-31Rename GinLogicValue to GinTernaryValue.Heikki Linnakangas
2014-03-29psql: display "Replica Identity" only for FULL and NOTHINGBruce Momjian
2014-03-29Fix dumping of a materialized view that depends on a table's primary key.Tom Lane
2014-03-29Revert "Secure Unix-domain sockets of "make check" temporary clusters."Noah Misch
2014-03-29Secure Unix-domain sockets of "make check" temporary clusters.Noah Misch
2014-03-28Improve regression test for pg_filenode_relation().Tom Lane
2014-03-28Adjust getpwuid() fix commit to display errno string on failureBruce Momjian
2014-03-28Fix EquivalenceClass processing for nested append relations.Tom Lane
2014-03-28Un-break peer authentication.Tom Lane
2014-03-27Silence compiler warnings in new jsonb code.Heikki Linnakangas
2014-03-26Fix uninitialized variables in json's populate_record_worker().Andrew Dunstan
2014-03-26Fix refcounting bug in PLy_modify_tuple().Tom Lane
2014-03-26Pass more than the first XLogRecData entry to rm_desc, with WAL_DEBUG.Heikki Linnakangas
2014-03-26psql: update "replica identity" display for \d+Bruce Momjian
2014-03-26Cleanup around json_to_record/json_to_recordsetAndrew Dunstan
2014-03-26Fix 'recheck' flag in tsquery's GIN tri-consistent function.Heikki Linnakangas
2014-03-26Tidy up the populate/to_record{set} code for json a bit.Andrew Dunstan
2014-03-25Don't forget to flush XLOG_PARAMETER_CHANGE record.Fujii Masao
2014-03-24Remove wchar.c Asserts that were stricter than the main codeBruce Momjian
2014-03-24Fix ts_rank_cd() to ignore stripped lexemesBruce Momjian
2014-03-24Change ginMergeItemPointers to return a palloc'd array.Heikki Linnakangas
2014-03-24Remove dead code and add comments.Heikki Linnakangas
2014-03-24Fix "the the" typos.Heikki Linnakangas
2014-03-24Do jsonb regression test input in the conventional way.Andrew Dunstan
2014-03-23Introduce jsonb, a structured format for storing json.Andrew Dunstan
2014-03-23Offer triggers on foreign tables.Noah Misch
2014-03-23Improve comments about AfterTriggerBeginQuery() query level usage.Noah Misch
2014-03-23Address ccvalid/ccnoinherit in TupleDesc support functions.Noah Misch
2014-03-21Fix thinkos in GinLogicValue enum.Heikki Linnakangas
2014-03-21Fix build with LWLOCK_STATS or dtrace.Heikki Linnakangas
2014-03-21Remove MinGW readdir/errno bug workaround fixed on 2003-10-10Bruce Momjian
2014-03-21Properly check for readdir/closedir() failuresBruce Momjian
2014-03-21Replace the XLogInsert slots with regular LWLocks.Heikki Linnakangas
2014-03-20Again fix initialization of auto-tuned effective_cache_size.Tom Lane
2014-03-20libpq: pass a memory allocation failure error up to PQconndefaults()Bruce Momjian
2014-03-19Setup error context callback for transaction lock waitsAlvaro Herrera
2014-03-19Fix memory leak during regular expression execution.Tom Lane
2014-03-19Some minor improvements to logical decoding document.Fujii Masao
2014-03-18Remove rm_safe_restartpoint machinery.Heikki Linnakangas
2014-03-18Fix misc typos in comments.Heikki Linnakangas
2014-03-18Fix uninitialized variable.Robert Haas
2014-03-18Make the handling of interrupted B-tree page splits more robust.Heikki Linnakangas