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-01-03
Treat negative values of recovery_min_apply_delay as having no effect.
Tom Lane
2015-01-03
Make path to pg_service.conf absolute in documentation
Magnus Hagander
2014-12-31
Don't run rowsecurity in parallel with other regression tests.
Tom Lane
2014-12-31
Docs: improve descriptions of ISO week-numbering date features.
Tom Lane
2014-12-31
Print more information about getObjectIdentityParts() failures.
Tom Lane
2014-12-31
Improve consistency of parsing of psql's magic variables.
Tom Lane
2014-12-31
Add missing pstrdup calls
Alvaro Herrera
2014-12-31
Don't tab-complete COMMENT ON ... IS with IS.
Robert Haas
2014-12-30
pg_event_trigger_dropped_objects: Add name/args output columns
Alvaro Herrera
2014-12-30
Add pg_identify_object_as_address
Alvaro Herrera
2014-12-30
Fix object_address expected output
Alvaro Herrera
2014-12-30
Use TypeName to represent type names in certain commands
Alvaro Herrera
2014-12-30
Revert the GinMaxItemSize calculation so that we fit 3 tuples per page.
Heikki Linnakangas
2014-12-30
Fix resource leak pointed out by Coverity.
Tatsuo Ishii
2014-12-29
Assorted minor fixes for psql metacommand docs.
Tom Lane
2014-12-28
Remove duplicate assignment in new pg_get_object_address() function.
Tom Lane
2014-12-26
Restrict name list len for domain constraints
Alvaro Herrera
2014-12-26
Remove event trigger from object_address test
Alvaro Herrera
2014-12-26
Grab heavyweight tuple lock only before sleeping
Alvaro Herrera
2014-12-25
Have config_sspi_auth() permit IPv6 localhost connections.
Noah Misch
2014-12-25
Blindly fix a dtrace probe in lwlock.c for a removed local variable.
Andres Freund
2014-12-25
Temporarily revert "Move pg_lzcompress.c to src/common."
Tom Lane
2014-12-25
Lockless StrategyGetBuffer clock sweep hot path.
Andres Freund
2014-12-25
Improve LWLock scalability.
Andres Freund
2014-12-25
Convert the PGPROC->lwWaitLink list into a dlist instead of open coding it.
Andres Freund
2014-12-25
Add capability to suppress CONTEXT: messages to elog machinery.
Andres Freund
2014-12-25
Remove duplicate include of slot.h.
Fujii Masao
2014-12-25
Move pg_lzcompress.c to src/common.
Fujii Masao
2014-12-24
Add CST (China Standard Time) to our lists of timezone abbreviations.
Tom Lane
2014-12-24
Fix installcheck case for tap tests
Andrew Dunstan
2014-12-24
pgbench: remove odd trailing period in init progress output
Bruce Momjian
2014-12-24
Remove unused fields from ReindexStmt.
Fujii Masao
2014-12-24
Suppress MSVC warning in typeStringToTypeName function.
Andres Freund
2014-12-23
Remove failing collation case from object_address regression test.
Tom Lane
2014-12-23
Revert "Use a bitmask to represent role attributes"
Alvaro Herrera
2014-12-23
Add SQL-callable pg_get_object_address
Alvaro Herrera
2014-12-23
Use a bitmask to represent role attributes
Alvaro Herrera
2014-12-23
get_object_address: separate domain constraints from table constraints
Alvaro Herrera
2014-12-23
Change local_preload_libraries to PGC_USERSET
Peter Eisentraut
2014-12-22
Further tidy up on json aggregate documentation
Andrew Dunstan
2014-12-22
Fix documentation of argument type of json_agg and jsonb_agg
Andrew Dunstan
2014-12-22
Move rbtree.c from src/backend/utils/misc to src/backend/lib.
Heikki Linnakangas
2014-12-22
Turn much of the btree_gin macros into real functions.
Heikki Linnakangas
2014-12-22
Use a pairing heap for the priority queue in kNN-GiST searches.
Heikki Linnakangas
2014-12-21
Docs: clarify treatment of variadic functions with zero variadic arguments.
Tom Lane
2014-12-21
Fix file descriptor leak at end of recovery.
Heikki Linnakangas
2014-12-20
doc: Adjust wording of ALTER TABLESPACE restriction
Bruce Momjian
2014-12-19
pg_event_trigger_dropped_objects: add behavior flags
Alvaro Herrera
2014-12-19
Fix timestamp in end-of-recovery WAL records.
Heikki Linnakangas
2014-12-19
Prevent potentially hazardous compiler/cpu reordering during lwlock release.
Andres Freund
[next]