aboutsummaryrefslogtreecommitdiff
path: root/src/backend
Commit message (Expand)AuthorAge
* Fix bogus time printout in walreceiver's debug log messages.Tom Lane2014-04-04
* Fix some compiler warnings that clang emits with -pedantic.Robert Haas2014-04-04
* Move multixid allocation out of critical section.Heikki Linnakangas2014-04-04
* In checkpoint, move the check for in-progress xacts out of critical section.Heikki Linnakangas2014-04-04
* Add an Assertion that you don't palloc within a critical section.Heikki Linnakangas2014-04-04
* Avoid allocations in critical sections.Heikki Linnakangas2014-04-04
* Fix non-equivalence of VARIADIC and non-VARIADIC function call formats.Tom Lane2014-04-03
* Code review for commit d26888bc4d1e539a82f21382b0000fe5bbf889d9.Tom Lane2014-04-03
* Avoid palloc in critical section in GiST WAL-logging.Heikki Linnakangas2014-04-03
* Fix assorted issues in client host name lookup.Tom Lane2014-04-02
* De-anonymize the union in JsonbValue.Tom Lane2014-04-02
* Fix bugs in manipulation of PgBackendStatus.st_clienthostname.Tom Lane2014-04-01
* Fix bug in the new GIN incomplete-split code.Heikki Linnakangas2014-04-01
* Remove dead check for backup block, replace with Assert.Heikki Linnakangas2014-04-01
* Fix bug in the new B-tree incomplete-split code.Heikki Linnakangas2014-04-01
* Mark FastPathStrongRelationLocks volatile.Robert Haas2014-03-31
* Count buffers dirtied due to hints in pgBufferUsage.shared_blks_dirtied.Robert Haas2014-03-31
* Fix thinko in logical decoding code.Robert Haas2014-03-31
* Rewrite the way GIN posting lists are packed on a page, to reduce WAL volume.Heikki Linnakangas2014-03-31
* Rename GinLogicValue to GinTernaryValue.Heikki Linnakangas2014-03-31
* Adjust getpwuid() fix commit to display errno string on failureBruce Momjian2014-03-28
* Fix EquivalenceClass processing for nested append relations.Tom Lane2014-03-28
* Un-break peer authentication.Tom Lane2014-03-28
* Silence compiler warnings in new jsonb code.Heikki Linnakangas2014-03-27
* Fix uninitialized variables in json's populate_record_worker().Andrew Dunstan2014-03-26
* Pass more than the first XLogRecData entry to rm_desc, with WAL_DEBUG.Heikki Linnakangas2014-03-26
* Cleanup around json_to_record/json_to_recordsetAndrew Dunstan2014-03-26
* Fix 'recheck' flag in tsquery's GIN tri-consistent function.Heikki Linnakangas2014-03-26
* Tidy up the populate/to_record{set} code for json a bit.Andrew Dunstan2014-03-25
* Don't forget to flush XLOG_PARAMETER_CHANGE record.Fujii Masao2014-03-26
* Remove wchar.c Asserts that were stricter than the main codeBruce Momjian2014-03-24
* Fix ts_rank_cd() to ignore stripped lexemesBruce Momjian2014-03-24
* Change ginMergeItemPointers to return a palloc'd array.Heikki Linnakangas2014-03-24
* Remove dead code and add comments.Heikki Linnakangas2014-03-24
* Fix "the the" typos.Heikki Linnakangas2014-03-24
* Introduce jsonb, a structured format for storing json.Andrew Dunstan2014-03-23
* Offer triggers on foreign tables.Noah Misch2014-03-23
* Improve comments about AfterTriggerBeginQuery() query level usage.Noah Misch2014-03-23
* Address ccvalid/ccnoinherit in TupleDesc support functions.Noah Misch2014-03-23
* Fix build with LWLOCK_STATS or dtrace.Heikki Linnakangas2014-03-21
* Remove MinGW readdir/errno bug workaround fixed on 2003-10-10Bruce Momjian2014-03-21
* Properly check for readdir/closedir() failuresBruce Momjian2014-03-21
* Replace the XLogInsert slots with regular LWLocks.Heikki Linnakangas2014-03-21
* Again fix initialization of auto-tuned effective_cache_size.Tom Lane2014-03-20
* Setup error context callback for transaction lock waitsAlvaro Herrera2014-03-19
* Fix memory leak during regular expression execution.Tom Lane2014-03-19
* Remove rm_safe_restartpoint machinery.Heikki Linnakangas2014-03-18
* Make the handling of interrupted B-tree page splits more robust.Heikki Linnakangas2014-03-18
* Rewrite comment for shm_mq_receive_bytes.Robert Haas2014-03-18
* Fix relcache reference leak in refresh_by_match_merge().Tom Lane2014-03-18