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
2016-03-31
Fix recovery_min_apply_delay test
Alvaro Herrera
2016-03-31
Support using index-only scans with partial indexes in more cases.
Tom Lane
2016-03-31
Fix broken variable declaration
Alvaro Herrera
2016-03-31
Blind attempt at fixing Win32 issue on 24c5f1a103c
Alvaro Herrera
2016-03-31
Use proper format specifier %X/%X for LSN.
Fujii Masao
2016-03-30
I forgot the alternate expected file in previous commit
Alvaro Herrera
2016-03-30
Enable logical slots to follow timeline switches
Alvaro Herrera
2016-03-30
XLogReader general code cleanup
Alvaro Herrera
2016-03-30
Improve portability of I/O behavior for the geometric types.
Tom Lane
2016-03-30
Suppress uninitialized-variable warnings.
Tom Lane
2016-03-30
Bump catalog version, forget in acdf2a8b372aec1da09370fca77ff7dccac7646d
Teodor Sigaev
2016-03-30
Introduce SP-GiST operator class over box.
Teodor Sigaev
2016-03-30
Use traversalValue in SP-GiST range opclass.
Teodor Sigaev
2016-03-30
Introduce traversalValue for SP-GiST scan
Teodor Sigaev
2016-03-30
Add missing gss option to msvc config template
Magnus Hagander
2016-03-30
Remove just-added tests for to_timestamp(float8) with out-of-range inputs.
Tom Lane
2016-03-30
Add new replication mode synchronous_commit = 'remote_apply'.
Robert Haas
2016-03-29
Fix interval_mul() to not produce insane results.
Tom Lane
2016-03-29
Allow to_timestamp(float8) to convert float infinity to timestamp infinity.
Tom Lane
2016-03-29
Fix bug in aggregate (de)serialization commit.
Robert Haas
2016-03-29
Allow aggregate transition states to be serialized and deserialized.
Robert Haas
2016-03-29
pgbench: allow a script weight of zero
Alvaro Herrera
2016-03-29
pgbench: Remove \setrandom.
Robert Haas
2016-03-29
Avoid possibly-unsafe use of Windows' FormatMessage() function.
Tom Lane
2016-03-29
Fix support of digits in email/hostnames.
Teodor Sigaev
2016-03-29
Rework custom scans to work more like the new extensible node stuff.
Robert Haas
2016-03-29
Protect zic's symlink() call with #ifdef HAVE_SYMLINK.
Tom Lane
2016-03-29
Fix zic for Windows.
Tom Lane
2016-03-29
Fix portability issues in 86c43f4e22c0771fd0cc6bce2799802c894ee2ec.
Tom Lane
2016-03-29
Don't require a user mapping for FDWs to work.
Robert Haas
2016-03-29
On all Windows platforms, not just Cygwin, use _timezone and _tzname.
Robert Haas
2016-03-29
Fix typo in comment.
Robert Haas
2016-03-29
pgbench: Support double constants and functions.
Robert Haas
2016-03-28
PostgresNode: initialize $timed_out if passed
Alvaro Herrera
2016-03-28
Sync tzload() and tzparse() APIs with IANA release tzcode2016c.
Tom Lane
2016-03-28
Fix MSVC build for changes in zic.
Tom Lane
2016-03-28
Sync our copy of the timezone library with IANA release tzcode2016c.
Tom Lane
2016-03-28
Document errhidecontext() where it ought to be documented.
Tom Lane
2016-03-28
Update expected file from quoting change
Alvaro Herrera
2016-03-28
pg_rewind: Improve internationalization
Alvaro Herrera
2016-03-28
Fix minor leak in pg_dump for ACCESS METHOD.
Alvaro Herrera
2016-03-28
Improve internationalization of messages involving type names
Alvaro Herrera
2016-03-28
psql tab-complete for CREATE/DROP ACCESS METHOD
Teodor Sigaev
2016-03-28
Fix comment in pg_dump.
Teodor Sigaev
2016-03-28
Reset plan->row_security_env and planUserId
Stephen Frost
2016-03-28
Code and docs review for commit 3187d6de0e5a9e805b27c48437897e8c39071d45.
Tom Lane
2016-03-27
Guard against zero vardata.rel->tuples in estimate_hash_bucketsize().
Tom Lane
2016-03-27
Clamp adjusted ndistinct to positive integer in estimate_hash_bucketsize().
Tom Lane
2016-03-27
pg_rewind: fsync target data directory.
Andres Freund
2016-03-27
Fix LWLockReportWaitEnd() parameter list to be (void).
Andres Freund
[next]