summaryrefslogtreecommitdiff
path: root/src/include/catalog
Commit message (Expand)AuthorAgeFilesLines
* Allow pg_create_physical_replication_slot() to reserve WAL.Andres Freund2015-08-112-2/+2
* Add confirmed_flush column to pg_replication_slots.Andres Freund2015-08-102-2/+2
* Don't include low level locking code from frontend code.Andres Freund2015-08-071-1/+1
* Reconcile nodes/*funcs.c with recent work.Noah Misch2015-08-051-1/+1
* Fix BRIN to use SnapshotAny during summarizationAlvaro Herrera2015-08-051-0/+1
* Fix volatility marking of commit timestamp functionsAlvaro Herrera2015-07-301-2/+2
* Create a pg_shdepend entry for each role in TO clause of policies.Joe Conway2015-07-281-0/+5
* Bump catversion so that HEAD is beyond 9.5Joe Conway2015-07-281-1/+1
* Plug RLS related information leak in pg_stats view.Joe Conway2015-07-282-1/+7
* Redesign tablesample method API, and do extensive code review.Tom Lane2015-07-255-114/+13
* Fix omission of OCLASS_TRANSFORM in object_classes[]Alvaro Herrera2015-07-211-3/+4
* Add new function pg_notification_queue_usage.Robert Haas2015-07-172-1/+5
* Add an optional missing_ok argument to SQL function current_setting().Tom Lane2015-07-022-3/+5
* Fix name of argument to pg_stat_file.Heikki Linnakangas2015-07-021-1/+1
* Improve design and implementation of pg_file_settings view.Tom Lane2015-06-282-2/+2
* Add missing_ok option to the SQL functions for reading files.Heikki Linnakangas2015-06-282-5/+13
* Rename jsonb - text[] operator to #- to avoid ambiguity.Andrew Dunstan2015-06-113-6/+6
* Fix typo in comment.Fujii Masao2015-06-101-1/+1
* Rename jsonb_replace to jsonb_set and allow it to add new valuesAndrew Dunstan2015-05-312-3/+3
* Check that all aliases of a built-in function have same leakproof property.Tom Lane2015-05-292-2/+2
* pgindent run for 9.5Bruce Momjian2015-05-2328-572/+578
* Remove the new UPSERT command tag and use INSERT instead.Andres Freund2015-05-231-1/+1
* Collection of typo fixes.Heikki Linnakangas2015-05-201-3/+3
* Avoid collation dependence in indexes of system catalogs.Tom Lane2015-05-192-4/+4
* Revert "Change pg_seclabel.provider and pg_shseclabel.provider to type "name"."Tom Lane2015-05-194-5/+5
* Change pg_seclabel.provider and pg_shseclabel.provider to type "name".Tom Lane2015-05-184-5/+5
* Support GROUPING SETS, CUBE and ROLLUP.Andres Freund2015-05-161-1/+1
* Add BRIN infrastructure for "inclusion" opclassesAlvaro Herrera2015-05-157-3/+81
* TABLESAMPLE, SQL Standard and extensibleSimon Riggs2015-05-153-0/+110
* Allow GiST distance function to return merely a lower-bound.Heikki Linnakangas2015-05-155-3/+15
* Support VERBOSE option in REINDEX command.Fujii Masao2015-05-151-2/+2
* Add pg_settings.pending_restart columnPeter Eisentraut2015-05-142-2/+2
* Fix some errors from jsonb functions patch.Andrew Dunstan2015-05-121-1/+1
* Additional functions and operators for jsonbAndrew Dunstan2015-05-122-1/+16
* Allow on-the-fly capture of DDL event detailsAlvaro Herrera2015-05-114-1/+44
* Add new OID alias type regnamespaceAndrew Dunstan2015-05-094-1/+24
* Add new OID alias type regroleAndrew Dunstan2015-05-093-0/+24
* Bump catversion for pg_file_settingsStephen Frost2015-05-081-1/+1
* Add pg_file_settings view and functionStephen Frost2015-05-081-0/+2
* Add support for INSERT ... ON CONFLICT DO NOTHING/UPDATE.Andres Freund2015-05-082-1/+3
* Represent columns requiring insert and update privileges indentently.Andres Freund2015-05-081-1/+1
* Improve BRIN infra, minmax opclass and regression testAlvaro Herrera2015-05-073-192/+28
* Add geometry/range functions to support BRIN inclusionAlvaro Herrera2015-05-053-1/+12
* Improve procost estimates for some text search functions.Tom Lane2015-05-041-13/+13
* Copy editing of the replication origins patch.Andres Freund2015-05-011-1/+1
* Create an infrastructure for parallel computation in PostgreSQL.Robert Haas2015-04-301-1/+1
* Introduce replication progress tracking infrastructure.Andres Freund2015-04-294-1/+113
* Add transforms featurePeter Eisentraut2015-04-267-2692/+2750
* Rename pg_replication_slot's new active_in to active_pid.Andres Freund2015-04-221-1/+1
* Add 'active_in' column to pg_replication_slots.Andres Freund2015-04-211-1/+1