aboutsummaryrefslogtreecommitdiff
path: root/src/include/catalog
Commit message (Expand)AuthorAge
* Fix copy-pasto in comment.Heikki Linnakangas2016-10-12
* Fix misestimation of n_distinct for a nearly-unique column with many nulls.Tom Lane2016-08-07
* Clarify documentation of ceil/ceiling/floor functions.Tom Lane2016-06-09
* Fix pg_upgrade to not fail when new-cluster TOAST rules differ from old.Tom Lane2016-05-06
* Move DATA entry to correct positionJoe Conway2016-02-15
* Fix pg_description entries for jsonb_to_record() and jsonb_to_recordset().Tom Lane2016-02-02
* Clean up some lack-of-STRICT issues in the core code, too.Tom Lane2016-01-09
* Split out pg_operator.h function declarations to new file pg_operator_fn.h.Tom Lane2016-01-01
* Rename (new|old)estCommitTs to (new|old)estCommitTsXidJoe Conway2015-12-28
* Fix handling of inherited check constraints in ALTER COLUMN TYPE (again).Tom Lane2015-11-20
* docs: clarify JSONB operator descriptionsBruce Momjian2015-10-07
* Do not write out WCOs in QueryStephen Frost2015-10-05
* ALTER TABLE .. FORCE ROW LEVEL SECURITYStephen Frost2015-10-04
* Make BYPASSRLS behave like superuser RLS bypass.Noah Misch2015-10-03
* Reconcile nodes/*funcs.c with recent work.Noah Misch2015-08-05
* Fix BRIN to use SnapshotAny during summarizationAlvaro Herrera2015-08-05
* Fix volatility marking of commit timestamp functionsAlvaro Herrera2015-07-30
* Create a pg_shdepend entry for each role in TO clause of policies.Joe Conway2015-07-28
* 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
* Fix omission of OCLASS_TRANSFORM in object_classes[]Alvaro Herrera2015-07-21
* Fix name of argument to pg_stat_file.Heikki Linnakangas2015-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
* Rename jsonb - text[] operator to #- to avoid ambiguity.Andrew Dunstan2015-06-11
* Fix typo in comment.Fujii Masao2015-06-10
* Rename jsonb_replace to jsonb_set and allow it to add new valuesAndrew Dunstan2015-05-31
* Check that all aliases of a built-in function have same leakproof property.Tom Lane2015-05-29
* pgindent run for 9.5Bruce Momjian2015-05-23
* Remove the new UPSERT command tag and use INSERT instead.Andres Freund2015-05-23
* Collection of typo fixes.Heikki Linnakangas2015-05-20
* Avoid collation dependence in indexes of system catalogs.Tom Lane2015-05-19
* Revert "Change pg_seclabel.provider and pg_shseclabel.provider to type "name"."Tom Lane2015-05-19
* Change pg_seclabel.provider and pg_shseclabel.provider to type "name".Tom Lane2015-05-18
* Support GROUPING SETS, CUBE and ROLLUP.Andres Freund2015-05-16
* Add BRIN infrastructure for "inclusion" opclassesAlvaro 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
* Support VERBOSE option in REINDEX command.Fujii Masao2015-05-15
* Add pg_settings.pending_restart columnPeter Eisentraut2015-05-14
* Fix some errors from jsonb functions patch.Andrew Dunstan2015-05-12
* 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
* Bump catversion for pg_file_settingsStephen Frost2015-05-08
* Add pg_file_settings view and functionStephen Frost2015-05-08
* Add support for INSERT ... ON CONFLICT DO NOTHING/UPDATE.Andres Freund2015-05-08
* Represent columns requiring insert and update privileges indentently.Andres Freund2015-05-08
* Improve BRIN infra, minmax opclass and regression testAlvaro Herrera2015-05-07