summaryrefslogtreecommitdiff
path: root/src/include/utils
AgeCommit message (Expand)Author
2020-11-10Fix and simplify some usages of TimestampDifference().Tom Lane
2020-04-06Preserve clustered index after rewrites with ALTER TABLEMichael Paquier
2020-03-22Revert "Skip WAL for new relfilenodes, under wal_level=minimal."Noah Misch
2020-03-21Skip WAL for new relfilenodes, under wal_level=minimal.Noah Misch
2020-03-21Fix cosmetic blemishes involving rd_createSubid.Noah Misch
2020-03-13Preserve replica identity index across ALTER TABLE rewritePeter Eisentraut
2020-01-31Fix CheckAttributeType's handling of collations for ranges.Tom Lane
2020-01-22Fix concurrent indexing operations with temporary tablesMichael Paquier
2019-12-01Fix misbehavior with expression indexes on ON COMMIT DELETE ROWS tables.Tom Lane
2019-09-22Fix failure to zero-pad the result of bitshiftright().Tom Lane
2019-06-30Don't read fields of a misaligned ExpandedObjectHeader or AnyArrayType.Noah Misch
2018-11-09Fix missing role dependencies for some schema and type ACLs.Tom Lane
2018-10-12Back-patch addition of the ALLOCSET_FOO_SIZES macros.Tom Lane
2018-10-05Allow btree comparison functions to return INT_MIN.Tom Lane
2018-07-31Further fixes for quoted-list GUC values in pg_dump and ruleutils.c.Tom Lane
2018-03-21Fix mishandling of quoted-list GUC values in pg_dump and ruleutils.c.Tom Lane
2018-03-19Fix some corner-case issues in REFRESH MATERIALIZED VIEW CONCURRENTLY.Tom Lane
2018-03-03Fix assorted issues in convert_to_scalar().Tom Lane
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-12-22Fix handling of expanded objects in CoerceToDomain and CASE execution.Tom Lane
2016-11-15Account for catalog snapshot in PGXACT->xmin updates.Tom Lane
2016-11-10Re-allow user_catalog_table option for materialized views.Tom Lane
2016-11-07Band-aid fix for incorrect use of view options as StdRdOptions.Tom Lane
2016-10-03Show a sensible value in pg_settings.unit for GUC_UNIT_XSEGS variables.Tom Lane
2016-09-10Improve unreachability recognition in elog() macro.Tom Lane
2016-08-18In plpgsql, don't try to convert int2vector or oidvector to expanded array.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
2016-01-22Remove new coupling between NAMEDATALEN and MAX_LEVENSHTEIN_STRLEN.Tom Lane
2015-12-22Comment improvements for abbreviated keys.Robert Haas
2015-11-29Avoid caching expression state trees for domain constraints across queries.Tom Lane
2015-11-20Fix handling of inherited check constraints in ALTER COLUMN TYPE (again).Tom Lane
2015-10-20Fix incorrect translation of minus-infinity datetimes for json/jsonb.Tom Lane
2015-10-04Group cluster_name and update_process_title settings togetherPeter Eisentraut
2015-09-24Allow planner to use expression-index stats for function calls in WHERE.Tom Lane
2015-09-20Remove the SECURITY_ROW_LEVEL_DISABLED security context bit.Noah Misch
2015-09-20Remove the row_security=force GUC value.Noah Misch
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-07-28Plug RLS related information leak in pg_stats view.Joe Conway
2015-07-25Redesign tablesample method API, and do extensive code review.Tom Lane
2015-07-17Support JSON negative array subscripts everywhereAndrew Dunstan