index
:
delta/postgresql.git
REL2_0B
REL6_4
REL6_5_PATCHES
REL7_0_PATCHES
REL7_1_STABLE
REL7_2_STABLE
REL7_3_STABLE
REL7_4_STABLE
REL8_0_STABLE
REL8_1_STABLE
REL8_2_STABLE
REL8_3_STABLE
REL8_4_STABLE
REL8_5_ALPHA1_BRANCH
REL8_5_ALPHA2_BRANCH
REL8_5_ALPHA3_BRANCH
REL9_0_ALPHA4_BRANCH
REL9_0_ALPHA5_BRANCH
REL9_0_STABLE
REL9_1_STABLE
REL9_2_STABLE
REL9_3_STABLE
REL9_4_STABLE
REL9_5_STABLE
REL9_6_STABLE
REL_10_STABLE
REL_11_STABLE
REL_12_STABLE
REL_13_STABLE
REL_14_STABLE
REL_15_STABLE
Release_1_0_3
WIN32_DEV
ecpg_big_bison
master
git.postgresql.org: git/postgresql.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
include
/
catalog
Commit message (
Expand
)
Author
Age
Files
Lines
*
Code review for row security.
Stephen Frost
2014-09-24
2
-3
/
+3
*
Fix typos in descriptions of json_object functions.
Andrew Dunstan
2014-09-24
1
-2
/
+2
*
Row-Level Security Policies (RLS)
Stephen Frost
2014-09-19
6
-17
/
+81
*
Add rmgr callback to name xlog record types for display purposes.
Andres Freund
2014-09-19
1
-0
/
+1
*
Fix the return type of GIN triConsistent support functions to "char".
Heikki Linnakangas
2014-09-16
2
-5
/
+5
*
Add 'ignore_nulls' option to row_to_json
Stephen Frost
2014-09-11
2
-7
/
+3
*
Implement mxid_age() to compute multi-xid age
Bruce Momjian
2014-09-10
2
-1
/
+3
*
Add width_bucket(anyelement, anyarray).
Tom Lane
2014-09-09
2
-3
/
+5
*
Fix s/pluggins/plugins/ typo in two comments.
Andres Freund
2014-09-01
1
-1
/
+1
*
Again update C comments for pg_attribute.attislocal
Bruce Momjian
2014-08-30
1
-3
/
+7
*
Update C comment for pg_attribute.attislocal
Bruce Momjian
2014-08-29
1
-1
/
+5
*
Add min and max aggregates for inet/cidr data types.
Tom Lane
2014-08-28
3
-1
/
+11
*
rename macro isTempOrToastNamespace to isTempOrTempToastNamespace
Bruce Momjian
2014-08-25
1
-1
/
+1
*
Fix bogus commutator/negator links for JSONB containment operators.
Tom Lane
2014-08-16
2
-7
/
+6
*
Add sortsupport routines for text.
Robert Haas
2014-08-14
3
-1
/
+4
*
pg_upgrade: prevent oid conflicts with new-cluster TOAST tables
Bruce Momjian
2014-08-07
1
-0
/
+5
*
json_build_object and json_build_array are stable, not immutable.
Andrew Dunstan
2014-07-15
2
-5
/
+5
*
Rename logical decoding's pg_llog directory to pg_logical.
Andres Freund
2014-07-02
1
-1
/
+1
*
Remove use_json_as_text options from json_to_record/json_populate_record.
Tom Lane
2014-06-29
2
-8
/
+8
*
Get rid of bogus separate pg_proc entries for json_extract_path operators.
Tom Lane
2014-06-26
3
-9
/
+5
*
Add Asserts to verify that catalog cache keys are unique and not null.
Tom Lane
2014-06-20
1
-15
/
+1
*
Implement UPDATE tab SET (col1,col2,...) = (SELECT ...), ...
Tom Lane
2014-06-18
1
-1
/
+1
*
Change the signature of rm_desc so that it's passed a XLogRecord.
Heikki Linnakangas
2014-06-14
1
-1
/
+1
*
Rename lo_create(oid, bytea) to lo_from_bytea().
Tom Lane
2014-06-12
2
-3
/
+3
*
Add defenses against running with a wrong selection of LOBLKSIZE.
Tom Lane
2014-06-05
1
-1
/
+2
*
Consistently spell a replication slot's name as slot_name.
Andres Freund
2014-06-05
2
-7
/
+7
*
Add btree and hash opclasses for pg_lsn.
Tom Lane
2014-06-04
7
-2
/
+24
*
Bump PG_CONTROL_VERSION for previous 9.4 changes.
Tom Lane
2014-06-04
1
-1
/
+1
*
pg_lsn should not be marked typispreferred.
Tom Lane
2014-05-28
1
-1
/
+1
*
Rename jsonb_hash_ops to jsonb_path_ops.
Tom Lane
2014-05-11
5
-11
/
+11
*
Fix typcategory labeling of jsonb.
Tom Lane
2014-05-09
2
-2
/
+2
*
More jsonb cleanup.
Heikki Linnakangas
2014-05-09
1
-1
/
+1
*
Improve key representation for GIN jsonb_ops, and fix existence-search bug.
Tom Lane
2014-05-09
1
-1
/
+1
*
pgindent run for 9.4
Bruce Momjian
2014-05-06
29
-75
/
+75
*
Fix pg_type.typlen for newly-revived line type.
Tom Lane
2014-05-05
2
-2
/
+2
*
Rationalize common/relpath.[hc].
Tom Lane
2014-04-30
1
-4
/
+8
*
Fix incorrect pg_proc.proallargtypes entries for two built-in functions.
Tom Lane
2014-04-23
2
-3
/
+3
*
Allow polymorphic aggregates to have non-polymorphic state data types.
Tom Lane
2014-04-23
3
-147
/
+155
*
Add to_regprocedure() and to_regoperator().
Robert Haas
2014-04-16
2
-1
/
+5
*
Provide moving-aggregate support for boolean aggregates.
Tom Lane
2014-04-13
3
-4
/
+12
*
Provide moving-aggregate support for a bunch of numerical aggregates.
Tom Lane
2014-04-12
3
-134
/
+154
*
Create infrastructure for moving-aggregate optimization.
Tom Lane
2014-04-12
2
-140
/
+164
*
Add an in-core GiST index opclass for inet/cidr types.
Tom Lane
2014-04-08
7
-5
/
+54
*
Add new to_reg* functions for error-free OID lookups.
Robert Haas
2014-04-08
3
-2
/
+11
*
Reduce lock levels of some ALTER TABLE cmds
Simon Riggs
2014-04-06
1
-1
/
+7
*
Fix some compiler warnings that clang emits with -pedantic.
Robert Haas
2014-04-04
1
-1
/
+1
*
Fix non-equivalence of VARIADIC and non-VARIADIC function call formats.
Tom Lane
2014-04-03
1
-1
/
+1
*
Cleanup around json_to_record/json_to_recordset
Andrew Dunstan
2014-03-26
2
-1
/
+5
*
Introduce jsonb, a structured format for storing json.
Andrew Dunstan
2014-03-23
8
-5
/
+172
*
Allow opclasses to provide tri-valued GIN consistent functions.
Heikki Linnakangas
2014-03-12
4
-2
/
+37
[next]