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
/
utils
Commit message (
Expand
)
Author
Age
Files
Lines
*
Row-Level Security Policies (RLS)
Stephen Frost
2014-09-19
3
-0
/
+8
*
Add rmgr callback to name xlog record types for display purposes.
Andres Freund
2014-09-19
1
-0
/
+1
*
Invent PGC_SU_BACKEND and mark log_connections/log_disconnections that way.
Tom Lane
2014-09-13
1
-8
/
+12
*
Add 'ignore_nulls' option to row_to_json
Stephen Frost
2014-09-11
1
-2
/
+0
*
Implement mxid_age() to compute multi-xid age
Bruce Momjian
2014-09-10
1
-0
/
+1
*
Add width_bucket(anyelement, anyarray).
Tom Lane
2014-09-09
1
-0
/
+1
*
Update comment to reflect commit 1d41739e5a04b0e93304d24d864b6bfa3efc45f2.
Robert Haas
2014-09-04
1
-2
/
+2
*
Add min and max aggregates for inet/cidr data types.
Tom Lane
2014-08-28
1
-0
/
+2
*
Remove remnants of a JENTRY_ISFIRST flag bit.
Heikki Linnakangas
2014-08-15
1
-6
/
+4
*
Add sortsupport routines for text.
Robert Haas
2014-08-14
1
-0
/
+1
*
Don't require sort support functions to provide a comparator.
Robert Haas
2014-08-06
1
-2
/
+0
*
Move view reloptions into their own varlena struct
Alvaro Herrera
2014-07-14
1
-20
/
+32
*
Avoid copying index tuples when building an index.
Robert Haas
2014-07-01
1
-1
/
+3
*
Fix and enhance the assertion of no palloc's in a critical section.
Heikki Linnakangas
2014-06-30
1
-0
/
+2
*
Add cluster_name GUC which is included in process titles if set.
Andres Freund
2014-06-29
1
-0
/
+1
*
Don't allow data_directory to be set in postgresql.auto.conf by ALTER SYSTEM.
Fujii Masao
2014-06-19
1
-0
/
+1
*
Change the signature of rm_desc so that it's passed a XLogRecord.
Heikki Linnakangas
2014-06-14
1
-1
/
+1
*
Add btree and hash opclasses for pg_lsn.
Tom Lane
2014-06-04
1
-0
/
+2
*
Fix typo in comment.
Fujii Masao
2014-05-22
1
-1
/
+1
*
Code review for recent changes in relcache.c.
Tom Lane
2014-05-14
2
-11
/
+10
*
Rename jsonb_hash_ops to jsonb_path_ops.
Tom Lane
2014-05-11
1
-6
/
+6
*
More jsonb cleanup.
Heikki Linnakangas
2014-05-09
1
-26
/
+24
*
Improve key representation for GIN jsonb_ops, and fix existence-search bug.
Tom Lane
2014-05-09
1
-18
/
+34
*
Avoid some pnstrdup()s when constructing jsonb
Heikki Linnakangas
2014-05-09
1
-0
/
+4
*
Revert "Auto-tune effective_cache size to be 4x shared buffers"
Tom Lane
2014-05-08
1
-4
/
+0
*
Clean up jsonb code.
Heikki Linnakangas
2014-05-07
1
-89
/
+124
*
pgindent run for 9.4
Bruce Momjian
2014-05-06
27
-112
/
+117
*
Can't completely get rid of #ifndef FRONTEND in palloc.h :-(
Tom Lane
2014-04-27
1
-0
/
+7
*
Don't #include utils/palloc.h in common/fe_memutils.h.
Tom Lane
2014-04-26
1
-15
/
+10
*
Add to_regprocedure() and to_regoperator().
Robert Haas
2014-04-16
1
-0
/
+2
*
Improve some O(N^2) behavior in window function evaluation.
Tom Lane
2014-04-13
1
-0
/
+4
*
Provide moving-aggregate support for boolean aggregates.
Tom Lane
2014-04-13
1
-0
/
+4
*
Provide moving-aggregate support for a bunch of numerical aggregates.
Tom Lane
2014-04-12
3
-0
/
+10
*
Add an in-core GiST index opclass for inet/cidr types.
Tom Lane
2014-04-08
2
-0
/
+56
*
Add new to_reg* functions for error-free OID lookups.
Robert Haas
2014-04-08
1
-0
/
+4
*
Fix some compiler warnings that clang emits with -pedantic.
Robert Haas
2014-04-04
1
-1
/
+1
*
De-anonymize the union in JsonbValue.
Tom Lane
2014-04-02
1
-2
/
+2
*
Cleanup around json_to_record/json_to_recordset
Andrew Dunstan
2014-03-26
1
-0
/
+2
*
Introduce jsonb, a structured format for storing json.
Andrew Dunstan
2014-03-23
4
-1
/
+343
*
Show PIDs of lock holders and waiters in log_lock_waits log message.
Fujii Masao
2014-03-13
1
-0
/
+8
*
Allow opclasses to provide tri-valued GIN consistent functions.
Heikki Linnakangas
2014-03-12
1
-0
/
+1
*
Constructors for interval, timestamp, timestamptz
Alvaro Herrera
2014-03-04
2
-0
/
+6
*
Minor corrections to logical decoding patch.
Robert Haas
2014-03-04
1
-1
/
+1
*
Introduce logical decoding.
Robert Haas
2014-03-03
4
-3
/
+56
*
Further code review for pg_lsn data type.
Robert Haas
2014-02-19
1
-0
/
+7
*
Add a pg_lsn data type, to represent an LSN.
Robert Haas
2014-02-19
1
-0
/
+34
*
Predict integer overflow to avoid buffer overruns.
Noah Misch
2014-02-17
1
-0
/
+7
*
Fix handling of wide datetime input/output.
Noah Misch
2014-02-17
1
-6
/
+11
*
Separate multixact freezing parameters from xid's
Alvaro Herrera
2014-02-13
1
-0
/
+3
*
Add json_array_elements_text function.
Andrew Dunstan
2014-01-29
1
-0
/
+1
[next]