summaryrefslogtreecommitdiff
path: root/src/include/utils
AgeCommit message (Expand)Author
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-28Only try to push down foreign joins if the user mapping OIDs match.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-22Improve index AMs' opclass validation procedures.Tom Lane
2016-01-19Fix assorted inconsistencies in GiST opclass support function declarations.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-23Allow omitting one or both boundaries in an array slice specifier.Tom Lane
2015-12-22Comment improvements for abbreviated keys.Robert Haas
2015-11-29Avoid caching expression state trees for domain constraints across queries.Tom Lane
2015-11-20Fix handling of inherited check constraints in ALTER COLUMN TYPE (again).Tom Lane
2015-11-11Generate parallel sequential scan plans in simple cases.Robert Haas
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-10-20Fix incorrect translation of minus-infinity datetimes for json/jsonb.Tom Lane
2015-10-08Correct pg_indent to pgindent in various comments.Robert Haas
2015-10-04Group cluster_name and update_process_title settings togetherPeter Eisentraut
2015-09-29Parallel executor support.Robert Haas
2015-09-24Allow planner to use expression-index stats for function calls in WHERE.Tom Lane
2015-09-21Remove the SECURITY_ROW_LEVEL_DISABLED security context bit.Noah Misch
2015-09-21Remove the row_security=force GUC value.Noah Misch
2015-09-16Determine whether it's safe to attempt a parallel plan for a query.Robert Haas
2015-09-08Allow per-tablespace effective_io_concurrencyAlvaro Herrera
2015-09-04Fix subtransaction cleanup after an outer-subtransaction portal fails.Tom Lane
2015-08-25Limit the verbosity of memory context statistics dumps.Tom Lane
2015-08-05Rely on inline functions even if that causes warnings in older compilers.Andres Freund
2015-08-04Fix bogus "out of memory" reports in tuplestore.c.Tom Lane
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
2015-07-18Support JSON negative array subscripts everywhereAndrew Dunstan
2015-07-09Fix obsolete comment regarding NOTICE message level.Fujii Masao
2015-07-09Revoke support for strxfrm() that write past the specified array length.Noah Misch
2015-07-02Add an optional missing_ok argument to SQL function current_setting().Tom Lane
2015-06-28Improve design and implementation of pg_file_settings view.Tom Lane
2015-06-28Add missing_ok option to the SQL functions for reading files.Heikki Linnakangas
2015-06-27Add opaque declaration of HTAB to tqual.h.Kevin Grittner
2015-06-25Fix the logic for putting relations into the relcache init file.Tom Lane
2015-06-10Fix typo in comment.Kevin Grittner
2015-06-07Use a safer method for determining whether relcache init file is stale.Tom Lane
2015-06-01Rename jsonb_replace to jsonb_set and allow it to add new valuesAndrew Dunstan
2015-05-29Revert exporting of internal GUC variable "data_directory".Tom Lane
2015-05-24Remove no-longer-required function declarations.Tom Lane
2015-05-24pgindent run for 9.5Bruce Momjian
2015-05-22Unpack jbvBinary objects passed to pushJsonbValueAndrew Dunstan
2015-05-20Fix more typos in comments.Heikki Linnakangas