index
:
delta/postgresql.git
REL2_0B
REL6_4
REL6_5_PATCHES
REL7_0_PATCHES
REL7_1_STABLE
REL7_2_STABLE
REL7_3_STABLE
REL7_4_STABLE
REL8_0_STABLE
REL8_1_STABLE
REL8_2_STABLE
REL8_3_STABLE
REL8_4_STABLE
REL8_5_ALPHA1_BRANCH
REL8_5_ALPHA2_BRANCH
REL8_5_ALPHA3_BRANCH
REL9_0_ALPHA4_BRANCH
REL9_0_ALPHA5_BRANCH
REL9_0_STABLE
REL9_1_STABLE
REL9_2_STABLE
REL9_3_STABLE
REL9_4_STABLE
REL9_5_STABLE
REL9_6_STABLE
REL_10_STABLE
REL_11_STABLE
REL_12_STABLE
REL_13_STABLE
REL_14_STABLE
REL_15_STABLE
Release_1_0_3
WIN32_DEV
ecpg_big_bison
master
git.postgresql.org: git/postgresql.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
pl
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix inconsistencies and typos in the tree
Michael Paquier
2019-07-22
2
-2
/
+2
*
Represent Lists as expansible arrays, not chains of cons-cells.
Tom Lane
2019-07-15
1
-1
/
+1
*
Fix inconsistencies in the code
Michael Paquier
2019-07-08
1
-4
/
+4
*
Ensure plpgsql result tuples have the right composite type marking.
Tom Lane
2019-07-03
3
-0
/
+48
*
Translation updates
Peter Eisentraut
2019-06-17
12
-1158
/
+1039
*
Fix more typos and inconsistencies in the tree
Michael Paquier
2019-06-17
1
-1
/
+1
*
Clean up PL/Perl's handling of the _() macro.
Tom Lane
2019-06-02
4
-9
/
+16
*
Fix C++ incompatibilities in plpgsql's header files.
Tom Lane
2019-05-31
3
-16
/
+17
*
Fix assorted header files that failed to compile standalone.
Tom Lane
2019-05-31
8
-1
/
+17
*
Phase 2 pgindent run for v12.
Tom Lane
2019-05-22
12
-260
/
+260
*
Initial pgindent run for v12.
Tom Lane
2019-05-22
4
-35
/
+35
*
Translation updates
Peter Eisentraut
2019-05-20
33
-4106
/
+4581
*
Fix grammar in error message
Peter Eisentraut
2019-05-09
1
-4
/
+4
*
Fix problems with auto-held portals.
Tom Lane
2019-04-19
5
-12
/
+82
*
Move plpgsql error-trapping tests to a new module-specific test file.
Tom Lane
2019-04-11
3
-1
/
+432
*
Generated columns
Peter Eisentraut
2019-03-30
14
-37
/
+520
*
Transaction chaining
Peter Eisentraut
2019-03-24
7
-8
/
+93
*
PL/Tcl: Improve trigger tests organization
Peter Eisentraut
2019-03-15
7
-1365
/
+1379
*
Refactor ParamListInfo initialization
Peter Eisentraut
2019-03-14
1
-2
/
+1
*
Remove unnecessary use of PROCEDURAL
Peter Eisentraut
2019-02-25
16
-24
/
+24
*
More unconstify use
Peter Eisentraut
2019-02-13
1
-2
/
+2
*
Renaming for new subscripting mechanism
Alvaro Herrera
2019-02-01
1
-2
/
+2
*
Refactor planner's header files.
Tom Lane
2019-01-29
1
-2
/
+1
*
Change function call information to be variable length.
Andres Freund
2019-01-26
6
-38
/
+38
*
PL/pgSQL: Add statement ID to statement structures
Peter Eisentraut
2019-01-24
3
-0
/
+78
*
Fix misc typos in comments.
Heikki Linnakangas
2019-01-23
1
-1
/
+1
*
Use perfect hashing, instead of binary search, for keyword lookup.
Tom Lane
2019-01-09
3
-12
/
+13
*
Update docs & tests to reflect that unassigned OLD/NEW are now NULL.
Tom Lane
2019-01-09
4
-6
/
+67
*
Replace the data structure used for keyword lookup.
Tom Lane
2019-01-06
5
-141
/
+209
*
Support plpgsql variable names that conflict with unreserved SQL keywords.
Tom Lane
2019-01-04
3
-49
/
+40
*
Update copyright for 2019
Bruce Momjian
2019-01-02
12
-12
/
+12
*
Trigger stmt_beg and stmt_end for top-level statement blocks of PL/pgSQL
Michael Paquier
2018-12-30
1
-3
/
+3
*
Make type "name" collation-aware.
Tom Lane
2018-12-19
1
-4
/
+4
*
Drop no-op CoerceToDomain nodes from expressions at planning time.
Tom Lane
2018-12-13
1
-22
/
+29
*
Fix some errhint and errdetail strings missing a period
Michael Paquier
2018-12-07
1
-1
/
+1
*
Remove WITH OIDS support, change oid catalog column visibility.
Andres Freund
2018-11-20
12
-80
/
+3
*
fix typo
Andrew Dunstan
2018-11-18
1
-1
/
+1
*
Silence MSVC warnings about redefinition of isnan
Andrew Dunstan
2018-11-18
1
-1
/
+13
*
Fix error-cleanup mistakes in exec_stmt_call().
Tom Lane
2018-11-09
1
-37
/
+45
*
Fix bugs in plpgsql's handling of CALL argument lists.
Tom Lane
2018-11-04
3
-114
/
+261
*
Still further rethinking of build changes for macOS Mojave.
Tom Lane
2018-10-18
1
-2
/
+3
*
Fix omissions in snprintf.c's coverage of standard *printf functions.
Tom Lane
2018-10-08
2
-11
/
+72
*
Advance transaction timestamp for intra-procedure transactions.
Tom Lane
2018-10-08
2
-0
/
+63
*
Ensure that PLPGSQL_DTYPE_ROW variables have valid refname fields.
Tom Lane
2018-10-05
4
-1
/
+12
*
Use slots more widely in tuple mapping code and make naming more consistent.
Andres Freund
2018-10-02
1
-7
/
+7
*
Clean up *printf macros to avoid conflict with format archetypes.
Tom Lane
2018-09-26
2
-10
/
+0
*
Implement %m in src/port/snprintf.c, and teach elog.c to rely on that.
Tom Lane
2018-09-26
1
-0
/
+2
*
Always use our own versions of *printf().
Tom Lane
2018-09-26
2
-10
/
+0
*
Convert elog.c's useful_strerror() into a globally-used strerror wrapper.
Tom Lane
2018-09-26
1
-1
/
+0
*
Make some fixes to allow building Postgres on macOS 10.14 ("Mojave").
Tom Lane
2018-09-25
1
-1
/
+1
[next]