summaryrefslogtreecommitdiff
path: root/src/include/utils
AgeCommit message (Expand)Author
2018-01-23Split out documentation of SSL parameters into their own sectionPeter Eisentraut
2018-01-22Transaction control in PL proceduresPeter Eisentraut
2018-01-19Replace AclObjectKind with ObjectTypePeter Eisentraut
2018-01-19Replace GrantObjectType with ObjectTypePeter Eisentraut
2018-01-17Fix compiler warnings due to commit cc4fededAndrew Dunstan
2018-01-17Centralize json and jsonb handling of datetime typesAndrew Dunstan
2018-01-09Remove PortalGetQueryDesc()Peter Eisentraut
2018-01-09Update portal-related memory context names and APIPeter Eisentraut
2018-01-03Update copyright for 2018Bruce Momjian
2017-12-26Add includes to make header files self-containedPeter Eisentraut
2017-12-25Add polygon opclass for SP-GiSTTeodor Sigaev
2017-12-18Add shared tuplestores.Andres Freund
2017-12-13Rethink MemoryContext creation to improve performance.Tom Lane
2017-12-05Mark assorted variables PGDLLIMPORT.Robert Haas
2017-11-30SQL proceduresPeter Eisentraut
2017-11-29Update typedefs.list and re-run pgindentRobert Haas
2017-11-22Generational memory allocatorSimon Riggs
2017-11-19Parameter toast_tuple_target controls TOAST for new rowsSimon Riggs
2017-11-16Make PL/Python handle domain-type conversions correctly.Tom Lane
2017-11-10Add some const decorations to prototypesPeter Eisentraut
2017-11-07Fix unportable spelling of int64 constant.Tom Lane
2017-11-07Exclude pg_internal.init from BASE_BACKUPSimon Riggs
2017-10-29Fix problems with the "role" GUC and parallel query.Robert Haas
2017-10-29Add hash_combine64.Robert Haas
2017-10-26Support domains over composite types.Tom Lane
2017-10-13Improve sys/catcache performance.Andres Freund
2017-10-11Fix low-probability loss of NOTIFY messages due to XID wraparound.Tom Lane
2017-10-04Msvc doesn't know UINT16_MAX, replace with PG_UINT16_MAX.Andres Freund
2017-10-04Replace binary search in fmgr_isbuiltin with a lookup array.Andres Freund
2017-09-30Support arrays over domains.Tom Lane
2017-09-30Fix typo.Andres Freund
2017-09-22Add inline murmurhash32(uint32) function.Andres Freund
2017-09-22Assume wcstombs(), towlower(), and sibling functions are always present.Tom Lane
2017-09-18Make DatumGetFoo/PG_GETARG_FOO/PG_RETURN_FOO macro names more consistent.Tom Lane
2017-09-15Add support for coordinating record typmods among parallel workers.Andres Freund
2017-09-14Fix ordering in pg_dump of GRANTsStephen Frost
2017-09-12Introduce BYTES unit for GUCs.Andres Freund
2017-09-07Improve performance of get_actual_variable_range with recently-dead tuples.Tom Lane
2017-09-07Reduce excessive dereferencing of function pointersPeter Eisentraut
2017-09-06Allow SET STATISTICS on expression indexesSimon Riggs
2017-09-01Ensure SIZE_MAX can be used throughout our code.Tom Lane
2017-09-01Introduce 64-bit hash functions with a 64-bit seed.Robert Haas
2017-08-29Propagate sort instrumentation from workers back to leader.Robert Haas
2017-08-22Add a hash_combine function for mixing hash values.Andres Freund
2017-08-15Avoid out-of-memory in a hash join with many duplicate inner keys.Tom Lane
2017-08-13Remove AtEOXact_CatCache().Tom Lane
2017-08-11Reject use of ucol_strcollUTF8() before ICU 53Peter Eisentraut
2017-08-10Improve the error message when creating an empty range partition.Robert Haas
2017-06-28Change pg_ctl to detect server-ready by watching status in postmaster.pid.Tom Lane
2017-06-23Fix memory leakage in ICU encoding conversion, and other code review.Tom Lane