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
/
utils
Age
Commit message (
Expand
)
Author
2017-05-14
Standardize terminology for pg_statistic_ext entries.
Tom Lane
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
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
Avoid searching for the target catcache in CatalogCacheIdInvalidate.
Tom Lane
2017-05-12
Change CREATE STATISTICS syntax
Alvaro Herrera
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
Avoid theoretical infinite loop loading relcache partition key.
Robert Haas
2017-05-09
Improve memory use in logical replication apply
Peter Eisentraut
2017-05-08
Further patch rangetypes_selfuncs.c's statistics slot management.
Tom Lane
2017-05-08
Fix possibly-uninitialized variable.
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-08
Remove poorly worded and duplicated comment
Simon Riggs
2017-05-07
Fix duplicated words in comment.
Andres Freund
2017-05-04
Fix cursor_to_xml in tableforest false mode
Peter Eisentraut
2017-05-03
Remove create_singleton_array(), hard-coding the case in its sole caller.
Tom Lane
2017-05-02
Change hot_standby default value to 'on'
Magnus Hagander
2017-05-01
Improve function header comment for create_singleton_array().
Tom Lane
2017-04-28
In load_relcache_init_file, initialize rd_pdcxt.
Robert Haas
2017-04-26
pg_get_partkeydef: return NULL for non-partitions
Stephen Frost
2017-04-25
Adjust outdated comment.
Robert Haas
2017-04-25
Update copyright in recently added files.
Fujii Masao
2017-04-18
Also fix comment in sample postgresql.conf file, for "scram-sha-256".
Heikki Linnakangas
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-17
Fix new warnings from GCC 7
Peter Eisentraut
2017-04-15
Avoid passing function pointers across process boundaries.
Tom Lane
2017-04-13
Move bootstrap-time lookup of regproc OIDs into genbki.pl.
Tom Lane
2017-04-13
Mention pg_index changes also cause relcache invalidation
Simon Riggs
2017-04-11
Add an Assert() to max_parallel_workers enforcement.
Robert Haas
2017-04-11
Add max_sync_workers_per_subscription to postgresql.conf.sample.
Fujii Masao
2017-04-10
Fix initialization of dsa.c free area counter.
Andres Freund
2017-04-10
Improve castNode notation by introducing list-extraction-specific variants.
Tom Lane
2017-04-10
Move isolationtester's is-blocked query into C code for speed.
Tom Lane
2017-04-08
Add GUCs for predicate lock promotion thresholds.
Kevin Grittner
2017-04-07
Use English, instead of internal names, for translatable messages.
Robert Haas
2017-04-07
Remove duplicate assignment.
Heikki Linnakangas
2017-04-07
Remove extraneous comma to satisfy picky compiler
Andrew Dunstan
2017-04-07
Make json_populate_record and friends operate recursively
Andrew Dunstan
2017-04-06
Reset API of clause_selectivity()
Simon Riggs
2017-04-06
Allow avoiding tuple copy within tuplesort_gettupleslot().
Andres Freund
2017-04-06
Fix BRIN cost estimation
Alvaro Herrera
2017-04-06
Comment fixes for extended statistics
Alvaro Herrera
2017-04-06
Always SnapshotResetXmin() during ClearTransaction()
Simon Riggs
2017-04-06
Identity columns
Peter Eisentraut
2017-04-06
Avoid SnapshotResetXmin() during AtEOXact_Snapshot()
Simon Riggs
[next]