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
path:
root
/
src
Age
Commit message (
Expand
)
Author
2015-07-25
Redesign tablesample method API, and do extensive code review.
Tom Lane
2015-07-24
Make RLS work with UPDATE ... WHERE CURRENT OF
Joe Conway
2015-07-24
Fix treatment of nulls in jsonb_agg and jsonb_object_agg
Andrew Dunstan
2015-07-24
Fix bug around assignment expressions containing indirections.
Andres Freund
2015-07-23
Redirect install output of make check into a log file
Andrew Dunstan
2015-07-22
Fix off-by-one error in calculating subtrans/multixact truncation point.
Heikki Linnakangas
2015-07-22
Fix add_rte_to_flat_rtable() for recent feature additions.
Tom Lane
2015-07-21
Fix some oversights in BRIN patch.
Tom Lane
2015-07-21
Fix location of output logs of pg_regress
Andrew Dunstan
2015-07-21
Fix omission of OCLASS_TRANSFORM in object_classes[]
Alvaro Herrera
2015-07-20
Sanity-check that a page zeroed by redo routine is marked with WILL_INIT.
Heikki Linnakangas
2015-07-20
Don't handle PUBLIC/NONE separately
Alvaro Herrera
2015-07-20
Improve tab-completion for DROP POLICY
Alvaro Herrera
2015-07-20
Fix (some of) pltcl memory usage
Alvaro Herrera
2015-07-20
Improve BRIN documentation somewhat
Alvaro Herrera
2015-07-20
Fix mis-merge in previous commit
Alvaro Herrera
2015-07-20
Add some comments to test_ddl_deparse and a README
Alvaro Herrera
2015-07-20
Handle AT_ReAddComment in test_ddl_deparse, and add a catch-all default.
Heikki Linnakangas
2015-07-19
Remove dead code.
Andrew Dunstan
2015-07-18
Make WaitLatchOrSocket's timeout detection more robust.
Tom Lane
2015-07-18
Support JSON negative array subscripts everywhere
Andrew Dunstan
2015-07-17
Repair mishandling of cached cast-expression trees in plpgsql.
Tom Lane
2015-07-17
Fix entirely broken permissions test in new alter_operator regression test.
Tom Lane
2015-07-17
Add new function pg_notification_queue_usage.
Robert Haas
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-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
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
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-11
Add assign_expr_collations() to CreatePolicy() and AlterPolicy().
Joe Conway
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
Improve logging of TAP tests.
Heikki Linnakangas
2015-07-09
Add .gitignore entries for AIX-specific intermediate build artifacts.
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
[next]