index
:
postgresql
REL_16_STABLE
master
postgresql mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
include
/
utils
/
builtins.h
Commit message (
Expand
)
Author
Age
*
Update copyright for 2019
Bruce Momjian
2019-01-02
*
Correct constness of system attributes in heap.c & prerequisites.
Andres Freund
2018-10-16
*
Provide separate header file for built-in float types
Tomas Vondra
2018-07-29
*
Hand code string to integer conversion for performance.
Andres Freund
2018-07-22
*
Fix some corner-case issues in REFRESH MATERIALIZED VIEW CONCURRENTLY.
Tom Lane
2018-03-19
*
Fix assorted issues in convert_to_scalar().
Tom Lane
2018-03-03
*
Refactor format_type APIs to be more modular
Alvaro Herrera
2018-02-17
*
Update copyright for 2018
Bruce Momjian
2018-01-02
*
Phase 2 of pgindent updates.
Tom Lane
2017-06-21
*
Collect duplicate copies of oid_cmp()
Peter Eisentraut
2017-03-01
*
Move some things from builtins.h to new header files
Peter Eisentraut
2017-01-20
*
Correct include file path
Peter Eisentraut
2017-01-17
*
Generate fmgr prototypes automatically
Peter Eisentraut
2017-01-17
*
Remove unnecessary include
Peter Eisentraut
2017-01-17
*
Update copyright via script for 2017
Bruce Momjian
2017-01-03
*
Implement table partitioning.
Robert Haas
2016-12-07
*
Remove unnecessary int2vector-specific hash function and equality operator.
Tom Lane
2016-10-12
*
Add txid_current_ifassigned().
Robert Haas
2016-08-23
*
Implement regexp_match(), a simplified alternative to regexp_matches().
Tom Lane
2016-08-17
*
Add SQL-accessible functions for inspecting index AM properties.
Tom Lane
2016-08-13
*
Fix GiST index build for NaN values in geometric types.
Tom Lane
2016-07-14
*
Add combine functions for various floating-point aggregates.
Robert Haas
2016-04-08
*
Add parallel query support functions for assorted aggregates.
Robert Haas
2016-04-05
*
Improve portability of I/O behavior for the geometric types.
Tom Lane
2016-03-30
*
Introduce parse_ident()
Teodor Sigaev
2016-03-18
*
Widen query numbers-of-tuples-processed counters to uint64.
Tom Lane
2016-03-12
*
Expose control file data via SQL accessible functions.
Joe Conway
2016-03-05
*
Create a function to reliably identify which sessions block which others.
Tom Lane
2016-02-22
*
Add pg_size_bytes() to parse human-readable size strings.
Dean Rasheed
2016-02-20
*
Add new system view, pg_config
Joe Conway
2016-02-17
*
Improve speed of timestamp/time/date output functions.
Tom Lane
2016-02-06
*
Add num_nulls() and num_nonnulls() to count NULL arguments.
Tom Lane
2016-02-04
*
Extend sortsupport for text to more opclasses.
Robert Haas
2016-02-03
*
Add trigonometric functions that work in degrees.
Tom Lane
2016-01-22
*
Remove new coupling between NAMEDATALEN and MAX_LEVENSHTEIN_STRLEN.
Tom Lane
2016-01-22
*
Restructure index access method API to hide most of it at the C level.
Tom Lane
2016-01-17
*
Add scale(numeric)
Alvaro Herrera
2016-01-05
*
Update copyright for 2016
Bruce Momjian
2016-01-02
*
Add "xid <> xid" and "xid <> int4" operators.
Tom Lane
2015-11-07
*
Add sort support routine for the UUID data type.
Robert Haas
2015-11-06
*
Allow postgres_fdw to ship extension funcs/operators for remote execution.
Tom Lane
2015-11-03
*
Plug RLS related information leak in pg_stats view.
Joe Conway
2015-07-28
*
Redesign tablesample method API, and do extensive code review.
Tom Lane
2015-07-25
*
Add an optional missing_ok argument to SQL function current_setting().
Tom Lane
2015-07-02
*
Add missing_ok option to the SQL functions for reading files.
Heikki Linnakangas
2015-06-28
*
pgindent run for 9.5
Bruce Momjian
2015-05-23
*
Allow on-the-fly capture of DDL event details
Alvaro Herrera
2015-05-11
*
Add new OID alias type regnamespace
Andrew Dunstan
2015-05-09
*
Add new OID alias type regrole
Andrew Dunstan
2015-05-09
*
Add pg_file_settings view and function
Stephen Frost
2015-05-08
[next]