index
:
postgresql
REL_16_STABLE
master
postgresql mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
include
/
catalog
Commit message (
Expand
)
Author
Age
*
Fix copy-pasto in comment.
Heikki Linnakangas
2016-10-12
*
Fix misestimation of n_distinct for a nearly-unique column with many nulls.
Tom Lane
2016-08-07
*
Clarify documentation of ceil/ceiling/floor functions.
Tom Lane
2016-06-09
*
Fix pg_upgrade to not fail when new-cluster TOAST rules differ from old.
Tom Lane
2016-05-06
*
Move DATA entry to correct position
Joe Conway
2016-02-15
*
Fix pg_description entries for jsonb_to_record() and jsonb_to_recordset().
Tom Lane
2016-02-02
*
Clean up some lack-of-STRICT issues in the core code, too.
Tom Lane
2016-01-09
*
Split out pg_operator.h function declarations to new file pg_operator_fn.h.
Tom Lane
2016-01-01
*
Rename (new|old)estCommitTs to (new|old)estCommitTsXid
Joe Conway
2015-12-28
*
Fix handling of inherited check constraints in ALTER COLUMN TYPE (again).
Tom Lane
2015-11-20
*
docs: clarify JSONB operator descriptions
Bruce Momjian
2015-10-07
*
Do not write out WCOs in Query
Stephen Frost
2015-10-05
*
ALTER TABLE .. FORCE ROW LEVEL SECURITY
Stephen Frost
2015-10-04
*
Make BYPASSRLS behave like superuser RLS bypass.
Noah Misch
2015-10-03
*
Reconcile nodes/*funcs.c with recent work.
Noah Misch
2015-08-05
*
Fix BRIN to use SnapshotAny during summarization
Alvaro Herrera
2015-08-05
*
Fix volatility marking of commit timestamp functions
Alvaro Herrera
2015-07-30
*
Create a pg_shdepend entry for each role in TO clause of policies.
Joe Conway
2015-07-28
*
Plug RLS related information leak in pg_stats view.
Joe Conway
2015-07-28
*
Redesign tablesample method API, and do extensive code review.
Tom Lane
2015-07-25
*
Fix omission of OCLASS_TRANSFORM in object_classes[]
Alvaro Herrera
2015-07-21
*
Fix name of argument to pg_stat_file.
Heikki Linnakangas
2015-07-02
*
Improve design and implementation of pg_file_settings view.
Tom Lane
2015-06-28
*
Add missing_ok option to the SQL functions for reading files.
Heikki Linnakangas
2015-06-28
*
Rename jsonb - text[] operator to #- to avoid ambiguity.
Andrew Dunstan
2015-06-11
*
Fix typo in comment.
Fujii Masao
2015-06-10
*
Rename jsonb_replace to jsonb_set and allow it to add new values
Andrew Dunstan
2015-05-31
*
Check that all aliases of a built-in function have same leakproof property.
Tom Lane
2015-05-29
*
pgindent run for 9.5
Bruce Momjian
2015-05-23
*
Remove the new UPSERT command tag and use INSERT instead.
Andres Freund
2015-05-23
*
Collection of typo fixes.
Heikki Linnakangas
2015-05-20
*
Avoid collation dependence in indexes of system catalogs.
Tom Lane
2015-05-19
*
Revert "Change pg_seclabel.provider and pg_shseclabel.provider to type "name"."
Tom Lane
2015-05-19
*
Change pg_seclabel.provider and pg_shseclabel.provider to type "name".
Tom Lane
2015-05-18
*
Support GROUPING SETS, CUBE and ROLLUP.
Andres Freund
2015-05-16
*
Add BRIN infrastructure for "inclusion" opclasses
Alvaro Herrera
2015-05-15
*
TABLESAMPLE, SQL Standard and extensible
Simon Riggs
2015-05-15
*
Allow GiST distance function to return merely a lower-bound.
Heikki Linnakangas
2015-05-15
*
Support VERBOSE option in REINDEX command.
Fujii Masao
2015-05-15
*
Add pg_settings.pending_restart column
Peter Eisentraut
2015-05-14
*
Fix some errors from jsonb functions patch.
Andrew Dunstan
2015-05-12
*
Additional functions and operators for jsonb
Andrew Dunstan
2015-05-12
*
Allow on-the-fly capture of DDL event details
Alvaro Herrera
2015-05-11
*
Add new OID alias type regnamespace
Andrew Dunstan
2015-05-09
*
Add new OID alias type regrole
Andrew Dunstan
2015-05-09
*
Bump catversion for pg_file_settings
Stephen Frost
2015-05-08
*
Add pg_file_settings view and function
Stephen Frost
2015-05-08
*
Add support for INSERT ... ON CONFLICT DO NOTHING/UPDATE.
Andres Freund
2015-05-08
*
Represent columns requiring insert and update privileges indentently.
Andres Freund
2015-05-08
*
Improve BRIN infra, minmax opclass and regression test
Alvaro Herrera
2015-05-07
[next]