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
*
Further fixes for quoted-list GUC values in pg_dump and ruleutils.c.
Tom Lane
2018-07-31
*
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
*
Fix GiST index build for NaN values in geometric types.
Tom Lane
2016-07-14
*
Remove new coupling between NAMEDATALEN and MAX_LEVENSHTEIN_STRLEN.
Tom Lane
2016-01-22
*
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 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
*
Add geometry/range functions to support BRIN inclusion
Alvaro Herrera
2015-05-05
*
Use abbreviated keys for faster sorting of numeric datums.
Robert Haas
2015-04-02
*
Use 128-bit math to accelerate some aggregation functions.
Andres Freund
2015-03-20
*
Update copyright for 2015
Bruce Momjian
2015-01-06
*
Add pg_identify_object_as_address
Alvaro Herrera
2014-12-30
*
Revert "Use a bitmask to represent role attributes"
Alvaro Herrera
2014-12-23
*
Add SQL-callable pg_get_object_address
Alvaro Herrera
2014-12-23
*
Use a bitmask to represent role attributes
Alvaro Herrera
2014-12-23
*
Event Trigger for table_rewrite
Simon Riggs
2014-12-08
*
Keep track of transaction commit timestamps
Alvaro Herrera
2014-12-03
*
Move the guts of our Levenshtein implementation into core.
Robert Haas
2014-11-13
*
Add generate_series(numeric, numeric).
Fujii Masao
2014-11-11
*
Support frontend-backend protocol communication using a shm_mq.
Robert Haas
2014-10-31
*
Split builtins.h to a new header ruleutils.h
Alvaro Herrera
2014-10-08
*
Implement mxid_age() to compute multi-xid age
Bruce Momjian
2014-09-10
*
Add min and max aggregates for inet/cidr data types.
Tom Lane
2014-08-28
*
Add sortsupport routines for text.
Robert Haas
2014-08-14
*
pgindent run for 9.4
Bruce Momjian
2014-05-06
*
Add to_regprocedure() and to_regoperator().
Robert Haas
2014-04-16
*
Provide moving-aggregate support for boolean aggregates.
Tom Lane
2014-04-13
*
Provide moving-aggregate support for a bunch of numerical aggregates.
Tom Lane
2014-04-12
*
Add an in-core GiST index opclass for inet/cidr types.
Tom Lane
2014-04-08
*
Add new to_reg* functions for error-free OID lookups.
Robert Haas
2014-04-08
*
Allow opclasses to provide tri-valued GIN consistent functions.
Heikki Linnakangas
2014-03-12
*
Update copyright for 2014
Bruce Momjian
2014-01-07
*
Support ordered-set (WITHIN GROUP) aggregates.
Tom Lane
2013-12-23
*
Implement information_schema.parameters.parameter_default column
Peter Eisentraut
2013-11-26
*
Improve performance of numeric sum(), avg(), stddev(), variance(), etc.
Tom Lane
2013-11-16
*
Add record_image_ops opclass for matview concurrent refresh.
Kevin Grittner
2013-10-09
*
Add infrastructure for mapping relfilenodes to relation OIDs.
Robert Haas
2013-07-22
*
Improve updatability checking for views and foreign tables.
Tom Lane
2013-06-12
*
pgindent run for release 9.3
Bruce Momjian
2013-05-29
*
Move materialized views' is-populated status into their pg_class entries.
Tom Lane
2013-05-06
*
Add sql_drop event for event triggers
Alvaro Herrera
2013-03-28
*
Allow extracting machine-readable object identity
Alvaro Herrera
2013-03-20
*
Add a materialized view relations.
Kevin Grittner
2013-03-03
*
Provide database object names as separate fields in error messages.
Tom Lane
2013-01-29
[next]