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
/
pl
Age
Commit message (
Expand
)
Author
2016-10-18
Collect and return query substrings corresponding to each SQL statement
Pavan Deolasee
2016-10-18
Add a developer GUC "enable_datanode_row_triggers" to allow ROW TRIGGERS to be
Pavan Deolasee
2015-11-13
Remove a lot of XC-specific code from the repo.
Pavan Deolasee
2015-06-30
Merge from upstream master branch of PostgreSQL repository
Pavan Deolasee
2015-06-29
Translation updates
Peter Eisentraut
2015-06-21
PL/Perl: Add alternative expected file for Perl 5.22
Peter Eisentraut
2015-06-12
Fix failure to cover scalar-vs-rowtype cases in exec_stmt_return().
Tom Lane
2015-06-05
Merge remote-tracking branch 'remotes/PGSQL/master' into XL_NEW_MASTER
Pavan Deolasee
2015-06-04
Merge remote-tracking branch 'remotes/PGSQL/master' into XL_NEW_MASTER
Pavan Deolasee
2015-05-24
pgindent run for 9.5
Bruce Momjian
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-18
Add error-throwing wrappers for the printf family of functions.
Noah Misch
2015-05-14
Support "expanded" objects, particularly arrays, for better performance.
Tom Lane
2015-05-13
PL/Python: Remove procedure cache invalidation
Peter Eisentraut
2015-05-03
Fix python_includespec on Windows at configure time
Andrew Dunstan
2015-05-02
Windows also needs an override of the shared libpython detection
Peter Eisentraut
2015-05-02
Make hstore_plperl's build even more like plperl's
Peter Eisentraut
2015-05-02
Move interpreter shared library detection to configure
Peter Eisentraut
2015-04-30
Fix parallel make risk with new check temp-install setup
Peter Eisentraut
2015-04-27
Merge commit 'ab76208e3df6841b3770edeece57d0f048392237' into XL_MASTER_MERGE_9_4
Pavan Deolasee
2015-04-26
Add transforms feature
Peter Eisentraut
2015-04-23
Improve speed of make check-world
Peter Eisentraut
2015-04-15
Allow DMLs inside a plpgsql procedure on the coordinator.
Pavan Deolasee
2015-03-26
Tweak __attribute__-wrapping macros for better pgindent results.
Tom Lane
2015-03-25
Add an ASSERT statement in plpgsql.
Tom Lane
2015-03-18
array_offset() and array_offsets()
Alvaro Herrera
2015-03-14
Remove obsolete comment.
Tom Lane
2015-03-11
PL/Python: Fix regression tests for Python 3
Peter Eisentraut
2015-03-11
PL/Python: Avoid lossiness in float conversion
Peter Eisentraut
2015-03-11
Make operator precedence follow the SQL standard more closely.
Tom Lane
2015-03-11
Allocate ParamListInfo once per plpgsql function, not once per expression.
Tom Lane
2015-03-11
Add macros wrapping all usage of gcc's __attribute__.
Andres Freund
2015-03-10
Clean up the mess from => patch.
Tom Lane
2015-03-05
Change plpgsql's cast cache to consider source typmod as significant.
Tom Lane
2015-03-05
Need to special-case RECORD as well as UNKNOWN in plpgsql's casting logic.
Tom Lane
2015-03-04
Use standard casting mechanism to convert types in plpgsql, when possible.
Tom Lane
2015-02-28
Track typmods in plpgsql expression evaluation and assignment.
Tom Lane
2015-02-26
Free SQLSTATE and SQLERRM no earlier than other PL/pgSQL variables.
Noah Misch
2015-02-22
In array_agg(), don't create a new context for every group.
Jeff Davis
2015-02-21
Some more FLEXIBLE_ARRAY_MEMBER fixes.
Tom Lane
2015-02-16
Use fast path in plpgsql's RETURN/RETURN NEXT in more cases.
Tom Lane
2015-02-16
Rationalize the APIs of array element/slice access functions.
Tom Lane
2015-02-02
Translation updates
Peter Eisentraut
2015-01-26
Fix volatile-safety issue in pltcl_SPI_execute_plan().
Tom Lane
2015-01-12
Fix some functions that were declared static then defined not-static.
Tom Lane
2015-01-06
Fix thinko in plpython error message
Alvaro Herrera
2015-01-06
Update copyright for 2015
Bruce Momjian
2014-12-18
Improve hash_create's API for selecting simple-binary-key hash functions.
Tom Lane
2014-12-15
Translation updates
Peter Eisentraut
[next]