summaryrefslogtreecommitdiff
path: root/src/include/utils
AgeCommit message (Expand)Author
2018-09-21Use size_t consistently in dsa.{ch}.Thomas Munro
2018-09-18Add support for nearest-neighbor (KNN) searches to SP-GiSTAlexander Korotkov
2018-09-06Refactor dlopen() supportPeter Eisentraut
2018-08-24Remove test for VA_ARGS, implied by C99.Andres Freund
2018-08-16Use the built-in float datatypes to implement geometric typesTomas Vondra
2018-08-12Revert "Distinguish printf-like functions that support %m from those that don...Tom Lane
2018-08-11Produce compiler errors if errno is referenced inside elog/ereport calls.Tom Lane
2018-08-11Distinguish printf-like functions that support %m from those that don't.Tom Lane
2018-08-10Handle parallel index builds on mapped relations.Peter Geoghegan
2018-07-31Further fixes for quoted-list GUC values in pg_dump and ruleutils.c.Tom Lane
2018-07-31Fix typo in file identification and copyright yearAlvaro Herrera
2018-07-29Provide separate header file for built-in float typesTomas Vondra
2018-07-29Refactor geometric functions and operatorsTomas Vondra
2018-07-22Hand code string to integer conversion for performance.Andres Freund
2018-07-18Use a ResourceOwner to track buffer pins in all cases.Tom Lane
2018-07-18Fix misc typos, mostly in comments.Heikki Linnakangas
2018-07-16Add plan_cache_mode settingPeter Eisentraut
2018-07-11Fix more wrong paths in header commentsAlexander Korotkov
2018-06-08Teach SHOW ALL to honor pg_read_all_settings membershipAlvaro Herrera
2018-05-16Detoast plpgsql variables if they might live across a transaction boundary.Tom Lane
2018-05-03Rearrange makefile rules for running Gen_fmgrtab.pl.Tom Lane
2018-05-02Fix some sloppiness in the new BufFileSize() and BufFileAppend() functions.Heikki Linnakangas
2018-04-26Post-feature-freeze pgindent run.Tom Lane
2018-04-15Reorganize partitioning codeAlvaro Herrera
2018-04-07Indexes with INCLUDE columns and their support in B-treeTeodor Sigaev
2018-04-07Add json(b)_to_tsvector functionTeodor Sigaev
2018-04-06Rename MemoryContextCopySetIdentifier() for clarityPeter Eisentraut
2018-04-04Skip full index scan during cleanup of B-tree indexes when possibleTeodor Sigaev
2018-04-03Add prefix operator for TEXT type.Teodor Sigaev
2018-03-28Allow committing inside cursor loopPeter Eisentraut
2018-03-27Allow memory contexts to have both fixed and variable ident strings.Tom Lane
2018-03-27Allow HOT updates for some expression indexesSimon Riggs
2018-03-22Basic JIT provider and error handling infrastructure.Andres Freund
2018-03-22Fix 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-04Fix assorted issues in convert_to_scalar().Tom Lane
2018-03-02Add prokind column, replacing proisagg and proiswindowPeter Eisentraut
2018-02-17Refactor format_type APIs to be more modularAlvaro Herrera
2018-02-13Make plpgsql use its DTYPE_REC code paths for composite-type variables.Tom Lane
2018-02-12get_relid_attribute_name is dead, long live get_attnameAlvaro Herrera
2018-02-09Mark assorted GUC variables as PGDLLIMPORT.Robert Haas
2018-02-02Support parallel btree index builds.Robert Haas
2018-01-29Save a few bytes by removing useless last argument to SearchCatCacheList.Tom Lane
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