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
/
backend
Age
Commit message (
Expand
)
Author
2013-06-28
ALTER TABLE ... ALTER CONSTRAINT for FKs
Simon Riggs
2013-06-28
Assert that ALTER TABLE subcommands have pass set
Simon Riggs
2013-06-28
Send SIGKILL to children if they don't die quickly in immediate shutdown
Alvaro Herrera
2013-06-28
Make the OVER keyword unreserved.
Robert Haas
2013-06-28
Track spinlock delay in microsecond granularity.
Heikki Linnakangas
2013-06-27
Permit super-MaxAllocSize allocations with MemoryContextAllocHuge().
Noah Misch
2013-06-27
Cooperate with the Valgrind instrumentation framework.
Noah Misch
2013-06-26
Refactor aset.c and mcxt.c in preparation for Valgrind cooperation.
Noah Misch
2013-06-26
Initialize pad bytes in GinFormTuple().
Noah Misch
2013-06-26
Renovate display of non-ASCII messages on Windows.
Noah Misch
2013-06-25
Avoid inconsistent type declaration
Alvaro Herrera
2013-06-25
Support clean switchover.
Fujii Masao
2013-06-24
Reverting previous commit, pending investigation
Simon Riggs
2013-06-24
ALTER TABLE ... ALTER CONSTRAINT for FKs
Simon Riggs
2013-06-24
Translation updates
Peter Eisentraut
2013-06-23
Ensure no xid gaps during Hot Standby startup
Simon Riggs
2013-06-21
Clarify terminology standalone backend vs. single-user mode
Peter Eisentraut
2013-06-19
Support TB (terabyte) memory unit in GUC variables.
Fujii Masao
2013-06-17
Add buffer_std flag to MarkBufferDirtyHint().
Jeff Davis
2013-06-15
Use WaitLatch, not pg_usleep, for delaying in pg_sleep().
Tom Lane
2013-06-15
Use SA_RESTART for all signals, including SIGALRM.
Tom Lane
2013-06-14
Avoid deadlocks during insertion into SP-GiST indexes.
Tom Lane
2013-06-14
Remove special-case treatment of LOG severity level in standalone mode.
Tom Lane
2013-06-14
Refactor checksumming code to make it easier to use externally.
Tom Lane
2013-06-13
Only install a portal's ResourceOwner if it actually has one.
Tom Lane
2013-06-12
Avoid reading past datum end when parsing JSON.
Noah Misch
2013-06-12
Avoid reading below the start of a stack variable in tokenize_file().
Noah Misch
2013-06-12
Don't pass oidvector by value.
Noah Misch
2013-06-12
Observe array length in HaveVirtualXIDsDelayingChkpt().
Noah Misch
2013-06-12
Don't use ordinary NULL-terminated strings as Name datums.
Noah Misch
2013-06-12
Improve updatability checking for views and foreign tables.
Tom Lane
2013-06-12
Fix unescaping of JSON Unicode escapes, especially for non-UTF8.
Andrew Dunstan
2013-06-11
Fix cache flush hazard in cache_record_field_properties().
Tom Lane
2013-06-09
Remove unnecessary restrictions about RowExprs in transformAExprIn().
Tom Lane
2013-06-09
Remove ALTER DEFAULT PRIVILEGES' requirement of schema CREATE permissions.
Tom Lane
2013-06-09
Remove fixed limit on the number of concurrent AllocateFile() requests.
Tom Lane
2013-06-08
Don't downcase non-ascii identifier chars in multi-byte encodings.
Andrew Dunstan
2013-06-08
Handle Unicode surrogate pairs correctly when processing JSON.
Andrew Dunstan
2013-06-06
Fix typo in comment.
Heikki Linnakangas
2013-06-06
Ensure that XLOG_HEAP2_VISIBLE always targets an initialized page.
Robert Haas
2013-06-06
Prevent pushing down WHERE clauses into unsafe UNION/INTERSECT nests.
Tom Lane
2013-06-06
Update SQL features list
Peter Eisentraut
2013-06-05
Put analyze_keyword back in explain_option_name production.
Tom Lane
2013-06-04
Provide better message when CREATE EXTENSION can't find a target schema.
Tom Lane
2013-06-04
Fix memory leak in LogStandbySnapshot().
Tom Lane
2013-06-03
Put back allow_system_table_mods check in heap_create().
Heikki Linnakangas
2013-06-03
Additional spelling corrections
Stephen Frost
2013-06-03
Code review of recycling WAL segments in a restartpoint.
Heikki Linnakangas
2013-06-03
Allow type_func_name_keywords in some places where they weren't before.
Tom Lane
2013-06-01
Minor spelling fixes
Stephen Frost
[next]