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
Age
Commit message (
Expand
)
Author
2016-09-13
Remove user_relns() SRF from regression tests.
Andres Freund
2016-09-13
Address portability issues in bfe16d1a5 test output.
Andres Freund
2016-09-13
Add more tests for targetlist SRFs.
Andres Freund
2016-09-12
Docs: assorted minor cleanups.
Tom Lane
2016-09-12
pg_basebackup: Clean created directories on failure
Peter Eisentraut
2016-09-12
Fix recent commit for tab-completion of database template.
Kevin Grittner
2016-09-12
Fix copy/pasto in file identification
Simon Riggs
2016-09-12
Identify walsenders in pg_stat_activity
Simon Riggs
2016-09-11
Raise max setting of checkpoint_timeout to 1d
Simon Riggs
2016-09-11
psql tab completion for CREATE DATABASE ... TEMPLATE ...
Kevin Grittner
2016-09-11
Allow CREATE EXTENSION to follow extension update paths.
Tom Lane
2016-09-11
Fix and simplify MSVC build's handling of xml/xslt/uuid dependencies.
Tom Lane
2016-09-11
Implement binary heap replace-top operation in a smarter way.
Heikki Linnakangas
2016-09-10
Improve unreachability recognition in elog() macro.
Tom Lane
2016-09-10
Fix miserable coding in pg_stat_get_activity().
Tom Lane
2016-09-09
Rewrite PageIndexDeleteNoCompact into a form that only deletes 1 tuple.
Tom Lane
2016-09-09
Convert PageAddItem into a macro to save a few cycles.
Tom Lane
2016-09-09
Invent PageIndexTupleOverwrite, and teach BRIN and GiST to use it.
Tom Lane
2016-09-09
Fix locking a tuple updated by an aborted (sub)transaction
Alvaro Herrera
2016-09-09
In PageIndexTupleDelete, don't assume stored item lengths are MAXALIGNed.
Tom Lane
2016-09-09
Make better use of existing enums in plpgsql
Peter Eisentraut
2016-09-09
Avoid reporting "cache lookup failed" for some user-reachable cases.
Tom Lane
2016-09-09
Fix corruption of 2PC recovery with subxacts
Simon Riggs
2016-09-09
Correct TABLESAMPLE docs
Simon Riggs
2016-09-09
Improve scalability of md.c for large relations.
Andres Freund
2016-09-09
Faster PageIsVerified() for the all zeroes case.
Andres Freund
2016-09-08
Fix mdtruncate() to close fd.c handle of deleted segments.
Andres Freund
2016-09-08
Fix two src/test/modules Makefiles
Alvaro Herrera
2016-09-08
Allow pg_dump to dump non-extension members of an extension-owned schema.
Tom Lane
2016-09-08
Don't print database's tablespace in pg_dump -C --no-tablespaces output.
Tom Lane
2016-09-08
Fix minor memory leak in Standby startup
Simon Riggs
2016-09-08
MSVC: Pass any user-set MSBFLAGS to MSBuild and VCBUILD.
Noah Misch
2016-09-08
MSVC: Place gendef.pl temporary file in the target directory.
Noah Misch
2016-09-08
9.6 release notes: correct summary item about freeze
Bruce Momjian
2016-09-07
Support renaming an existing value of an enum type.
Tom Lane
2016-09-07
Doc: minor documentation improvements about extensions.
Tom Lane
2016-09-07
Add a HINT for client-vs-server COPY failure cases.
Tom Lane
2016-09-06
Add location field to DefElem
Peter Eisentraut
2016-09-06
Doc: small improvements for documentation about VACUUM freezing.
Tom Lane
2016-09-06
Guard against possible memory allocation botch in batchmemtuples().
Tom Lane
2016-09-06
Teach appendShellString() to not quote strings containing "-".
Tom Lane
2016-09-06
Repair whitespace in initdb message.
Tom Lane
2016-09-06
Fix VACUUM_TRUNCATE_LOCK_WAIT_INTERVAL
Simon Riggs
2016-09-06
C comment: fix file name mention on line 1
Bruce Momjian
2016-09-05
Cosmetic code cleanup in commands/extension.c.
Tom Lane
2016-09-05
Have "make coverage" recurse into contrib as well
Alvaro Herrera
2016-09-05
Make locale-dependent regex character classes work for large char codes.
Tom Lane
2016-09-05
C comment: align dashes in GroupState node header
Bruce Momjian
2016-09-05
Relax transactional restrictions on ALTER TYPE ... ADD VALUE.
Tom Lane
2016-09-05
Add debug check function LWLockHeldByMeInMode()
Simon Riggs
[next]