aboutsummaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAge
* Pass more than the first XLogRecData entry to rm_desc, with WAL_DEBUG.Heikki Linnakangas2014-03-26
* psql: update "replica identity" display for \d+Bruce Momjian2014-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
* Do jsonb regression test input in the conventional way.Andrew Dunstan2014-03-23
* 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 thinkos in GinLogicValue enum.Heikki Linnakangas2014-03-21
* 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
* libpq: pass a memory allocation failure error up to PQconndefaults()Bruce Momjian2014-03-20
* Setup error context callback for transaction lock waitsAlvaro Herrera2014-03-19
* Fix memory leak during regular expression execution.Tom Lane2014-03-19
* Some minor improvements to logical decoding document.Fujii Masao2014-03-19
* Remove rm_safe_restartpoint machinery.Heikki Linnakangas2014-03-18
* Fix misc typos in comments.Heikki Linnakangas2014-03-18
* Fix uninitialized variable.Robert Haas2014-03-18
* Make the handling of interrupted B-tree page splits more robust.Heikki Linnakangas2014-03-18
* Add pg_recvlogical, a tool to receive data logical decoding data.Robert Haas2014-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
* Improve shm_mq portability around MAXIMUM_ALIGNOF and sizeof(Size).Robert Haas2014-03-18
* Fix pg_dumpall option parsing: -i doesn't take an argument.Tom Lane2014-03-18
* Fix help message and document in pg_receivexlog.Fujii Masao2014-03-18
* Make it easy to detach completely from shared memory.Robert Haas2014-03-18
* During index build, check and elog (not just Assert) for broken HOT chain.Tom Lane2014-03-17
* Fix thinko: have trueTriConsistentFn return GIN_TRUE.Heikki Linnakangas2014-03-17
* Fix typos in comments.Fujii Masao2014-03-17
* Fix bug in clean shutdown of walsender that pg_receiving is connecting to.Fujii Masao2014-03-17
* Fix small typo in commentMagnus Hagander2014-03-17
* plperl: Fix memory leak in hek2cstrAlvaro Herrera2014-03-16
* Make punctuation consistentPeter Eisentraut2014-03-16
* Fix whitespacePeter Eisentraut2014-03-16
* Fix advertised dispsize for libpq's sslmode connection parameter.Tom Lane2014-03-16
* Cleanups from the remove-native-krb5 patchMagnus Hagander2014-03-16
* Update time zone data files to tzdata release 2014a.Tom Lane2014-03-15
* Fix race condition in B-tree page deletion.Heikki Linnakangas2014-03-14
* Prevent interrupts while reporting non-ERROR elog messages.Tom Lane2014-03-13