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
2017-07-26
Update copyright in recently added files
Alvaro Herrera
2017-07-26
Fix concurrent locking of tuple update chain
Alvaro Herrera
2017-07-26
Remove obsolete comments about functional dependencies
Alvaro Herrera
2017-07-25
Fix race conditions in replication slot operations
Alvaro Herrera
2017-07-24
Fix partitioning crashes during error reporting.
Robert Haas
2017-07-24
Fix race condition in predicate-lock init code in EXEC_BACKEND builds.
Tom Lane
2017-07-24
When WCOs are present, disable direct foreign table modification.
Robert Haas
2017-07-24
Ensure that pg_get_ruledef()'s output matches pg_get_viewdef()'s.
Tom Lane
2017-07-24
Be more consistent about errors for opfamily member lookup failures.
Tom Lane
2017-07-22
Improve comments about partitioned hash table freelists.
Tom Lane
2017-07-22
Fix typo in comment
Alvaro Herrera
2017-07-21
Fix double shared memory allocation.
Teodor Sigaev
2017-07-21
Use MINVALUE/MAXVALUE instead of UNBOUNDED for range partition bounds.
Dean Rasheed
2017-07-20
Fix dumping of outer joins with empty qual lists.
Tom Lane
2017-07-19
Add static assertions about pg_control fitting into one disk sector.
Tom Lane
2017-07-18
Improve make_tsvector() to handle empty input, and simplify its callers.
Tom Lane
2017-07-18
Fix serious performance problems in json(b) to_tsvector().
Tom Lane
2017-07-18
Reverse-convert row types in ExecWithCheckOptions.
Robert Haas
2017-07-18
Use a real RT index when setting up partition tuple routing.
Robert Haas
2017-07-17
hash: Fix write-ahead logging bugs related to init forks.
Robert Haas
2017-07-15
Improve comments for execExpr.c's handling of FieldStore subexpressions.
Tom Lane
2017-07-15
Improve comments for execExpr.c's isAssignmentIndirectionExpr().
Tom Lane
2017-07-14
Code review for NextValueExpr expression node type.
Tom Lane
2017-07-13
Fix dumping of FUNCTION RTEs that contain non-function-call expressions.
Tom Lane
2017-07-13
Fix race between GetNewTransactionId and GetOldestActiveTransactionId.
Heikki Linnakangas
2017-07-12
Fix ruleutils.c for domain-over-array cases, too.
Tom Lane
2017-07-12
Reduce memory usage of tsvector type analyze function.
Heikki Linnakangas
2017-07-12
Avoid integer overflow while sifting-up a heap in tuplesort.c.
Tom Lane
2017-07-12
Fix variable and type name in comment.
Heikki Linnakangas
2017-07-12
Fix ordering of operations in SyncRepWakeQueue to avoid assertion failure.
Heikki Linnakangas
2017-07-11
Fix multiple assignments to a column of a domain type.
Tom Lane
2017-07-10
Translation updates
Alvaro Herrera
2017-07-10
On Windows, retry process creation if we fail to reserve shared memory.
Tom Lane
2017-07-10
Fix COPY's handling of transition tables with indexes.
Andrew Gierth
2017-07-08
Avoid unreferenced-function warning on low-functionality platforms.
Tom Lane
2017-07-07
Fix typo
Alvaro Herrera
2017-07-06
Fix potential data corruption during freeze
Teodor Sigaev
2017-07-06
Clarify the contract of partition_rbound_cmp().
Dean Rasheed
2017-07-06
Simplify the logic checking new range partition bounds.
Dean Rasheed
2017-07-05
Fix output of char node fields
Peter Eisentraut
2017-07-04
Improve subscription locking
Peter Eisentraut
2017-07-03
Treat clean shutdown of an SSL connection same as the non-SSL case.
Heikki Linnakangas
2017-07-02
Refine memory allocation in ICU conversions
Peter Eisentraut
2017-07-01
Reduce delay for last logicalrep feedback message when master goes idle.
Tom Lane
2017-07-01
Shorten timeouts while waiting for logicalrep worker slot attach/detach.
Tom Lane
2017-07-01
Fix UPDATE of GENERATED ALWAYS identity columns
Peter Eisentraut
2017-06-30
Fix locking in WAL receiver/sender shmem state structs
Alvaro Herrera
2017-06-30
Fix typo in comment
Peter Eisentraut
2017-06-30
Fix race conditions and missed wakeups in syncrep worker signaling.
Tom Lane
2017-06-30
Fix typo in comment
Peter Eisentraut
[next]