Commit Graph

488 Commits (3ed2005ff595d349276e5b2edeca1a8100b08c87)

Author SHA1 Message Date
Andrew Gierth 1fd687a035 Optimizations for integer to decimal output. 6 years ago
Bruce Momjian 7559d8ebfa Update copyrights for 2020 6 years ago
Tom Lane 927f34ce8a Avoid conflicts with library versions of inet_net_ntop() and friends. 6 years ago
Tom Lane 8255c7a5ee Phase 2 pgindent run for v12. 7 years ago
Bruce Momjian 97c39498e5 Update copyright for 2019 7 years ago
Andres Freund 02a30a09f9 Correct constness of system attributes in heap.c & prerequisites. 7 years ago
Tomas Vondra 6bf0bc842b Provide separate header file for built-in float types 8 years ago
Andres Freund 86eaf208ea Hand code string to integer conversion for performance. 8 years ago
Tom Lane 6497a18e6c Fix some corner-case issues in REFRESH MATERIALIZED VIEW CONCURRENTLY. 8 years ago
Tom Lane 58d9acc18d Fix assorted issues in convert_to_scalar(). 8 years ago
Alvaro Herrera a26116c6cb Refactor format_type APIs to be more modular 8 years ago
Bruce Momjian 9d4649ca49 Update copyright for 2018 8 years ago
Tom Lane c7b8998ebb Phase 2 of pgindent updates. 9 years ago
Peter Eisentraut 20f6d74242 Collect duplicate copies of oid_cmp() 9 years ago
Peter Eisentraut f21a563d25 Move some things from builtins.h to new header files 9 years ago
Peter Eisentraut 063ef8308b Correct include file path 9 years ago
Peter Eisentraut 352a24a1f9 Generate fmgr prototypes automatically 9 years ago
Peter Eisentraut 30b9a4495a Remove unnecessary include 9 years ago
Bruce Momjian 1d25779284 Update copyright via script for 2017 9 years ago
Robert Haas f0e44751d7 Implement table partitioning. 9 years ago
Tom Lane 5c80642aa8 Remove unnecessary int2vector-specific hash function and equality operator. 9 years ago
Robert Haas 86f31695f3 Add txid_current_ifassigned(). 10 years ago
Tom Lane cf9b0fea5f Implement regexp_match(), a simplified alternative to regexp_matches(). 10 years ago
Tom Lane ed0097e4f9 Add SQL-accessible functions for inspecting index AM properties. 10 years ago
Tom Lane 1acf757255 Fix GiST index build for NaN values in geometric types. 10 years ago
Robert Haas af025eed53 Add combine functions for various floating-point aggregates. 10 years ago
Robert Haas 11c8669c0c Add parallel query support functions for assorted aggregates. 10 years ago
Tom Lane 50861cd683 Improve portability of I/O behavior for the geometric types. 10 years ago
Teodor Sigaev 3187d6de0e Introduce parse_ident() 10 years ago
Tom Lane 23a27b039d Widen query numbers-of-tuples-processed counters to uint64. 10 years ago
Joe Conway dc7d70ea05 Expose control file data via SQL accessible functions. 10 years ago
Tom Lane 52f5d578d6 Create a function to reliably identify which sessions block which others. 10 years ago
Dean Rasheed 53874c5228 Add pg_size_bytes() to parse human-readable size strings. 10 years ago
Joe Conway a5c43b8869 Add new system view, pg_config 10 years ago
Tom Lane aa2387e2fd Improve speed of timestamp/time/date output functions. 10 years ago
Tom Lane 6819514fca Add num_nulls() and num_nonnulls() to count NULL arguments. 10 years ago
Robert Haas b47b4dbf68 Extend sortsupport for text to more opclasses. 10 years ago
Tom Lane e1bd684a34 Add trigonometric functions that work in degrees. 10 years ago
Tom Lane a396144ac0 Remove new coupling between NAMEDATALEN and MAX_LEVENSHTEIN_STRLEN. 10 years ago
Tom Lane 65c5fcd353 Restructure index access method API to hide most of it at the C level. 10 years ago
Alvaro Herrera abb1733922 Add scale(numeric) 10 years ago
Bruce Momjian ee94300446 Update copyright for 2016 10 years ago
Tom Lane c5e86ea932 Add "xid <> xid" and "xid <> int4" operators. 10 years ago
Robert Haas a76ef15d9f Add sort support routine for the UUID data type. 10 years ago
Tom Lane d894941663 Allow postgres_fdw to ship extension funcs/operators for remote execution. 10 years ago
Joe Conway 7b4bfc87d5 Plug RLS related information leak in pg_stats view. 11 years ago
Tom Lane dd7a8f66ed Redesign tablesample method API, and do extensive code review. 11 years ago
Tom Lane 10fb48d66d Add an optional missing_ok argument to SQL function current_setting(). 11 years ago
Heikki Linnakangas cb2acb1081 Add missing_ok option to the SQL functions for reading files. 11 years ago
Bruce Momjian 807b9e0dff pgindent run for 9.5 11 years ago