summaryrefslogtreecommitdiff
path: root/src/include/utils
Commit message (Expand)AuthorAgeFilesLines
* Allow per-tablespace effective_io_concurrencyAlvaro Herrera2015-09-081-0/+1
* Fix subtransaction cleanup after an outer-subtransaction portal fails.Tom Lane2015-09-041-3/+9
* Limit the verbosity of memory context statistics dumps.Tom Lane2015-08-251-0/+1
* Rely on inline functions even if that causes warnings in older compilers.Andres Freund2015-08-053-43/+5
* Fix bogus "out of memory" reports in tuplestore.c.Tom Lane2015-08-041-0/+8
* Plug RLS related information leak in pg_stats view.Joe Conway2015-07-281-0/+4
* Redesign tablesample method API, and do extensive code review.Tom Lane2015-07-253-3/+8
* Support JSON negative array subscripts everywhereAndrew Dunstan2015-07-171-0/+7
* Fix obsolete comment regarding NOTICE message level.Fujii Masao2015-07-091-2/+2
* Revoke support for strxfrm() that write past the specified array length.Noah Misch2015-07-081-0/+1
* Add an optional missing_ok argument to SQL function current_setting().Tom Lane2015-07-022-1/+3
* Improve design and implementation of pg_file_settings view.Tom Lane2015-06-281-5/+15
* Add missing_ok option to the SQL functions for reading files.Heikki Linnakangas2015-06-281-2/+4
* Add opaque declaration of HTAB to tqual.h.Kevin Grittner2015-06-271-0/+1
* Fix the logic for putting relations into the relcache init file.Tom Lane2015-06-251-0/+1
* Fix typo in comment.Kevin Grittner2015-06-101-1/+1
* Use a safer method for determining whether relcache init file is stale.Tom Lane2015-06-072-4/+4
* Rename jsonb_replace to jsonb_set and allow it to add new valuesAndrew Dunstan2015-05-311-1/+1
* Revert exporting of internal GUC variable "data_directory".Tom Lane2015-05-291-1/+0
* Remove no-longer-required function declarations.Tom Lane2015-05-241-3/+3
* pgindent run for 9.5Bruce Momjian2015-05-2317-76/+78
* Unpack jbvBinary objects passed to pushJsonbValueAndrew Dunstan2015-05-221-1/+1
* Fix more typos in comments.Heikki Linnakangas2015-05-201-1/+1
* Put back a backwards-compatible version of sampling support functions.Tom Lane2015-05-181-3/+13
* Support GROUPING SETS, CUBE and ROLLUP.Andres Freund2015-05-161-1/+1
* Move strategy numbers to include/access/stratnum.hAlvaro Herrera2015-05-151-10/+10
* TABLESAMPLE, SQL Standard and extensibleSimon Riggs2015-05-154-3/+16
* Allow GiST distance function to return merely a lower-bound.Heikki Linnakangas2015-05-151-0/+3
* Separate block sampling functionsSimon Riggs2015-05-151-0/+44
* Add pg_settings.pending_restart columnPeter Eisentraut2015-05-141-0/+1
* Support "expanded" objects, particularly arrays, for better performance.Tom Lane2015-05-144-9/+426
* Additional functions and operators for jsonbAndrew Dunstan2015-05-121-1/+18
* Allow on-the-fly capture of DDL event detailsAlvaro Herrera2015-05-112-0/+50
* Add new OID alias type regnamespaceAndrew Dunstan2015-05-091-0/+5
* Add new OID alias type regroleAndrew Dunstan2015-05-091-0/+5
* Add pg_file_settings view and functionStephen Frost2015-05-081-0/+1
* Add support for INSERT ... ON CONFLICT DO NOTHING/UPDATE.Andres Freund2015-05-081-6/+16
* Add geometry/range functions to support BRIN inclusionAlvaro Herrera2015-05-053-0/+5
* Create an infrastructure for parallel computation in PostgreSQL.Robert Haas2015-04-302-0/+8
* Introduce replication progress tracking infrastructure.Andres Freund2015-04-291-0/+2
* Add transforms featurePeter Eisentraut2015-04-262-0/+5
* Reorganize our CRC source files again.Heikki Linnakangas2015-04-141-0/+107
* pg_event_trigger_dropped_objects: add is_temp columnAlvaro Herrera2015-04-061-0/+1
* Add log_min_autovacuum_duration per-table optionAlvaro Herrera2015-04-031-0/+1
* Add palloc_extended for frontend and backend.Fujii Masao2015-04-031-0/+1
* Use abbreviated keys for faster sorting of numeric datums.Robert Haas2015-04-022-0/+5
* Define integer limits independently from the system definitions.Andres Freund2015-04-021-2/+2
* Change array_offset to return subscripts, not offsetsAlvaro Herrera2015-03-301-3/+3
* Add index-only scan support to range type GiST opclass.Heikki Linnakangas2015-03-301-0/+1
* Add index-only scan support to inet GiST opclass.Heikki Linnakangas2015-03-281-0/+1