aboutsummaryrefslogtreecommitdiff
path: root/src/include/utils/builtins.h
Commit message (Expand)AuthorAge
* Add SQL-accessible functions for inspecting index AM properties.Tom Lane2016-08-13
* Fix GiST index build for NaN values in geometric types.Tom Lane2016-07-14
* Add combine functions for various floating-point aggregates.Robert Haas2016-04-08
* Add parallel query support functions for assorted aggregates.Robert Haas2016-04-05
* Improve portability of I/O behavior for the geometric types.Tom Lane2016-03-30
* Introduce parse_ident()Teodor Sigaev2016-03-18
* Widen query numbers-of-tuples-processed counters to uint64.Tom Lane2016-03-12
* Expose control file data via SQL accessible functions.Joe Conway2016-03-05
* Create a function to reliably identify which sessions block which others.Tom Lane2016-02-22
* Add pg_size_bytes() to parse human-readable size strings.Dean Rasheed2016-02-20
* Add new system view, pg_configJoe Conway2016-02-17
* Improve speed of timestamp/time/date output functions.Tom Lane2016-02-06
* Add num_nulls() and num_nonnulls() to count NULL arguments.Tom Lane2016-02-04
* Extend sortsupport for text to more opclasses.Robert Haas2016-02-03
* Add trigonometric functions that work in degrees.Tom Lane2016-01-22
* Remove new coupling between NAMEDATALEN and MAX_LEVENSHTEIN_STRLEN.Tom Lane2016-01-22
* Restructure index access method API to hide most of it at the C level.Tom Lane2016-01-17
* Add scale(numeric)Alvaro Herrera2016-01-05
* Update copyright for 2016Bruce Momjian2016-01-02
* Add "xid <> xid" and "xid <> int4" operators.Tom Lane2015-11-07
* Add sort support routine for the UUID data type.Robert Haas2015-11-06
* Allow postgres_fdw to ship extension funcs/operators for remote execution.Tom Lane2015-11-03
* Plug RLS related information leak in pg_stats view.Joe Conway2015-07-28
* Redesign tablesample method API, and do extensive code review.Tom Lane2015-07-25
* Add an optional missing_ok argument to SQL function current_setting().Tom Lane2015-07-02
* Add missing_ok option to the SQL functions for reading files.Heikki Linnakangas2015-06-28
* pgindent run for 9.5Bruce Momjian2015-05-23
* Allow on-the-fly capture of DDL event detailsAlvaro Herrera2015-05-11
* Add new OID alias type regnamespaceAndrew Dunstan2015-05-09
* Add new OID alias type regroleAndrew Dunstan2015-05-09
* Add pg_file_settings view and functionStephen Frost2015-05-08
* Add geometry/range functions to support BRIN inclusionAlvaro Herrera2015-05-05
* Use abbreviated keys for faster sorting of numeric datums.Robert Haas2015-04-02
* Use 128-bit math to accelerate some aggregation functions.Andres Freund2015-03-20
* Update copyright for 2015Bruce Momjian2015-01-06
* Add pg_identify_object_as_addressAlvaro Herrera2014-12-30
* Revert "Use a bitmask to represent role attributes"Alvaro Herrera2014-12-23
* Add SQL-callable pg_get_object_addressAlvaro Herrera2014-12-23
* Use a bitmask to represent role attributesAlvaro Herrera2014-12-23
* Event Trigger for table_rewriteSimon Riggs2014-12-08
* Keep track of transaction commit timestampsAlvaro Herrera2014-12-03
* Move the guts of our Levenshtein implementation into core.Robert Haas2014-11-13
* Add generate_series(numeric, numeric).Fujii Masao2014-11-11
* Support frontend-backend protocol communication using a shm_mq.Robert Haas2014-10-31
* Split builtins.h to a new header ruleutils.hAlvaro Herrera2014-10-08
* Implement mxid_age() to compute multi-xid ageBruce Momjian2014-09-10
* Add min and max aggregates for inet/cidr data types.Tom Lane2014-08-28
* Add sortsupport routines for text.Robert Haas2014-08-14
* pgindent run for 9.4Bruce Momjian2014-05-06
* Add to_regprocedure() and to_regoperator().Robert Haas2014-04-16