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
Age
Commit message (
Expand
)
Author
2014-10-16
Support timezone abbreviations that sometimes change.
Tom Lane
2014-10-15
Print planning time only in EXPLAIN ANALYZE, not plain EXPLAIN.
Tom Lane
2014-10-13
Increase number of hash join buckets for underestimate.
Kevin Grittner
2014-10-08
Split builtins.h to a new header ruleutils.h
Alvaro Herrera
2014-10-08
Extend shm_mq API with new functions shm_mq_sendv, shm_mq_set_handle.
Robert Haas
2014-10-07
Implement SKIP LOCKED for row-level locks
Alvaro Herrera
2014-10-03
Still another typo fix for 0709b7ee72e4bc71ad07b7120acd117265ab51d0.
Robert Haas
2014-10-02
Increase the number of buffer mapping partitions to 128.
Robert Haas
2014-10-02
Install all headers for the new atomics API.
Andres Freund
2014-10-01
Fix some more problems with nested append relations.
Tom Lane
2014-10-01
Remove num_xloginsert_locks GUC, replace with a #define
Heikki Linnakangas
2014-10-01
Rename CACHE_LINE_SIZE to PG_CACHE_LINE_SIZE.
Andres Freund
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-26
Further atomic ops portability improvements and bug fixes.
Andres Freund
2014-09-26
Fix a couple occurrences of 'the the' in the new atomics API.
Andres Freund
2014-09-26
Fix whitespace
Peter Eisentraut
2014-09-26
Fix atomic ops inline x86 inline assembly for older 32bit gccs.
Andres Freund
2014-09-26
Fix atomic ops for x86 gcc compilers that don't understand atomic intrinsics.
Andres Freund
2014-09-25
Add a basic atomic ops API abstracting away platform/architecture details.
Andres Freund
2014-09-25
Change locking regimen around buffer replacement.
Robert Haas
2014-09-24
Code review for row security.
Stephen Frost
2014-09-24
Fix typos in descriptions of json_object functions.
Andrew Dunstan
2014-09-22
Improve code around the recently added rm_identify rmgr callback.
Andres Freund
2014-09-19
Row-Level Security Policies (RLS)
Stephen Frost
2014-09-19
Mark x86's memory barrier inline assembly as clobbering the cpu flags.
Andres Freund
2014-09-19
Add rmgr callback to name xlog record types for display purposes.
Andres Freund
2014-09-16
Fix the return type of GIN triConsistent support functions to "char".
Heikki Linnakangas
2014-09-14
Invent PGC_SU_BACKEND and mark log_connections/log_disconnections that way.
Tom Lane
2014-09-12
Add GUC to enable logging of replication commands.
Fujii Masao
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-10
Fix thinko in 0709b7ee72e4bc71ad07b7120acd117265ab51d0.
Robert Haas
2014-09-10
Pack tuples in a hash join batch densely, to save memory.
Heikki Linnakangas
2014-09-10
Add support for optional_argument to our own getopt_long() implementation.
Andres Freund
2014-09-10
Fix typo in 07c8651dd91d5 causing WIN32_ONLY_COMPILER builds to fail.
Andres Freund
2014-09-09
Change the spinlock primitives to function as compiler barriers.
Robert Haas
2014-09-09
Add width_bucket(anyelement, anyarray).
Tom Lane
2014-09-09
Fix typo in solaris spinlock fix.
Andres Freund
2014-09-08
Fix spinlock implementation for some !solaris sparc platforms.
Andres Freund
2014-09-04
Update comment to reflect commit 1d41739e5a04b0e93304d24d864b6bfa3efc45f2.
Robert Haas
2014-09-02
Refactor per-page logic common to all redo routines to a new function.
Heikki Linnakangas
2014-09-02
Silence warning on new versions of clang.
Heikki Linnakangas
2014-09-01
Fix s/pluggins/plugins/ typo in two comments.
Andres Freund
2014-08-30
Again update C comments for pg_attribute.attislocal
Bruce Momjian
2014-08-30
Make backend local tracking of buffer pins memory efficient.
Andres Freund
2014-08-29
Update C comment for pg_attribute.attislocal
Bruce Momjian
2014-08-29
Add min and max aggregates for inet/cidr data types.
Tom Lane
2014-08-28
Revert "Allow units to be specified in relation option setting value."
Fujii Masao
2014-08-28
Allow units to be specified in relation option setting value.
Fujii Masao
[next]