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
/
cache
Age
Commit message (
Expand
)
Author
2018-07-31
Ensure partition child tables inherit distribution properties correctly
Pavan Deolasee
2017-09-18
Ensure that we don't read rule definition with portable input on
Pavan Deolasee
2017-08-18
Merge commit '21d304dfedb4f26d0d6587d9ac39b1b5c499bb55'
Pavan Deolasee
2017-08-13
Remove AtEOXact_CatCache().
Tom Lane
2017-07-24
Be more consistent about errors for opfamily member lookup failures.
Tom Lane
2017-06-27
Merge PG10 master branch into xl10devel
Pavan Deolasee
2017-06-21
Phase 3 of pgindent updates.
Tom Lane
2017-06-21
Phase 2 of pgindent updates.
Tom Lane
2017-06-21
Initial pgindent run with pg_bsd_indent version 2.0.
Tom Lane
2017-06-15
Merge 'remotes/PGSQL/master' into xl10devel
Pavan Deolasee
2017-06-14
Merge from PG master upto d5cb3bab564e0927ffac7c8729eacf181a12dd40
Pavan Deolasee
2017-06-06
Use NIL rather than NULL to represent an empty list.
Robert Haas
2017-06-02
Fix copy/paste mistake in comment
Magnus Hagander
2017-05-30
Sort syscache identifiers into alphabetical order.
Tom Lane
2017-05-17
Post-PG 10 beta1 pgindent run
Bruce Momjian
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
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-11
Increase MAX_SYSCACHE_CALLBACKS to provide more room for extensions.
Tom Lane
2017-05-10
Avoid theoretical infinite loop loading relcache partition key.
Robert Haas
2017-05-08
Further patch rangetypes_selfuncs.c's statistics slot management.
Tom Lane
2017-05-05
Send shared invalidation messages to other backends upon completion of a
Pavan Deolasee
2017-04-28
In load_relcache_init_file, initialize rd_pdcxt.
Robert Haas
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-13
Mention pg_index changes also cause relcache invalidation
Simon Riggs
2017-04-10
Improve castNode notation by introducing list-extraction-specific variants.
Tom Lane
2017-04-06
Comment fixes for extended statistics
Alvaro Herrera
2017-04-06
Identity columns
Peter Eisentraut
2017-04-01
Fix two undocumented parameters to functions from ENR patch.
Kevin Grittner
2017-04-01
Add infrastructure to support EphemeralNamedRelation references.
Kevin Grittner
2017-03-29
Cast result of copyObject() to correct type
Peter Eisentraut
2017-03-26
Update some obsolete comments.
Tom Lane
2017-03-25
Faster expression evaluation and targetlist projection.
Andres Freund
2017-03-24
Implement multivariate n-distinct coefficients
Alvaro Herrera
2017-03-23
Logical replication support for initial data copy
Peter Eisentraut
2017-03-21
Don't scan partitioned tables.
Robert Haas
2017-03-18
Create and use wait events for read, write, and fsync operations.
Robert Haas
2017-03-14
hash: Add write-ahead logging support.
Robert Haas
2017-03-14
Spelling fixes in code comments
Peter Eisentraut
2017-03-06
Reduce lock levels for table storage params related to planning
Simon Riggs
2017-03-02
Update comments overlooked by 2f5c9d9c9cec436e55847ec580606d7e88067df6.
Robert Haas
2017-02-23
Consistently declare timestamp variables as TimestampTz.
Tom Lane
2017-02-06
Avoid returning stale attribute bitmaps in RelationGetIndexAttrBitmap().
Tom Lane
2017-02-06
Update comment in relcache.c.
Tom Lane
2017-02-06
Fix typos in comments.
Heikki Linnakangas
2017-01-31
Tweak catalog indexing abstraction for upcoming WARM
Alvaro Herrera
[next]