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-02-09
postgres_fdw: Remove unstable regression test.
Robert Haas
2016-02-09
postgres_fdw: Push down joins to remote servers.
Robert Haas
2016-02-09
Add more chattiness in server shutdown.
Tom Lane
2016-02-08
Temporarily make pg_ctl and server shutdown a whole lot chattier.
Tom Lane
2016-02-08
Re-pgindent varlena.c.
Tom Lane
2016-02-08
Rename typedef "string" to "VarString".
Tom Lane
2016-02-08
Use %u not %d to print OIDs.
Tom Lane
2016-02-08
Last-minute updates for release notes.
Tom Lane
2016-02-08
Fix some regex issues with out-of-range characters and large char ranges.
Tom Lane
2016-02-08
Make GIN regression test stable.
Fujii Masao
2016-02-08
Fix overeager pushdown of HAVING clauses when grouping sets are used.
Andres Freund
2016-02-07
Improve documentation about PRIMARY KEY constraints.
Tom Lane
2016-02-07
Fix deparsing of ON CONFLICT arbiter WHERE clauses.
Tom Lane
2016-02-07
Release notes for 9.5.1, 9.4.6, 9.3.11, 9.2.15, 9.1.20.
Tom Lane
2016-02-07
ExecHashRemoveNextSkewBucket must physically copy tuples to main hashtable.
Tom Lane
2016-02-07
Fix parallel-safety markings for pg_upgrade functions.
Robert Haas
2016-02-07
Introduce a new GUC force_parallel_mode for testing purposes.
Robert Haas
2016-02-07
Introduce group locking to prevent parallel processes from deadlocking.
Robert Haas
2016-02-07
Improve speed of timestamp/time/date output functions.
Tom Lane
2016-02-06
Fix comment block trashed by pgindent.
Tom Lane
2016-02-06
Improve HJDEBUG code a bit.
Tom Lane
2016-02-06
Add missing "static" qualifier.
Tom Lane
2016-02-06
Comment on dead code in AtAbort_Portals() and AtSubAbort_Portals().
Noah Misch
2016-02-06
Force certain "pljava" custom GUCs to be PGC_SUSET.
Noah Misch
2016-02-05
First-draft release notes for 9.4.6.
Tom Lane
2016-02-05
Update time zone data files to tzdata release 2016a.
Tom Lane
2016-02-05
Fix typo in comment.
Robert Haas
2016-02-05
Remove parallel-safety check from GetExistingLocalJoinPath.
Robert Haas
2016-02-05
Fix small goof in comment.
Robert Haas
2016-02-05
Fix typo.
Robert Haas
2016-02-05
Add num_nulls() and num_nonnulls() to count NULL arguments.
Tom Lane
2016-02-05
postgres_fdw: pgindent run.
Robert Haas
2016-02-05
postgres_fdw: Avoid possible misbehavior when RETURNING tableoid column only.
Robert Haas
2016-02-05
When modifying a foreign table, initialize tableoid field properly.
Robert Haas
2016-02-05
Improve error message
Peter Eisentraut
2016-02-04
Add some additional core functions to support join pushdown for FDWs.
Robert Haas
2016-02-04
Change the way that LWLocks for extensions are allocated.
Robert Haas
2016-02-04
Simplify syntax diagram for REINDEX.
Tom Lane
2016-02-04
In pg_dump, ensure that view triggers are processed after view rules.
Tom Lane
2016-02-03
Extend sortsupport for text to more opclasses.
Robert Haas
2016-02-03
Add hstore_to_jsonb() and hstore_to_jsonb_loose() to hstore documentation.
Tom Lane
2016-02-03
Allow parallel custom and foreign scans.
Robert Haas
2016-02-03
doc: Fix stand-alone INSTALL file build
Peter Eisentraut
2016-02-03
Make hstore_to_jsonb_loose match hstore_to_json_loose on what's a number.
Tom Lane
2016-02-03
Code review for commit dc203dc3ac40a4b02b92fb827848a547d2957153.
Robert Haas
2016-02-03
Remove CustomPath's TextOutCustomPath method.
Robert Haas
2016-02-03
postgres_fdw: Allow fetch_size to be set per-table or per-server.
Robert Haas
2016-02-03
Fix IsValidJsonNumber() to notice trailing non-alphanumeric garbage.
Tom Lane
2016-02-03
Add support for systemd service notifications
Peter Eisentraut
2016-02-03
Improve error reporting when location specified by postgres -D does not exist
Peter Eisentraut
[next]