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-07-31
Fix comment.
Tatsuo Ishii
2017-07-31
Always use 2048 bit DH parameters for OpenSSL ephemeral DH ciphers.
Heikki Linnakangas
2017-07-30
Move ExecProcNode from dispatch to function pointer based model.
Andres Freund
2017-07-26
Update copyright in recently added files
Alvaro Herrera
2017-07-25
Fix race conditions in replication slot operations
Alvaro Herrera
2017-07-21
Use MINVALUE/MAXVALUE instead of UNBOUNDED for range partition bounds.
Dean Rasheed
2017-07-19
Add static assertions about pg_control fitting into one disk sector.
Tom Lane
2017-07-18
Fix serious performance problems in json(b) to_tsvector().
Tom Lane
2017-07-18
Use a real RT index when setting up partition tuple routing.
Robert Haas
2017-07-14
Code review for NextValueExpr expression node type.
Tom Lane
2017-07-10
Stamp 10beta2.
Tom Lane
2017-06-30
Fix locking in WAL receiver/sender shmem state structs
Alvaro Herrera
2017-06-30
Remove outdated comment
Peter Eisentraut
2017-06-28
Change pg_ctl to detect server-ready by watching status in postmaster.pid.
Tom Lane
2017-06-28
Fix transition tables for ON CONFLICT.
Andrew Gierth
2017-06-28
Fix transition tables for wCTEs.
Andrew Gierth
2017-06-28
Fix transition tables for partition/inheritance.
Andrew Gierth
2017-06-24
Further hacking on ICU collation creation and usage.
Tom Lane
2017-06-23
Rethink behavior of pg_import_system_collations().
Tom Lane
2017-06-23
Fix memory leakage in ICU encoding conversion, and other code review.
Tom Lane
2017-06-21
Reformat comments about ResultRelInfo
Peter Eisentraut
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-21
Final pgindent run with old pg_bsd_indent (version 1.3).
Tom Lane
2017-06-20
Tweak publication fetching in psql
Peter Eisentraut
2017-06-20
Change pg_get_publication_tables to prosecdef false
Peter Eisentraut
2017-06-19
Fix leaking of small spilled subtransactions during logical decoding.
Andres Freund
2017-06-17
Fix typos in comments
Magnus Hagander
2017-06-17
Define HAVE_UCOL_STRCOLLUTF8 on Windows
Peter Eisentraut
2017-06-16
Reconcile nodes/*funcs.c with PostgreSQL 10 work.
Noah Misch
2017-06-15
Rename function for consistency
Alvaro Herrera
2017-06-14
Fix problems related to RangeTblEntry members enrname and enrtuples.
Robert Haas
2017-06-14
Don't force-assign transaction id when exporting a snapshot.
Andres Freund
2017-06-14
Teach predtest.c about CHECK clauses to fix partitioning bugs.
Robert Haas
2017-06-14
Disallow set-returning functions inside CASE or COALESCE.
Tom Lane
2017-06-13
Re-run pgindent.
Tom Lane
2017-06-13
Fix collprovider of predefined collations
Peter Eisentraut
2017-06-08
Use standard interrupt handling in logical replication launcher.
Andres Freund
2017-06-08
Mark to_tsvector(regconfig,json[b]) functions immutable
Andrew Dunstan
2017-06-08
Add statistics subdirectory to Makefile.
Robert Haas
2017-06-07
Fix updating of pg_subscription_rel from workers
Peter Eisentraut
2017-06-06
Unify SIGHUP handling between normal and walsender backends.
Andres Freund
2017-06-06
Prevent possibility of panics during shutdown checkpoint.
Andres Freund
2017-06-06
Revert "Prevent panic during shutdown checkpoint"
Andres Freund
2017-06-06
Fix ALTER SUBSCRIPTION grammar ambiguity
Peter Eisentraut
2017-06-05
Code review for shm_toc.h/.c.
Tom Lane
2017-06-05
Don't be so trusting that shm_toc_lookup() will always succeed.
Tom Lane
2017-06-05
Fix comments in simplehash.h.
Heikki Linnakangas
2017-06-04
#ifdef out assorted unused GEQO code.
Tom Lane
[next]