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
Age
Commit message (
Expand
)
Author
2014-07-16
Fix bugs in SP-GiST search with range type's -|- (adjacent) operator.
Heikki Linnakangas
2014-07-16
Allow join removal in some cases involving a left join to a subquery.
Tom Lane
2014-07-15
pg_basebackup: Add more information about --max-rate option to help output
Peter Eisentraut
2014-07-15
json_build_object and json_build_array are stable, not immutable.
Andrew Dunstan
2014-07-15
Fix REASSIGN OWNED for text search objects
Alvaro Herrera
2014-07-15
Detect presence of SSL_get_current_compression
Magnus Hagander
2014-07-15
Add missing source files to nls.mk
Peter Eisentraut
2014-07-15
Include SSL compression status in psql banner and connection logging
Magnus Hagander
2014-07-15
Small spelling fix
Peter Eisentraut
2014-07-15
Add missing serial commas
Peter Eisentraut
2014-07-15
Remove dependency on wsock32.lib in favor of ws2_32
Magnus Hagander
2014-07-14
psql: Show tablespace size in \db+
Alvaro Herrera
2014-07-14
Move view reloptions into their own varlena struct
Alvaro Herrera
2014-07-14
Add file version information to most installed Windows binaries.
Noah Misch
2014-07-14
MSVC: Apply icons to all binaries having them in a MinGW build.
Noah Misch
2014-07-14
MSVC: Process Makefile line continuations more like "make" does.
Noah Misch
2014-07-14
MSVC: Recognize PGFILEDESC in contrib and conversion_procs modules.
Noah Misch
2014-07-14
Fix warnings added in 8d9a0e85bd6ab4fe5268a1d759a787f72ff9333e.
Noah Misch
2014-07-14
Prevent bitmap heap scans from showing unnecessary block info in EXPLAIN ANAL...
Fujii Masao
2014-07-12
Support --with-extra-version equivalent functionality in MSVC build
Magnus Hagander
2014-07-12
Minimal psql tab completion support for SET search_path.
Andres Freund
2014-07-12
Fix decoding of consecutive MULTI_INSERTs emitted by one heap_multi_insert().
Andres Freund
2014-07-12
Add autocompletion of locale keywords for CREATE DATABASE
Magnus Hagander
2014-07-11
Fix bug with whole-row references to append subplans.
Tom Lane
2014-07-11
Fix whitespace
Peter Eisentraut
2014-07-10
Implement IMPORT FOREIGN SCHEMA.
Tom Lane
2014-07-10
Adjust blank lines around PG_MODULE_MAGIC defines, for consistency
Bruce Momjian
2014-07-10
Add new ECHO mode 'errors' that displays only failed commands in psql.
Fujii Masao
2014-07-09
Fix error hint style.
Robert Haas
2014-07-09
Improve error messages for bytea decoding failures.
Robert Haas
2014-07-08
Don't assume a subquery's output is unique if there's a SRF in its tlist.
Tom Lane
2014-07-08
Fix typo in comment.
Fujii Masao
2014-07-07
In pg_dump, show server and pg_dump versions with or without --verbose.
Tom Lane
2014-07-07
Fix typos in comments.
Fujii Masao
2014-07-06
Remove swpb-based spinlock implementation for ARMv5 and earlier.
Robert Haas
2014-07-06
Fix decoding of MULTI_INSERTs when rows other than the last are toasted.
Andres Freund
2014-07-06
Consistently pass an "unsigned char" to ctype.h functions.
Noah Misch
2014-07-05
Remove dead typeStruct variable from plpy_spi.c.
Kevin Grittner
2014-07-04
Fix double-free bug of WAL streaming buffer in pg_receivexlog.
Fujii Masao
2014-07-04
Refactor pg_receivexlog main loop code, for readability.
Fujii Masao
2014-07-03
Don't cache per-group context across the whole query in orderedsetaggs.c.
Tom Lane
2014-07-03
Redesign API presented by nodeAgg.c for ordered-set and similar aggregates.
Tom Lane
2014-07-03
Improve support for composite types in PL/Python.
Tom Lane
2014-07-03
Use a separate temporary directory for the Unix-domain socket
Peter Eisentraut
2014-07-03
Support vpath builds in TAP tests
Peter Eisentraut
2014-07-02
Smooth reporting of commit/rollback statistics.
Kevin Grittner
2014-07-02
pg_upgrade: preserve database and relation minmxid values
Bruce Momjian
2014-07-02
Rename logical decoding's pg_llog directory to pg_logical.
Andres Freund
2014-07-02
Add some errdetail to checkRuleResultList().
Tom Lane
2014-07-02
Prevent psql from issuing BEGIN before ALTER SYSTEM when AUTOCOMMIT is off.
Fujii Masao
[next]