summaryrefslogtreecommitdiff
path: root/src/include/utils
AgeCommit message (Expand)Author
2017-12-05Mark assorted variables PGDLLIMPORT.Robert Haas
2017-10-11Fix low-probability loss of NOTIFY messages due to XID wraparound.Tom Lane
2017-09-01Ensure SIZE_MAX can be used throughout our code.Tom Lane
2017-08-13Remove AtEOXact_CatCache().Tom Lane
2017-05-12Avoid searching for callback functions in CallSyscacheCallbacks().Tom Lane
2017-05-12Avoid searching for the target catcache in CatalogCacheIdInvalidate.Tom Lane
2017-05-08Add security checks to selectivity estimation functionsPeter Eisentraut
2016-11-15Account for catalog snapshot in PGXACT->xmin updates.Tom Lane
2016-09-10Improve unreachability recognition in elog() macro.Tom Lane
2016-08-14Remove bogus dependencies on NUMERIC_MAX_PRECISION.Tom Lane
2016-07-14Fix GiST index build for NaN values in geometric types.Tom Lane
2016-05-27Be more predictable about reporting "lock timeout" vs "statement timeout".Tom Lane
2016-03-15Cope if platform declares mbstowcs_l(), but not locale_t, in <xlocale.h>.Tom Lane
2015-10-20Fix incorrect translation of minus-infinity datetimes for json/jsonb.Tom Lane
2015-09-04Fix subtransaction cleanup after an outer-subtransaction portal fails.Tom Lane
2015-08-04Fix bogus "out of memory" reports in tuplestore.c.Tom Lane
2015-06-28Back-patch some minor bug fixes in GUC code.Tom Lane
2015-06-27Add opaque declaration of HTAB to tqual.h.Kevin Grittner
2015-06-25Fix the logic for putting relations into the relcache init file.Tom Lane
2015-06-10Fix typo in comment.Kevin Grittner
2015-06-07Use a safer method for determining whether relcache init file is stale.Tom Lane
2015-05-22Unpack jbvBinary objects passed to pushJsonbValueAndrew Dunstan
2015-01-15Improve performance of EXPLAIN with large range tables.Tom Lane
2014-12-04Move PG_AUTOCONF_FILENAME definitionPeter Eisentraut
2014-12-01Fix hstore_to_json_loose's detection of valid JSON number values.Andrew Dunstan
2014-11-12Explicitly support the case that a plancache's raw_parse_tree is NULL.Tom Lane
2014-10-16Support timezone abbreviations that sometimes change.Tom Lane
2014-09-29Change JSONB's on-disk format for improved performance.Tom Lane
2014-08-15Remove remnants of a JENTRY_ISFIRST flag bit.Heikki Linnakangas
2014-07-14Move view reloptions into their own varlena structAlvaro Herrera
2014-06-19Don't allow data_directory to be set in postgresql.auto.conf by ALTER SYSTEM.Fujii Masao
2014-06-05Add btree and hash opclasses for pg_lsn.Tom Lane
2014-05-22Fix typo in comment.Fujii Masao
2014-05-14Code review for recent changes in relcache.c.Tom Lane
2014-05-11Rename jsonb_hash_ops to jsonb_path_ops.Tom Lane
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-09Avoid some pnstrdup()s when constructing jsonbHeikki Linnakangas
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-06pgindent run for 9.4Bruce Momjian
2014-04-28Can't completely get rid of #ifndef FRONTEND in palloc.h :-(Tom Lane
2014-04-26Don't #include utils/palloc.h in common/fe_memutils.h.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-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-04Fix some compiler warnings that clang emits with -pedantic.Robert Haas