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-05-15
Fix unsafe reference into relcache in constructed CommentStmt.
Tom Lane
2017-05-15
Fix ALTER SEQUENCE locking
Peter Eisentraut
2017-05-15
Make pgstat tabstat lookup hash table less fragile.
Tom Lane
2017-05-15
Attempt to fix compiler warning.
Robert Haas
2017-05-14
Fix maintenance hazards caused by ill-considered use of default: cases.
Tom Lane
2017-05-14
Fix handling of extended statistics during ALTER COLUMN TYPE.
Tom Lane
2017-05-14
Remove no-longer-needed fields of Hash plan nodes.
Tom Lane
2017-05-14
Standardize terminology for pg_statistic_ext entries.
Tom Lane
2017-05-13
Avoid superfluous work for commits during logical slot creation.
Andres Freund
2017-05-13
Fix race condition leading to hanging logical slot creation.
Andres Freund
2017-05-13
Redesign get_attstatsslot()/free_attstatsslot() for more safety and speed.
Tom Lane
2017-05-13
Teach \d+ to show partitioning constraints.
Robert Haas
2017-05-13
Fix multi-column range partitioning constraints.
Robert Haas
2017-05-13
Complete tab completion for DROP STATISTICS
Alvaro Herrera
2017-05-12
Avoid searching for callback functions in CallSyscacheCallbacks().
Tom Lane
2017-05-12
Reduce initial size of RelfilenodeMapHash.
Tom Lane
2017-05-12
getObjectDescription: support extended statistics
Alvaro Herrera
2017-05-12
Avoid searching for the target catcache in CatalogCacheIdInvalidate.
Tom Lane
2017-05-12
Fix dependencies for extended statistics objects.
Tom Lane
2017-05-12
Change CREATE STATISTICS syntax
Alvaro Herrera
2017-05-12
Standardize "WAL location" terminology
Peter Eisentraut
2017-05-12
Replace "transaction log" with "write-ahead log"
Peter Eisentraut
2017-05-12
Rework the options syntax for logical replication commands
Peter Eisentraut
2017-05-12
Lag tracking for logical replication
Simon Riggs
2017-05-11
Increase MAX_SYSCACHE_CALLBACKS to provide more room for extensions.
Tom Lane
2017-05-11
Rename WAL-related functions and views to use "lsn" not "location".
Tom Lane
2017-05-10
Revert "Permit dump/reload of not-too-large >1GB tuples"
Alvaro Herrera
2017-05-10
Avoid theoretical infinite loop loading relcache partition key.
Robert Haas
2017-05-10
Remove no-longer-needed compatibility code for hash indexes.
Robert Haas
2017-05-10
Fix typos in comments.
Robert Haas
2017-05-10
Prohibit transition tables on views and foreign tables.
Robert Haas
2017-05-10
Don't permit transition tables with TRUNCATE triggers.
Robert Haas
2017-05-10
Pass EXEC_FLAG_REWIND when initializing a tuplestore scan.
Robert Haas
2017-05-10
Disallow finite partition bound following earlier UNBOUNDED column.
Robert Haas
2017-05-09
Improve memory use in logical replication apply
Peter Eisentraut
2017-05-09
Remove the NODROP SLOT option from DROP SUBSCRIPTION
Peter Eisentraut
2017-05-08
Further patch rangetypes_selfuncs.c's statistics slot management.
Tom Lane
2017-05-08
Check connection info string in ALTER SUBSCRIPTION
Peter Eisentraut
2017-05-08
Fix statistics reporting in logical replication workers
Peter Eisentraut
2017-05-08
Fix possibly-uninitialized variable.
Tom Lane
2017-05-08
Match pg_user_mappings limits to information_schema.user_mapping_options.
Noah Misch
2017-05-08
Add security checks to selectivity estimation functions
Peter Eisentraut
2017-05-08
Remove support for password_encryption='off' / 'plain'.
Heikki Linnakangas
2017-05-08
Remove poorly worded and duplicated comment
Simon Riggs
2017-05-07
Fix memory leaks if random salt generation fails.
Heikki Linnakangas
2017-05-07
RLS: Fix ALL vs. SELECT+UPDATE policy usage
Stephen Frost
2017-05-07
Fix duplicated words in comment.
Andres Freund
2017-05-06
Fix off-by-one possibly leading to skipped XLOG_RUNNING_XACTS records.
Andres Freund
2017-05-05
Suppress compiler warning about unportable pointer value.
Tom Lane
2017-05-05
Prevent panic during shutdown checkpoint
Peter Eisentraut
[next]