summaryrefslogtreecommitdiff
path: root/src/include/utils/builtins.h
AgeCommit message (Expand)Author
2017-06-21Phase 2 of pgindent updates.Tom Lane
2017-03-01Collect duplicate copies of oid_cmp()Peter Eisentraut
2017-01-21Move some things from builtins.h to new header filesPeter Eisentraut
2017-01-17Correct include file pathPeter Eisentraut
2017-01-17Generate fmgr prototypes automaticallyPeter Eisentraut
2017-01-17Remove unnecessary includePeter Eisentraut
2017-01-03Update copyright via script for 2017Bruce Momjian
2016-12-07Implement table partitioning.Robert Haas
2016-10-12Remove unnecessary int2vector-specific hash function and equality operator.Tom Lane
2016-08-23Add txid_current_ifassigned().Robert Haas
2016-08-17Implement regexp_match(), a simplified alternative to regexp_matches().Tom Lane
2016-08-13Add SQL-accessible functions for inspecting index AM properties.Tom Lane
2016-07-14Fix GiST index build for NaN values in geometric types.Tom Lane
2016-04-08Add combine functions for various floating-point aggregates.Robert Haas
2016-04-05Add parallel query support functions for assorted aggregates.Robert Haas
2016-03-30Improve portability of I/O behavior for the geometric types.Tom Lane
2016-03-18Introduce parse_ident()Teodor Sigaev
2016-03-12Widen query numbers-of-tuples-processed counters to uint64.Tom Lane
2016-03-05Expose control file data via SQL accessible functions.Joe Conway
2016-02-22Create a function to reliably identify which sessions block which others.Tom Lane
2016-02-20Add pg_size_bytes() to parse human-readable size strings.Dean Rasheed
2016-02-17Add new system view, pg_configJoe Conway
2016-02-07Improve speed of timestamp/time/date output functions.Tom Lane
2016-02-05Add num_nulls() and num_nonnulls() to count NULL arguments.Tom Lane
2016-02-03Extend sortsupport for text to more opclasses.Robert Haas
2016-01-22Add trigonometric functions that work in degrees.Tom Lane
2016-01-22Remove new coupling between NAMEDATALEN and MAX_LEVENSHTEIN_STRLEN.Tom Lane
2016-01-18Restructure index access method API to hide most of it at the C level.Tom Lane
2016-01-05Add scale(numeric)Alvaro Herrera
2016-01-02Update copyright for 2016Bruce Momjian
2015-11-07Add "xid <> xid" and "xid <> int4" operators.Tom Lane
2015-11-06Add sort support routine for the UUID data type.Robert Haas
2015-11-03Allow postgres_fdw to ship extension funcs/operators for remote execution.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-02Add an optional missing_ok argument to SQL function current_setting().Tom Lane
2015-06-28Add missing_ok option to the SQL functions for reading files.Heikki Linnakangas
2015-05-24pgindent run for 9.5Bruce Momjian
2015-05-11Allow on-the-fly capture of DDL event detailsAlvaro Herrera
2015-05-09Add new OID alias type regnamespaceAndrew Dunstan
2015-05-09Add new OID alias type regroleAndrew Dunstan
2015-05-08Add pg_file_settings view and functionStephen Frost
2015-05-05Add geometry/range functions to support BRIN inclusionAlvaro Herrera
2015-04-02Use abbreviated keys for faster sorting of numeric datums.Robert Haas
2015-03-20Use 128-bit math to accelerate some aggregation functions.Andres Freund
2015-01-06Update copyright for 2015Bruce Momjian
2014-12-30Add pg_identify_object_as_addressAlvaro Herrera
2014-12-23Revert "Use a bitmask to represent role attributes"Alvaro Herrera
2014-12-23Add SQL-callable pg_get_object_addressAlvaro Herrera
2014-12-23Use a bitmask to represent role attributesAlvaro Herrera