aboutsummaryrefslogtreecommitdiff
path: root/src/include/utils
Commit message (Expand)AuthorAge
* Generate parallel sequential scan plans in simple cases.Robert Haas2015-11-11
* Add "xid <> xid" and "xid <> int4" operators.Tom Lane2015-11-07
* Add sort support routine for the UUID data type.Robert Haas2015-11-06
* Allow postgres_fdw to ship extension funcs/operators for remote execution.Tom Lane2015-11-03
* Fix incorrect translation of minus-infinity datetimes for json/jsonb.Tom Lane2015-10-20
* Correct pg_indent to pgindent in various comments.Robert Haas2015-10-08
* Group cluster_name and update_process_title settings togetherPeter Eisentraut2015-10-04
* Parallel executor support.Robert Haas2015-09-28
* Allow planner to use expression-index stats for function calls in WHERE.Tom Lane2015-09-24
* Remove the SECURITY_ROW_LEVEL_DISABLED security context bit.Noah Misch2015-09-20
* Remove the row_security=force GUC value.Noah Misch2015-09-20
* Determine whether it's safe to attempt a parallel plan for a query.Robert Haas2015-09-16
* Allow per-tablespace effective_io_concurrencyAlvaro Herrera2015-09-08
* Fix subtransaction cleanup after an outer-subtransaction portal fails.Tom Lane2015-09-04
* Limit the verbosity of memory context statistics dumps.Tom Lane2015-08-25
* Rely on inline functions even if that causes warnings in older compilers.Andres Freund2015-08-05
* Fix bogus "out of memory" reports in tuplestore.c.Tom Lane2015-08-04
* Plug RLS related information leak in pg_stats view.Joe Conway2015-07-28
* Redesign tablesample method API, and do extensive code review.Tom Lane2015-07-25
* Support JSON negative array subscripts everywhereAndrew Dunstan2015-07-17
* Fix obsolete comment regarding NOTICE message level.Fujii Masao2015-07-09
* Revoke support for strxfrm() that write past the specified array length.Noah Misch2015-07-08
* Add an optional missing_ok argument to SQL function current_setting().Tom Lane2015-07-02
* Improve design and implementation of pg_file_settings view.Tom Lane2015-06-28
* Add missing_ok option to the SQL functions for reading files.Heikki Linnakangas2015-06-28
* Add opaque declaration of HTAB to tqual.h.Kevin Grittner2015-06-27
* Fix the logic for putting relations into the relcache init file.Tom Lane2015-06-25
* Fix typo in comment.Kevin Grittner2015-06-10
* Use a safer method for determining whether relcache init file is stale.Tom Lane2015-06-07
* Rename jsonb_replace to jsonb_set and allow it to add new valuesAndrew Dunstan2015-05-31
* Revert exporting of internal GUC variable "data_directory".Tom Lane2015-05-29
* Remove no-longer-required function declarations.Tom Lane2015-05-24
* pgindent run for 9.5Bruce Momjian2015-05-23
* Unpack jbvBinary objects passed to pushJsonbValueAndrew Dunstan2015-05-22
* Fix more typos in comments.Heikki Linnakangas2015-05-20
* Put back a backwards-compatible version of sampling support functions.Tom Lane2015-05-18
* Support GROUPING SETS, CUBE and ROLLUP.Andres Freund2015-05-16
* Move strategy numbers to include/access/stratnum.hAlvaro Herrera2015-05-15
* TABLESAMPLE, SQL Standard and extensibleSimon Riggs2015-05-15
* Allow GiST distance function to return merely a lower-bound.Heikki Linnakangas2015-05-15
* Separate block sampling functionsSimon Riggs2015-05-15
* Add pg_settings.pending_restart columnPeter Eisentraut2015-05-14
* Support "expanded" objects, particularly arrays, for better performance.Tom Lane2015-05-14
* Additional functions and operators for jsonbAndrew Dunstan2015-05-12
* Allow on-the-fly capture of DDL event detailsAlvaro Herrera2015-05-11
* Add new OID alias type regnamespaceAndrew Dunstan2015-05-09
* Add new OID alias type regroleAndrew Dunstan2015-05-09
* Add pg_file_settings view and functionStephen Frost2015-05-08
* Add support for INSERT ... ON CONFLICT DO NOTHING/UPDATE.Andres Freund2015-05-08
* Add geometry/range functions to support BRIN inclusionAlvaro Herrera2015-05-05