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
/
contrib
Age
Commit message (
Expand
)
Author
2013-11-07
Silence benign warnings from clang version 3.0-6ubuntu3.
Kevin Grittner
2013-10-31
Use appendStringInfoString instead of appendStringInfo where possible.
Robert Haas
2013-10-28
Work around NetBSD shell issue in pg_upgrade test script.
Andrew Dunstan
2013-10-22
Replace pg_asprintf() with psprintf().
Tom Lane
2013-10-22
Adjust cube.out expected output for new test queries.
Heikki Linnakangas
2013-10-21
Extend cube on-disk format to pack points more tightly.
Heikki Linnakangas
2013-10-17
Return valid json when converting an empty hstore.
Andrew Dunstan
2013-10-13
Add use of asprintf()
Peter Eisentraut
2013-10-10
pg_upgrade: Split off pg_fatal() from pg_log()
Peter Eisentraut
2013-10-09
Add record_image_ops opclass for matview concurrent refresh.
Kevin Grittner
2013-10-08
unaccent: mark unaccent() functions as immutable
Bruce Momjian
2013-10-06
pgbench: Comment on thread timing hazards.
Noah Misch
2013-10-05
pgbench: Elaborate latency reporting.
Noah Misch
2013-10-05
pgbench: Remove stray use of "float" math.
Noah Misch
2013-10-01
Remove broken PGXS code for pg_xlogdump
Alvaro Herrera
2013-09-30
Add missing condition for pg_depend in hstore migration script.
Andrew Dunstan
2013-09-30
Correct comment of pgbench "filler" columns.
Fujii Masao
2013-09-30
Fix makefile broken by hstore fix.
Andrew Dunstan
2013-09-29
Use a new hstore extension version for added json functions.
Andrew Dunstan
2013-09-26
pgbench: Correct for bias in --rate schedule generation.
Noah Misch
2013-09-23
pgbench: Tweak documentation.
Noah Misch
2013-09-23
pg_upgrade: more C comment fixes
Bruce Momjian
2013-09-23
pg_upgrade: fix C comment typo
Bruce Momjian
2013-09-11
Create index on srt table in citext regression tests.
Kevin Grittner
2013-09-11
fuzzystrmatch: replace broken link in C comment
Bruce Momjian
2013-09-07
intarray: return empty zero-dimensional array for an empty array
Bruce Momjian
2013-09-04
Remove dead URL mention in OSX startup script
Bruce Momjian
2013-09-03
Fix thinko in worker_spi, count(*) returns a bigint. Thanks RhodiumToad
Greg Stark
2013-08-28
Allow discovery of whether a dynamic background worker is running.
Robert Haas
2013-08-18
Fix planner problems with LATERAL references in PlaceHolderVars.
Tom Lane
2013-08-16
pg_upgrade: shut down server after auth failure
Bruce Momjian
2013-08-02
pg_test_fsync: expand ops/sec display
Bruce Momjian
2013-07-30
pg_upgrade: clarify C comment about Windows thread struct pointers
Bruce Momjian
2013-07-29
Fix contrib/cube and contrib/seg to build with bison 3.0.
Tom Lane
2013-07-27
pg_upgrade: fix -j race condition on Windows
Bruce Momjian
2013-07-25
pgstattuple: Use SnapshotDirty, not SnapshotNow.
Robert Haas
2013-07-25
pg_upgrade: adjust umask() calls
Bruce Momjian
2013-07-25
pg_upgrade: fix initialization of thread argument
Bruce Momjian
2013-07-24
pg_upgrade: more Windows parallel/-j fixes
Bruce Momjian
2013-07-24
pg_upgrade: fix parallel/-j crash on Windows
Bruce Momjian
2013-07-22
Add --rate option.
Tatsuo Ishii
2013-07-22
pgrowlocks: Use GetActiveSnapshot() rather than SnapshotNow.
Robert Haas
2013-07-22
Remove bgw_sighup and bgw_sigterm.
Robert Haas
2013-07-22
Adjust HeapTupleSatisfies* routines to take a HeapTuple.
Robert Haas
2013-07-18
Fix typo in update scripts for some contrib modules.
Fujii Masao
2013-07-18
Fix pgstattuple functions to use regclass-type as the argument.
Fujii Masao
2013-07-17
Fix typo in previous pgbench --progress patch.
Fujii Masao
2013-07-17
Implement the FILTER clause for aggregate function calls.
Noah Misch
2013-07-16
Add --progress option to show progress report
Tatsuo Ishii
2013-07-16
Allow background workers to be started dynamically.
Robert Haas
[next]