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
2011-12-29
Adjust SP-GiST regression tests to be less locale-sensitive.
Tom Lane
2011-12-29
PL/Python: Add argument names to function declarations
Peter Eisentraut
2011-12-29
pg_dump: Dump user mappings ordered by user name
Peter Eisentraut
2011-12-28
Indicate default format in --help output of pg_dump and pg_basebackup
Peter Eisentraut
2011-12-27
Standardize treatment of strcmp() return value
Peter Eisentraut
2011-12-27
Remove support for on_exit()
Peter Eisentraut
2011-12-27
Run "make all" as a prerequisite of "make check"
Peter Eisentraut
2011-12-27
Sort compendium lists for msgmerge
Peter Eisentraut
2011-12-27
Sort file list when creating gettext-files
Peter Eisentraut
2011-12-26
Minor enhancements to MVCC chapter
Alvaro Herrera
2011-12-25
Rethink representation of index clauses' mapping to index columns.
Tom Lane
2011-12-23
Improve planner's handling of duplicated index column expressions.
Tom Lane
2011-12-23
Add bytea_agg, parallel to string_agg.
Robert Haas
2011-12-22
Typo fixes.
Robert Haas
2011-12-22
Catversion bump for commit 0e4611c0234d89e288a53351f775c59522baed7c.
Robert Haas
2011-12-22
Add a security_barrier option for views.
Robert Haas
2011-12-22
Add ALTER DOMAIN ... RENAME
Peter Eisentraut
2011-12-22
Don't forget to de-escape the password field in .pgpass.
Robert Haas
2011-12-21
Update per-column ACLs, not only per-table ACL, when changing table owner.
Tom Lane
2011-12-21
Improve behavior of concurrent CLUSTER.
Robert Haas
2011-12-21
Take fewer snapshots.
Robert Haas
2011-12-21
sepgsql: Check CREATE permissions for some object types.
Robert Haas
2011-12-21
Shave a few cycles in string_agg().
Robert Haas
2011-12-21
Fix gincostestimate to handle ScalarArrayOpExpr reasonably.
Tom Lane
2011-12-20
Avoid crashing when we have problems unlinking files post-commit.
Tom Lane
2011-12-19
Add support for privileges on types
Peter Eisentraut
2011-12-19
Forgot catversion bump on previous patch
Alvaro Herrera
2011-12-19
Rename updateNodeLink to spgUpdateNodeLink.
Tom Lane
2011-12-19
Allow CHECK constraints to be declared ONLY
Alvaro Herrera
2011-12-19
Teach SP-GiST to do index-only scans.
Tom Lane
2011-12-18
Replace simple constant pg_am.amcanreturn with an AM support function.
Tom Lane
2011-12-18
PL/Python: One more file renaming fix to unbreak the build
Peter Eisentraut
2011-12-18
Split plpython.c into smaller pieces
Peter Eisentraut
2011-12-18
Mark variables as const in pgtypeslib if they only carry a format string.
Michael Meskes
2011-12-18
Added test for cursor handling on different connections to regression test
Michael Meskes
2011-12-18
In ecpg removed old leftover check for given connection name.
Michael Meskes
2011-12-18
Remove tabs in SGML file.
Bruce Momjian
2011-12-18
Defend against null scankeys in spgist searches.
Tom Lane
2011-12-17
Remove bogus entries in gist point_ops operator class.
Tom Lane
2011-12-17
Fix some long-obsolete references to XLogOpenRelation.
Tom Lane
2011-12-17
Fix compiler warning seen on 64-bit machine.
Tom Lane
2011-12-17
Add SP-GiST (space-partitioned GiST) index access method.
Tom Lane
2011-12-17
Same clarification for pg_restore.
Andrew Dunstan
2011-12-17
Clarify the post-data status on unvalidated check constraints.
Andrew Dunstan
2011-12-17
Add missing 'static' qualifier.
Tom Lane
2011-12-17
Various micro-optimizations for GetSnapshopData().
Robert Haas
2011-12-17
Add --section option to pg_dump and pg_restore.
Andrew Dunstan
2011-12-16
Fix reference to "verify-ca" and "verify-full" in a note in the docs.
Heikki Linnakangas
2011-12-16
include_if_exists facility for config file.
Andrew Dunstan
2011-12-16
Improve behavior of concurrent ALTER <relation> .. SET SCHEMA.
Robert Haas
[next]