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
/
backend
Age
Commit message (
Expand
)
Author
2014-03-24
Fix "the the" typos.
Heikki Linnakangas
2014-03-23
Introduce jsonb, a structured format for storing json.
Andrew Dunstan
2014-03-23
Offer triggers on foreign tables.
Noah Misch
2014-03-23
Improve comments about AfterTriggerBeginQuery() query level usage.
Noah Misch
2014-03-23
Address ccvalid/ccnoinherit in TupleDesc support functions.
Noah Misch
2014-03-21
Fix build with LWLOCK_STATS or dtrace.
Heikki Linnakangas
2014-03-21
Remove MinGW readdir/errno bug workaround fixed on 2003-10-10
Bruce Momjian
2014-03-21
Properly check for readdir/closedir() failures
Bruce Momjian
2014-03-21
Replace the XLogInsert slots with regular LWLocks.
Heikki Linnakangas
2014-03-20
Again fix initialization of auto-tuned effective_cache_size.
Tom Lane
2014-03-19
Setup error context callback for transaction lock waits
Alvaro Herrera
2014-03-19
Fix memory leak during regular expression execution.
Tom Lane
2014-03-18
Remove rm_safe_restartpoint machinery.
Heikki Linnakangas
2014-03-18
Make the handling of interrupted B-tree page splits more robust.
Heikki Linnakangas
2014-03-18
Rewrite comment for shm_mq_receive_bytes.
Robert Haas
2014-03-18
Fix relcache reference leak in refresh_by_match_merge().
Tom Lane
2014-03-18
Improve shm_mq portability around MAXIMUM_ALIGNOF and sizeof(Size).
Robert Haas
2014-03-18
Make it easy to detach completely from shared memory.
Robert Haas
2014-03-17
During index build, check and elog (not just Assert) for broken HOT chain.
Tom Lane
2014-03-17
Fix thinko: have trueTriConsistentFn return GIN_TRUE.
Heikki Linnakangas
2014-03-17
Fix typos in comments.
Fujii Masao
2014-03-17
Fix bug in clean shutdown of walsender that pg_receiving is connecting to.
Fujii Masao
2014-03-17
Make punctuation consistent
Peter Eisentraut
2014-03-17
Fix whitespace
Peter Eisentraut
2014-03-16
Cleanups from the remove-native-krb5 patch
Magnus Hagander
2014-03-14
Fix race condition in B-tree page deletion.
Heikki Linnakangas
2014-03-14
Prevent interrupts while reporting non-ERROR elog messages.
Tom Lane
2014-03-13
Avoid transaction-commit race condition while receiving a NOTIFY message.
Tom Lane
2014-03-13
C comments: remove odd blank lines after #ifdef WIN32 lines
Bruce Momjian
2014-03-13
C comments: remove odd blank lines after #ifdef WIN32 lines
Bruce Momjian
2014-03-12
Only WAL-log the modified portion in an UPDATE, if possible.
Heikki Linnakangas
2014-03-12
Items on GIN data pages are no longer always 6 bytes; update gincostestimate.
Heikki Linnakangas
2014-03-12
Show PIDs of lock holders and waiters in log_lock_waits log message.
Fujii Masao
2014-03-12
Fix incorrect assertion about historical snapshots.
Robert Haas
2014-03-12
Comment fixes related to logical decoding.
Robert Haas
2014-03-12
Allow opclasses to provide tri-valued GIN consistent functions.
Heikki Linnakangas
2014-03-12
In WAL replay, restore GIN metapage unconditionally to avoid torn page.
Heikki Linnakangas
2014-03-10
Allow dynamic shared memory segments to be kept until shutdown.
Robert Haas
2014-03-10
Allow logical decoding via the walsender interface.
Robert Haas
2014-03-10
Teach on_exit_reset() to discard pending cleanups for dsm.
Robert Haas
2014-03-08
C comments: improve description of relfilenode uniqueness
Bruce Momjian
2014-03-07
Remove unportable use of anonymous unions from reorderbuffer.h.
Tom Lane
2014-03-07
fix ReplicationSlotsCountDBSlots for dropping unrelated databases
Bruce Momjian
2014-03-07
Fix dangling smgr_owner pointer when a fake relcache entry is freed.
Heikki Linnakangas
2014-03-07
Avoid memcpy() with same source and destination address.
Heikki Linnakangas
2014-03-07
Avoid getting more than AccessShareLock when deparsing a query.
Tom Lane
2014-03-06
isdigit() needs an unsigned char argument.
Heikki Linnakangas
2014-03-06
Send keepalives from walsender even when busy sending WAL.
Heikki Linnakangas
2014-03-06
Don't reject ROW_MARK_REFERENCE rowmarks for materialized views.
Tom Lane
2014-03-05
Fix portability issues in recently added make_timestamp/make_interval code.
Tom Lane
[next]