summaryrefslogtreecommitdiff
path: root/src/backend/utils
AgeCommit message (Expand)Author
2014-05-09More jsonb cleanup.Heikki Linnakangas
2014-05-09Improve key representation for GIN jsonb_ops, and fix existence-search bug.Tom Lane
2014-05-09Minor cleanup of jsonb_util.cHeikki Linnakangas
2014-05-09Avoid some pnstrdup()s when constructing jsonbHeikki Linnakangas
2014-05-09Increase the default value of effective_cache_size to 4GB.Tom Lane
2014-05-09Revert "Auto-tune effective_cache size to be 4x shared buffers"Tom Lane
2014-05-07Clean up jsonb code.Heikki Linnakangas
2014-05-07Fix some more confusion between uint32 and Datum.Tom Lane
2014-05-07hash_any returns Datum, not uint32 (and definitely not "int").Tom Lane
2014-05-07With ecpg exclusion removed, re-run pgindent for 9.4Bruce Momjian
2014-05-06pgindent run for 9.4Bruce Momjian
2014-05-02Fix yet another corner case in dumping rules/views with USING clauses.Tom Lane
2014-05-01Fix failure to detoast fields in composite elements of structured types.Tom Lane
2014-04-30Rationalize common/relpath.[hc].Tom Lane
2014-04-30Check for interrupts and stack overflow during rule/view dumps.Tom Lane
2014-04-30Reduce indentation/parenthesization of set operations in rule/view dumps.Tom Lane
2014-04-30Limit overall indentation in rule/view dumps.Tom Lane
2014-04-30Fix indentation of JOIN clauses in rule/view dumps.Tom Lane
2014-04-23Fix documentation of FmgrInfo.fn_nargs.Tom Lane
2014-04-16Add to_regprocedure() and to_regoperator().Robert Haas
2014-04-13Improve some O(N^2) behavior in window function evaluation.Tom Lane
2014-04-13Provide moving-aggregate support for boolean aggregates.Tom Lane
2014-04-13Provide moving-aggregate support for a bunch of numerical aggregates.Tom Lane
2014-04-10C comment: track_activity_query_size doesn't support memory unitsBruce Momjian
2014-04-08Add an in-core GiST index opclass for inet/cidr types.Tom Lane
2014-04-08Add new to_reg* functions for error-free OID lookups.Robert Haas
2014-04-06Reduce lock levels of some ALTER TABLE cmdsSimon Riggs
2014-04-05Fix processing of PGC_BACKEND GUC parameters on Windows.Tom Lane
2014-04-04Make sure -D is an absolute path when starting server on Windows.Tom Lane
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