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
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
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
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
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-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
Add security checks to selectivity estimation functions
Peter Eisentraut
2017-05-08
Remove support for password_encryption='off' / 'plain'.
Heikki Linnakangas
2017-05-05
Prevent panic during shutdown checkpoint
Peter Eisentraut
2017-05-05
Make SCRAM salts and nonces longer.
Heikki Linnakangas
2017-05-05
Misc cleanup of SCRAM code.
Heikki Linnakangas
2017-05-03
Add PQencryptPasswordConn function to libpq, use it in psql and createuser.
Heikki Linnakangas
2017-05-03
Remove create_singleton_array(), hard-coding the case in its sole caller.
Tom Lane
2017-05-01
Reduce semijoins with unique inner relations to plain inner joins.
Tom Lane
2017-05-01
Fix logical replication launcher wake up and reset
Peter Eisentraut
2017-05-01
Fire per-statement triggers on partitioned tables.
Robert Haas
2017-04-28
Fix crash when partitioned column specified twice.
Robert Haas
2017-04-28
Misc SCRAM code cleanups.
Heikki Linnakangas
2017-04-27
Don't use on-disk snapshots for exported logical decoding snapshot.
Andres Freund
2017-04-27
Preserve required !catalog tuples while computing initial decoding snapshot.
Andres Freund
2017-04-27
Rework handling of subtransactions in 2PC recovery
Simon Riggs
2017-04-26
Fix various concurrency issues in logical replication worker launching
Peter Eisentraut
2017-04-24
Revert "Use pselect(2) not select(2), if available, to wait in postmaster's l...
Tom Lane
2017-04-24
Use pselect(2) not select(2), if available, to wait in postmaster's loop.
Tom Lane
2017-04-24
Run the postmaster's signal handlers without SA_RESTART.
Tom Lane
2017-04-24
Get rid of extern declarations of non-existent functions.
Fujii Masao
2017-04-23
Don't include sys/poll.h anymore.
Andres Freund
2017-04-21
Change the on-disk format of SCRAM verifiers to conform to RFC 5803.
Heikki Linnakangas
2017-04-20
Mark some columns in pg_subscription as NOT NULL.
Fujii Masao
2017-04-18
Fix testing of parallel-safety of SubPlans.
Tom Lane
2017-04-18
Provide an error cursor for "can't call an SRF here" errors.
Tom Lane
2017-04-18
A collection of small fixes for logical replication.
Fujii Masao
2017-04-18
Rename "scram" to "scram-sha-256" in pg_hba.conf and password_encryption.
Heikki Linnakangas
2017-04-17
Rename columns in new pg_statistic_ext catalog
Alvaro Herrera
2017-04-15
Fix erroneous cross-reference in comment.
Tom Lane
[next]