index
:
postgres-xl.git
XL9_5_STABLE
XL_10_STABLE
master
xl_dbt3_expt
xl_doc_update
xl_test
Official repo for Postgres-XL. Stable branch is XL9_5_STABLE. Current development is PG10 compatible. Controlled by Postgres-X2 Core Team.
git repository user
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
include
/
utils
Age
Commit message (
Expand
)
Author
2014-10-16
Support timezone abbreviations that sometimes change.
Tom Lane
2014-10-08
Split builtins.h to a new header ruleutils.h
Alvaro Herrera
2014-10-07
Implement SKIP LOCKED for row-level locks
Alvaro Herrera
2014-09-29
Revert 95d737ff to add 'ignore_nulls'
Stephen Frost
2014-09-29
Change JSONB's on-disk format for improved performance.
Tom Lane
2014-09-19
Row-Level Security Policies (RLS)
Stephen Frost
2014-09-19
Add rmgr callback to name xlog record types for display purposes.
Andres Freund
2014-09-14
Invent PGC_SU_BACKEND and mark log_connections/log_disconnections that way.
Tom Lane
2014-09-12
Add 'ignore_nulls' option to row_to_json
Stephen Frost
2014-09-10
Implement mxid_age() to compute multi-xid age
Bruce Momjian
2014-09-09
Add width_bucket(anyelement, anyarray).
Tom Lane
2014-09-04
Update comment to reflect commit 1d41739e5a04b0e93304d24d864b6bfa3efc45f2.
Robert Haas
2014-08-29
Add min and max aggregates for inet/cidr data types.
Tom Lane
2014-08-15
Remove remnants of a JENTRY_ISFIRST flag bit.
Heikki Linnakangas
2014-08-14
Add sortsupport routines for text.
Robert Haas
2014-08-06
Don't require sort support functions to provide a comparator.
Robert Haas
2014-07-14
Move view reloptions into their own varlena struct
Alvaro Herrera
2014-07-01
Avoid copying index tuples when building an index.
Robert Haas
2014-06-30
Fix and enhance the assertion of no palloc's in a critical section.
Heikki Linnakangas
2014-06-29
Add cluster_name GUC which is included in process titles if set.
Andres Freund
2014-06-19
Don't allow data_directory to be set in postgresql.auto.conf by ALTER SYSTEM.
Fujii Masao
2014-06-14
Change the signature of rm_desc so that it's passed a XLogRecord.
Heikki Linnakangas
2014-06-05
Add btree and hash opclasses for pg_lsn.
Tom Lane
2014-05-22
Fix typo in comment.
Fujii Masao
2014-05-14
Code review for recent changes in relcache.c.
Tom Lane
2014-05-11
Rename jsonb_hash_ops to jsonb_path_ops.
Tom Lane
2014-05-09
More jsonb cleanup.
Heikki Linnakangas
2014-05-09
Improve key representation for GIN jsonb_ops, and fix existence-search bug.
Tom Lane
2014-05-09
Avoid some pnstrdup()s when constructing jsonb
Heikki Linnakangas
2014-05-09
Revert "Auto-tune effective_cache size to be 4x shared buffers"
Tom Lane
2014-05-07
Clean up jsonb code.
Heikki Linnakangas
2014-05-06
pgindent run for 9.4
Bruce Momjian
2014-04-28
Can't completely get rid of #ifndef FRONTEND in palloc.h :-(
Tom Lane
2014-04-26
Don't #include utils/palloc.h in common/fe_memutils.h.
Tom Lane
2014-04-16
Add to_regprocedure() and to_regoperator().
Robert Haas
2014-04-13
Improve some O(N^2) behavior in window function evaluation.
Tom Lane
2014-04-13
Provide moving-aggregate support for boolean aggregates.
Tom Lane
2014-04-13
Provide moving-aggregate support for a bunch of numerical aggregates.
Tom Lane
2014-04-08
Add an in-core GiST index opclass for inet/cidr types.
Tom Lane
2014-04-08
Add new to_reg* functions for error-free OID lookups.
Robert Haas
2014-04-04
Fix some compiler warnings that clang emits with -pedantic.
Robert Haas
2014-04-02
De-anonymize the union in JsonbValue.
Tom Lane
2014-03-26
Cleanup around json_to_record/json_to_recordset
Andrew Dunstan
2014-03-23
Introduce jsonb, a structured format for storing json.
Andrew Dunstan
2014-03-12
Show PIDs of lock holders and waiters in log_lock_waits log message.
Fujii Masao
2014-03-12
Allow opclasses to provide tri-valued GIN consistent functions.
Heikki Linnakangas
2014-03-04
Constructors for interval, timestamp, timestamptz
Alvaro Herrera
2014-03-04
Minor corrections to logical decoding patch.
Robert Haas
2014-03-03
Introduce logical decoding.
Robert Haas
2014-02-19
Further code review for pg_lsn data type.
Robert Haas
[next]