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
/
plpgsql
Age
Commit message (
Expand
)
Author
2017-08-18
Merge commit '21d304dfedb4f26d0d6587d9ac39b1b5c499bb55'
Pavan Deolasee
2017-08-07
Translation updates
Peter Eisentraut
2017-07-13
Merge remote-tracking branch 'remotes/PGSQL/master' of PG 10
Pavan Deolasee
2017-07-10
Translation updates
Alvaro Herrera
2017-06-27
Merge PG10 master branch into xl10devel
Pavan Deolasee
2017-06-21
Phase 3 of pgindent updates.
Tom Lane
2017-06-21
Phase 2 of pgindent updates.
Tom Lane
2017-06-21
Initial pgindent run with pg_bsd_indent version 2.0.
Tom Lane
2017-06-15
Merge 'remotes/PGSQL/master' into xl10devel
Pavan Deolasee
2017-06-15
Check for non-utility commands in PlannedStmt
Pavan Deolasee
2017-06-14
Teach PL/pgSQL about partitioned tables.
Dean Rasheed
2017-06-14
Revert "Collect and return query substrings corresponding to each SQL statement"
Pavan Deolasee
2017-06-14
Merge from PG master upto d5cb3bab564e0927ffac7c8729eacf181a12dd40
Pavan Deolasee
2017-05-17
Post-PG 10 beta1 pgindent run
Bruce Momjian
2017-05-15
Translation updates
Peter Eisentraut
2017-05-05
A very naive way to deal with the fact that RemoteQuery (which EXECUTE DIRECT
Pavan Deolasee
2017-04-10
Improve castNode notation by introducing list-extraction-specific variants.
Tom Lane
2017-04-05
Capitalize names of PLs consistently
Peter Eisentraut
2017-04-04
Follow-on cleanup for the transition table patch.
Kevin Grittner
2017-04-01
Add transition table support to plpgsql.
Kevin Grittner
2017-03-27
Clean up Perl code according to perlcritic
Peter Eisentraut
2017-03-26
Update some obsolete comments.
Tom Lane
2017-03-25
Faster expression evaluation and targetlist projection.
Andres Freund
2017-03-24
Improve access to parallel query from procedural languages.
Robert Haas
2017-03-24
plpgsql: Don't generate parallel plans for RETURN QUERY.
Robert Haas
2017-03-14
Spelling fixes in code comments
Peter Eisentraut
2017-03-08
Bring plpgsql into line with header inclusion policy.
Tom Lane
2017-02-21
Make more use of castNode()
Peter Eisentraut
2017-01-27
Use castNode() in a bunch of statement-list-related code.
Tom Lane
2017-01-21
Move some things from builtins.h to new header files
Peter Eisentraut
2017-01-19
Remove obsoleted code relating to targetlist SRF evaluation.
Andres Freund
2017-01-14
Change representation of statement lists, and add statement location info.
Tom Lane
2017-01-03
Update copyright via script for 2017
Bruce Momjian
2016-12-13
Improve handling of array elements as getdiag_targets and cursor_variables.
Tom Lane
2016-11-08
Simplify code by getting rid of SPI_push, SPI_pop, SPI_restore_connection.
Tom Lane
2016-11-08
Replace uses of SPI_modifytuple that intend to allocate in current context.
Tom Lane
2016-11-06
Need to do SPI_push/SPI_pop around expression evaluation in plpgsql.
Tom Lane
2016-10-27
Merge commit 'b5bce6c1ec6061c8a4f730d927e162db7e2ce365'
Pavan Deolasee
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
2016-09-13
Improve parser's and planner's handling of set-returning functions.
Tom Lane
2016-09-09
Make better use of existing enums in plpgsql
Peter Eisentraut
2016-08-27
Add macros to make AllocSetContextCreate() calls simpler and safer.
Tom Lane
2016-08-18
In plpgsql, don't try to convert int2vector or oidvector to expanded array.
Tom Lane
2016-08-18
Improve formatting of comments in plpgsql.h
Peter Eisentraut
2016-08-17
Improve plpgsql's memory management to fix some function-lifespan leaks.
Tom Lane
2016-08-17
Improve parsetree representation of special functions such as CURRENT_DATE.
Tom Lane
2016-08-08
Translation updates
Peter Eisentraut
2016-07-12
Allow IMPORT FOREIGN SCHEMA within pl/pgsql.
Tom Lane
2016-06-20
Add missing check for malloc failure in plpgsql_extra_checks_check_hook().
Tom Lane
[next]