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
2015-08-13
Fix unitialized variables
Alvaro Herrera
2015-08-13
Undo mistaken tightening in join_is_legal().
Tom Lane
2015-08-12
Close some holes in BRIN page assignment
Alvaro Herrera
2015-08-12
Remove duplicated assignment in pg_create_physical_replication_slot.
Andres Freund
2015-08-12
Fix two off-by-one errors in bufmgr.c.
Andres Freund
2015-08-12
Fix some possible low-memory failures in regexp compilation.
Tom Lane
2015-08-12
Postpone extParam/allParam calculations until the very end of planning.
Tom Lane
2015-08-11
Don't include rel.h when relcache.h is sufficient
Alvaro Herrera
2015-08-11
Allow pg_create_physical_replication_slot() to reserve WAL.
Andres Freund
2015-08-11
Introduce macros determining if a replication slot is physical or logical.
Andres Freund
2015-08-11
Minor cleanups in slot related code.
Andres Freund
2015-08-10
Further mucking with PlaceHolderVar-related restrictions on join order.
Tom Lane
2015-08-10
Add confirmed_flush column to pg_replication_slots.
Andres Freund
2015-08-10
Fix copy & paste mistake in pg_get_replication_slots().
Andres Freund
2015-08-09
Remove gram.y's precedence declaration for OVERLAPS.
Tom Lane
2015-08-07
Further adjustments to PlaceHolderVar removal.
Tom Lane
2015-08-07
Fix attach-related race condition in shm_mq_send_bytes.
Robert Haas
2015-08-07
Don't include low level locking code from frontend code.
Andres Freund
2015-08-07
Address points made in post-commit review of replication origins.
Andres Freund
2015-08-07
Fix old oversight in join removal logic.
Tom Lane
2015-08-07
Fix eclass_useful_for_merging to give valid results for appendrel children.
Tom Lane
2015-08-06
Further fixes for degenerate outer join clauses.
Tom Lane
2015-08-06
Fix incorrect calculation in shm_mq_receive.
Robert Haas
2015-08-06
Reduce ProcArrayLock contention by removing backends in batches.
Robert Haas
2015-08-06
Reconcile nodes/*funcs.c with recent work.
Noah Misch
2015-08-05
Fix BRIN to use SnapshotAny during summarization
Alvaro Herrera
2015-08-05
Make real sure we don't reassociate joins into or out of SEMI/ANTI joins.
Tom Lane
2015-08-05
Rely on inline functions even if that causes warnings in older compilers.
Andres Freund
2015-08-05
Fix debug message output when connecting to a logical slot.
Andres Freund
2015-08-04
Fix bogus "out of memory" reports in tuplestore.c.
Tom Lane
2015-08-04
Fix a PlaceHolderVar-related oversight in star-schema planning patch.
Tom Lane
2015-08-04
Cap wal_buffers to avoid a server crash when it's set very large.
Robert Haas
2015-08-04
Update comment to match behavior of latest code.
Robert Haas
2015-08-04
Share transition state between different aggregates when possible.
Heikki Linnakangas
2015-08-03
RLS: Keep deny policy when only restrictive exist
Stephen Frost
2015-08-03
Make recovery rename tablespace_map to *.old if backup_label is not present.
Fujii Masao
2015-08-03
Fix a number of places that produced XX000 errors in the regression tests.
Tom Lane
2015-08-02
Avoid calling memcpy() with a NULL source pointer and count == 0.
Tom Lane
2015-08-02
Fix incorrect order of lock file removal and failure to close() sockets.
Tom Lane
2015-08-02
Fix race condition that lead to WALInsertLock deadlock with commit_delay.
Heikki Linnakangas
2015-08-02
Micro optimize LWLockAttemptLock() a bit.
Andres Freund
2015-08-02
Fix issues around the "variable" support in the lwlock infrastructure.
Andres Freund
2015-08-02
Fix some planner issues with degenerate outer join clauses.
Tom Lane
2015-08-01
Teach predtest.c that "foo" implies "foo IS NOT NULL".
Tom Lane
2015-07-31
Fix an oversight in checking whether a join with LATERAL refs is legal.
Tom Lane
2015-07-30
Fix broken assertion in BRIN code
Alvaro Herrera
2015-07-30
Use appropriate command type when retrieving relation's policies.
Joe Conway
2015-07-30
Avoid some zero-divide hazards in the planner.
Tom Lane
2015-07-30
Add IF NOT EXISTS processing to ALTER TABLE ADD COLUMN
Andrew Dunstan
2015-07-29
Create new ParseExprKind for use by policy expressions.
Joe Conway
[next]