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
/
include
Age
Commit message (
Expand
)
Author
2015-06-09
Use polymorphic inverse function for int8 aggregates.
Pavan Deolasee
2015-06-05
Merge remote-tracking branch 'remotes/PGSQL/master' into XL_NEW_MASTER
Pavan Deolasee
2015-06-04
Add missing columns for the newly added aggregate functions
Pavan Deolasee
2015-06-04
Merge remote-tracking branch 'remotes/PGSQL/master' into XL_NEW_MASTER
Pavan Deolasee
2015-06-03
Fix planner's cost estimation for SEMI/ANTI joins with inner indexscans.
Tom Lane
2015-06-01
Support snapshot requests without valid GXID
Pavan Deolasee
2015-06-01
Rename jsonb_replace to jsonb_set and allow it to add new values
Andrew Dunstan
2015-05-29
Check that all aliases of a built-in function have same leakproof property.
Tom Lane
2015-05-29
Revert exporting of internal GUC variable "data_directory".
Tom Lane
2015-05-29
Remove some other references of coord_name tracking in transaction info
Pavan Deolasee
2015-05-29
Remove coordinator name tracking from GTM transaction info structure
Pavan Deolasee
2015-05-29
Simplify GTM protocol a bit by only using GXID for transaction identification
Pavan Deolasee
2015-05-28
Fix fsync-at-startup code to not treat errors as fatal.
Tom Lane
2015-05-25
Revert 9.5 pgindent changes to atomics directory files
Bruce Momjian
2015-05-24
Add a bit more commentary about regex's colormap tree data structure.
Tom Lane
2015-05-24
Remove no-longer-required function declarations.
Tom Lane
2015-05-24
pgindent run for 9.5
Bruce Momjian
2015-05-23
Still more fixes for lossy-GiST-distance-functions patch.
Tom Lane
2015-05-22
Remove the new UPSERT command tag and use INSERT instead.
Andres Freund
2015-05-22
Unpack jbvBinary objects passed to pushJsonbValue
Andrew Dunstan
2015-05-22
Add and use macros IS_PGXC_LOCAL_COORDINATOR and IS_PGXC_REMOTE_COORDINATOR
Pavan Deolasee
2015-05-22
At promotion, don't leave behind a partial segment on the old timeline.
Heikki Linnakangas
2015-05-21
More fixes for lossy-GiST-distance-functions patch.
Tom Lane
2015-05-21
Improve packing/alignment annotation for ItemPointerData.
Tom Lane
2015-05-21
Rename gti_backend_id to gti_proxy_client_id which is a better description of
Pavan Deolasee
2015-05-21
Add support for materialized views.
Pavan Deolasee
2015-05-20
Fix more typos in comments.
Heikki Linnakangas
2015-05-20
Collection of typo fixes.
Heikki Linnakangas
2015-05-19
Revert error-throwing wrappers for the printf family of functions.
Tom Lane
2015-05-19
Refactor ON CONFLICT index inference parse tree representation.
Andres Freund
2015-05-19
Avoid collation dependence in indexes of system catalogs.
Tom Lane
2015-05-19
Revert "Change pg_seclabel.provider and pg_shseclabel.provider to type "name"."
Tom Lane
2015-05-19
Change pg_seclabel.provider and pg_shseclabel.provider to type "name".
Tom Lane
2015-05-18
Put back a backwards-compatible version of sampling support functions.
Tom Lane
2015-05-18
Add error-throwing wrappers for the printf family of functions.
Noah Misch
2015-05-18
Permit use of vsprintf() in PostgreSQL code.
Noah Misch
2015-05-18
Correct _null_ mis-spell which was causing boolean aggregates to fail with an
Pavan Deolasee
2015-05-18
Fix failure to copy IndexScan.indexorderbyops in copyfuncs.c.
Tom Lane
2015-05-16
Support GROUPING SETS, CUBE and ROLLUP.
Andres Freund
2015-05-15
Add BRIN infrastructure for "inclusion" opclasses
Alvaro Herrera
2015-05-15
Move strategy numbers to include/access/stratnum.h
Alvaro Herrera
2015-05-15
TABLESAMPLE, SQL Standard and extensible
Simon Riggs
2015-05-15
Add archive_mode='always' option.
Heikki Linnakangas
2015-05-15
Fix datatype confusion with the new lossy GiST distance functions.
Heikki Linnakangas
2015-05-15
Allow GiST distance function to return merely a lower-bound.
Heikki Linnakangas
2015-05-15
Support VERBOSE option in REINDEX command.
Fujii Masao
2015-05-15
Teach UtfToLocal/LocalToUtf to support algorithmic encoding conversions.
Tom Lane
2015-05-15
Separate block sampling functions
Simon Riggs
2015-05-15
Add pg_settings.pending_restart column
Peter Eisentraut
2015-05-14
Support "expanded" objects, particularly arrays, for better performance.
Tom Lane
[next]