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
2015-07-17
AIX: Test the -qlonglong option before use.
Noah Misch
2015-07-17
Fix a low-probability crash in our qsort implementation.
Tom Lane
2015-07-16
Fix spelling error
Magnus Hagander
2015-07-16
Fix copy/past error in comment
Magnus Hagander
2015-07-16
AIX: Link TRANSFORM modules with their dependencies.
Noah Misch
2015-07-16
AIX: Link the postgres executable with -Wl,-brtllib.
Noah Misch
2015-07-16
MinGW: Link ltree_plpython with plpython.
Noah Misch
2015-07-15
Mention table_rewrite as valid event trigger tag
Alvaro Herrera
2015-07-14
Remove regression test added on auto-pilot.
Robert Haas
2015-07-14
Fix event trigger support for the new ALTER OPERATOR command.
Heikki Linnakangas
2015-07-14
Add ALTER OPERATOR command, for changing selectivity estimator functions.
Heikki Linnakangas
2015-07-14
Prevent pgstattuple() from reporting BRIN as unknown index.
Fujii Masao
2015-07-14
Make regression test output stable.
Heikki Linnakangas
2015-07-14
Retain comments on indexes and constraints at ALTER TABLE ... TYPE ...
Heikki Linnakangas
2015-07-14
Reformat code in ATPostAlterTypeParse.
Heikki Linnakangas
2015-07-12
release notes: markup: vacuumdb is an application, not command
Bruce Momjian
2015-07-12
Fix assorted memory leaks.
Tom Lane
2015-07-12
For consistency add a pfree to ON CONFLICT set_plan_refs code.
Andres Freund
2015-07-12
Optionally don't error out due to preexisting slots in commandline utilities.
Andres Freund
2015-07-12
Add now-required #include.
Tom Lane
2015-07-12
doc: fix typo in CREATE POLICY manual page
Bruce Momjian
2015-07-11
Add assign_expr_collations() to CreatePolicy() and AlterPolicy().
Joe Conway
2015-07-10
Copy-edit the docs changes of OWNER TO CURRENT/SESSION_USER additions.
Heikki Linnakangas
2015-07-09
Improve documentation about array concat operator vs. underlying functions.
Tom Lane
2015-07-09
Fix postmaster's handling of a startup-process crash.
Tom Lane
2015-07-09
Fix obsolete comment regarding NOTICE message level.
Fujii Masao
2015-07-09
Make wal_compression PGC_SUSET rather than PGC_USERSET.
Fujii Masao
2015-07-09
Use --debug flag in "remote" pg_rewind regression tests.
Heikki Linnakangas
2015-07-09
Fix another broken link in documentation.
Heikki Linnakangas
2015-07-09
Improve logging of TAP tests.
Heikki Linnakangas
2015-07-09
Use AS_IF rather than plain shell "if" in pthread-check.
Heikki Linnakangas
2015-07-09
Add .gitignore entries for AIX-specific intermediate build artifacts.
Noah Misch
2015-07-09
Link pg_stat_statements with libm.
Noah Misch
2015-07-09
Given a gcc-compatible xlc compiler, prefer xlc-style atomics.
Noah Misch
2015-07-09
Finish generic-xlc.h draft atomics implementation.
Noah Misch
2015-07-09
Revoke support for strxfrm() that write past the specified array length.
Noah Misch
2015-07-09
Replace use of "diff -q".
Noah Misch
2015-07-09
Fix null pointer dereference in "\c" psql command.
Noah Misch
2015-07-08
Move pthread-tests earlier in the autoconf script.
Heikki Linnakangas
2015-07-08
Replace our hacked version of ax_pthread.m4 with latest upstream version.
Heikki Linnakangas
2015-07-07
Improve regression test coverage of table lock modes vs permissions.
Joe Conway
2015-07-07
Fix incorrect path in pg_regress log messages.
Fujii Masao
2015-07-07
Fix portability issue in pg_upgrade test script: avoid $PWD.
Tom Lane
2015-07-07
Improve handling of out-of-memory in libpq.
Heikki Linnakangas
2015-07-07
Add tab-completion for psql meta-commands.
Fujii Masao
2015-07-07
Refer to %p in the psql docs as 'process ID' not 'pid'.
Andres Freund
2015-07-07
Add psql PROMPT variable showing the pid of the connected to backend.
Andres Freund
2015-07-07
Fix logical decoding bug leading to inefficient reopening of files.
Andres Freund
2015-07-07
Fix pg_recvlogical not to fsync output when it's a tty or pipe.
Andres Freund
2015-07-07
Make RLS related error messages more consistent and compliant.
Joe Conway
[next]