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
/
utils
/
builtins.h
Age
Commit message (
Expand
)
Author
2017-06-27
Merge PG10 master branch into xl10devel
Pavan Deolasee
2017-06-21
Phase 2 of pgindent updates.
Tom Lane
2017-06-14
Merge from PG master upto d5cb3bab564e0927ffac7c8729eacf181a12dd40
Pavan Deolasee
2017-03-01
Collect duplicate copies of oid_cmp()
Peter Eisentraut
2017-01-21
Move some things from builtins.h to new header files
Peter Eisentraut
2017-01-17
Correct include file path
Peter Eisentraut
2017-01-17
Generate fmgr prototypes automatically
Peter Eisentraut
2017-01-17
Remove unnecessary include
Peter Eisentraut
2017-01-03
Update copyright via script for 2017
Bruce Momjian
2016-12-07
Implement table partitioning.
Robert Haas
2016-11-10
remove the collect function/type from pg_aggregate
Tomas Vondra
2016-10-27
Merge commit 'b5bce6c1ec6061c8a4f730d927e162db7e2ce365'
Pavan Deolasee
2016-10-18
Redesign tablesample method API, and do extensive code review.
Tom Lane
2016-10-18
remove stormutils, containing only stormdb_promote_standby() function
Tomas Vondra
2016-10-18
Remove a portion of remote query deparsing code which is not used in XL anymore
Pavan Deolasee
2016-10-18
Fix several compiler warnings
Pavan Deolasee
2016-10-18
Add support for process-level control for overriding log levels.
Pavan Deolasee
2016-10-18
There was a missing commit from when the repo was forked,
Mason Sharp
2016-10-18
Add support for overrding default log levels for specfic messages or all
Pavan Deolasee
2016-10-18
Fix misc issues with two-phase commit protocol and cleaning up of outstanding
Pavan Deolasee
2016-10-12
Remove unnecessary int2vector-specific hash function and equality operator.
Tom Lane
2016-08-23
Add txid_current_ifassigned().
Robert Haas
2016-08-17
Implement regexp_match(), a simplified alternative to regexp_matches().
Tom Lane
2016-08-13
Add SQL-accessible functions for inspecting index AM properties.
Tom Lane
2016-07-14
Fix GiST index build for NaN values in geometric types.
Tom Lane
2016-04-08
Add combine functions for various floating-point aggregates.
Robert Haas
2016-04-05
Add parallel query support functions for assorted aggregates.
Robert Haas
2016-03-30
Improve portability of I/O behavior for the geometric types.
Tom Lane
2016-03-18
Introduce parse_ident()
Teodor Sigaev
2016-03-12
Widen query numbers-of-tuples-processed counters to uint64.
Tom Lane
2016-03-05
Expose control file data via SQL accessible functions.
Joe Conway
2016-02-22
Create a function to reliably identify which sessions block which others.
Tom Lane
2016-02-20
Add pg_size_bytes() to parse human-readable size strings.
Dean Rasheed
2016-02-17
Add new system view, pg_config
Joe Conway
2016-02-07
Improve speed of timestamp/time/date output functions.
Tom Lane
2016-02-05
Add num_nulls() and num_nonnulls() to count NULL arguments.
Tom Lane
2016-02-03
Extend sortsupport for text to more opclasses.
Robert Haas
2016-01-22
Add trigonometric functions that work in degrees.
Tom Lane
2016-01-22
Remove new coupling between NAMEDATALEN and MAX_LEVENSHTEIN_STRLEN.
Tom Lane
2016-01-18
Restructure index access method API to hide most of it at the C level.
Tom Lane
2016-01-05
Add scale(numeric)
Alvaro Herrera
2016-01-02
Update copyright for 2016
Bruce Momjian
2015-12-07
Reintroduce XC's Fast Query Shipping (FQS) mechanism to improve performance of
Pavan Deolasee
2015-11-13
Remove a lot of XC-specific code from the repo.
Pavan Deolasee
2015-11-07
Add "xid <> xid" and "xid <> int4" operators.
Tom Lane
2015-11-06
Add sort support routine for the UUID data type.
Robert Haas
2015-11-03
Allow postgres_fdw to ship extension funcs/operators for remote execution.
Tom Lane
2015-09-04
Fix aggregate handling for BIGINT/INT8 datatype for platforms with
Pavan Deolasee
2015-07-28
Plug RLS related information leak in pg_stats view.
Joe Conway
2015-07-25
Redesign tablesample method API, and do extensive code review.
Tom Lane
[next]