summaryrefslogtreecommitdiff
path: root/src/backend/utils
AgeCommit message (Expand)Author
2014-04-04Add an Assertion that you don't palloc within a critical section.Heikki Linnakangas
2014-04-04Fix non-equivalence of VARIADIC and non-VARIADIC function call formats.Tom Lane
2014-04-03Code review for commit d26888bc4d1e539a82f21382b0000fe5bbf889d9.Tom Lane
2014-04-02De-anonymize the union in JsonbValue.Tom Lane
2014-04-02Fix bugs in manipulation of PgBackendStatus.st_clienthostname.Tom Lane
2014-03-31Rename GinLogicValue to GinTernaryValue.Heikki Linnakangas
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-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-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-23Introduce jsonb, a structured format for storing json.Andrew Dunstan
2014-03-21Fix build with LWLOCK_STATS or dtrace.Heikki Linnakangas
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-17Fix typos in comments.Fujii Masao
2014-03-17Make punctuation consistentPeter Eisentraut
2014-03-16Cleanups from the remove-native-krb5 patchMagnus Hagander
2014-03-14Prevent interrupts while reporting non-ERROR elog messages.Tom Lane
2014-03-13C comments: remove odd blank lines after #ifdef WIN32 linesBruce Momjian
2014-03-13C comments: remove odd blank lines after #ifdef WIN32 linesBruce Momjian
2014-03-12Items on GIN data pages are no longer always 6 bytes; update gincostestimate.Heikki Linnakangas
2014-03-12Show PIDs of lock holders and waiters in log_lock_waits log message.Fujii Masao
2014-03-12Fix incorrect assertion about historical snapshots.Robert Haas
2014-03-12Allow opclasses to provide tri-valued GIN consistent functions.Heikki Linnakangas
2014-03-10Allow logical decoding via the walsender interface.Robert Haas
2014-03-07Avoid memcpy() with same source and destination address.Heikki Linnakangas
2014-03-07Avoid getting more than AccessShareLock when deparsing a query.Tom Lane
2014-03-06isdigit() needs an unsigned char argument.Heikki Linnakangas
2014-03-05Fix portability issues in recently added make_timestamp/make_interval code.Tom Lane
2014-03-04Constructors for interval, timestamp, timestamptzAlvaro Herrera
2014-03-03Introduce logical decoding.Robert Haas
2014-03-03Rename huge_tlb_pages to huge_pages, and improve docs.Heikki Linnakangas
2014-03-03Another round of Coverity fixesStephen Frost
2014-03-01Allow regex operations to be terminated early by query cancel requests.Tom Lane
2014-02-26Fix crash in json_to_record().Jeff Davis
2014-02-25Use SnapshotDirty rather than an active snapshot to probe index endpoints.Tom Lane
2014-02-25Show xid and xmin in pg_stat_activity and pg_stat_replication.Robert Haas
2014-02-25Update and clarify ssl_ciphers defaultPeter Eisentraut
2014-02-24Increase work_mem and maintenance_work_mem defaults by 4xBruce Momjian
2014-02-24Allow single-point polygons to be converted to circlesBruce Momjian
2014-02-24docs: document behavior of CHAR() comparisons with chars < spaceBruce Momjian
2014-02-23Prefer pg_any_to_server/pg_server_to_any over pg_do_encoding_conversion.Tom Lane
2014-02-23Plug some more holes in encoding conversion.Tom Lane
2014-02-21Do ScalarArrayOp estimation correctly when array is a stable expression.Tom Lane
2014-02-19Further code review for pg_lsn data type.Robert Haas
2014-02-19pg_lsn macro naming and type behavior revisions.Robert Haas
2014-02-19Add a pg_lsn data type, to represent an LSN.Robert Haas