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
/
utils
Age
Commit message (
Expand
)
Author
2014-05-09
More jsonb cleanup.
Heikki Linnakangas
2014-05-09
Improve key representation for GIN jsonb_ops, and fix existence-search bug.
Tom Lane
2014-05-09
Minor cleanup of jsonb_util.c
Heikki Linnakangas
2014-05-09
Avoid some pnstrdup()s when constructing jsonb
Heikki Linnakangas
2014-05-09
Increase the default value of effective_cache_size to 4GB.
Tom Lane
2014-05-09
Revert "Auto-tune effective_cache size to be 4x shared buffers"
Tom Lane
2014-05-07
Clean up jsonb code.
Heikki Linnakangas
2014-05-07
Fix some more confusion between uint32 and Datum.
Tom Lane
2014-05-07
hash_any returns Datum, not uint32 (and definitely not "int").
Tom Lane
2014-05-07
With ecpg exclusion removed, re-run pgindent for 9.4
Bruce Momjian
2014-05-06
pgindent run for 9.4
Bruce Momjian
2014-05-02
Fix yet another corner case in dumping rules/views with USING clauses.
Tom Lane
2014-05-01
Fix failure to detoast fields in composite elements of structured types.
Tom Lane
2014-04-30
Rationalize common/relpath.[hc].
Tom Lane
2014-04-30
Check for interrupts and stack overflow during rule/view dumps.
Tom Lane
2014-04-30
Reduce indentation/parenthesization of set operations in rule/view dumps.
Tom Lane
2014-04-30
Limit overall indentation in rule/view dumps.
Tom Lane
2014-04-30
Fix indentation of JOIN clauses in rule/view dumps.
Tom Lane
2014-04-23
Fix documentation of FmgrInfo.fn_nargs.
Tom Lane
2014-04-16
Add to_regprocedure() and to_regoperator().
Robert Haas
2014-04-13
Improve some O(N^2) behavior in window function evaluation.
Tom Lane
2014-04-13
Provide moving-aggregate support for boolean aggregates.
Tom Lane
2014-04-13
Provide moving-aggregate support for a bunch of numerical aggregates.
Tom Lane
2014-04-10
C comment: track_activity_query_size doesn't support memory units
Bruce Momjian
2014-04-08
Add an in-core GiST index opclass for inet/cidr types.
Tom Lane
2014-04-08
Add new to_reg* functions for error-free OID lookups.
Robert Haas
2014-04-06
Reduce lock levels of some ALTER TABLE cmds
Simon Riggs
2014-04-05
Fix processing of PGC_BACKEND GUC parameters on Windows.
Tom Lane
2014-04-04
Make sure -D is an absolute path when starting server on Windows.
Tom Lane
2014-04-04
Add an Assertion that you don't palloc within a critical section.
Heikki Linnakangas
2014-04-04
Fix non-equivalence of VARIADIC and non-VARIADIC function call formats.
Tom Lane
2014-04-03
Code review for commit d26888bc4d1e539a82f21382b0000fe5bbf889d9.
Tom Lane
2014-04-02
De-anonymize the union in JsonbValue.
Tom Lane
2014-04-02
Fix bugs in manipulation of PgBackendStatus.st_clienthostname.
Tom Lane
2014-03-31
Rename GinLogicValue to GinTernaryValue.
Heikki Linnakangas
2014-03-27
Silence compiler warnings in new jsonb code.
Heikki Linnakangas
2014-03-26
Fix uninitialized variables in json's populate_record_worker().
Andrew Dunstan
2014-03-26
Cleanup around json_to_record/json_to_recordset
Andrew Dunstan
2014-03-26
Fix 'recheck' flag in tsquery's GIN tri-consistent function.
Heikki Linnakangas
2014-03-26
Tidy up the populate/to_record{set} code for json a bit.
Andrew Dunstan
2014-03-24
Remove wchar.c Asserts that were stricter than the main code
Bruce Momjian
2014-03-24
Fix ts_rank_cd() to ignore stripped lexemes
Bruce Momjian
2014-03-23
Introduce jsonb, a structured format for storing json.
Andrew Dunstan
2014-03-21
Fix build with LWLOCK_STATS or dtrace.
Heikki Linnakangas
2014-03-21
Replace the XLogInsert slots with regular LWLocks.
Heikki Linnakangas
2014-03-20
Again fix initialization of auto-tuned effective_cache_size.
Tom Lane
2014-03-17
Fix typos in comments.
Fujii Masao
2014-03-17
Make punctuation consistent
Peter Eisentraut
2014-03-16
Cleanups from the remove-native-krb5 patch
Magnus Hagander
2014-03-14
Prevent interrupts while reporting non-ERROR elog messages.
Tom Lane
[next]