summaryrefslogtreecommitdiff
path: root/src/include/utils/builtins.h
AgeCommit message (Expand)Author
2017-06-27Merge PG10 master branch into xl10develPavan Deolasee
2017-06-21Phase 2 of pgindent updates.Tom Lane
2017-06-14Merge from PG master upto d5cb3bab564e0927ffac7c8729eacf181a12dd40Pavan Deolasee
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-11-10remove the collect function/type from pg_aggregateTomas Vondra
2016-10-27Merge commit 'b5bce6c1ec6061c8a4f730d927e162db7e2ce365'Pavan Deolasee
2016-10-18Redesign tablesample method API, and do extensive code review.Tom Lane
2016-10-18remove stormutils, containing only stormdb_promote_standby() functionTomas Vondra
2016-10-18Remove a portion of remote query deparsing code which is not used in XL anymorePavan Deolasee
2016-10-18Fix several compiler warningsPavan Deolasee
2016-10-18Add support for process-level control for overriding log levels.Pavan Deolasee
2016-10-18There was a missing commit from when the repo was forked,Mason Sharp
2016-10-18Add support for overrding default log levels for specfic messages or allPavan Deolasee
2016-10-18Fix misc issues with two-phase commit protocol and cleaning up of outstandingPavan Deolasee
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-12-07Reintroduce XC's Fast Query Shipping (FQS) mechanism to improve performance ofPavan Deolasee
2015-11-13Remove a lot of XC-specific code from the repo.Pavan Deolasee
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-09-04Fix aggregate handling for BIGINT/INT8 datatype for platforms withPavan Deolasee
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