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
*
Use the proper macro to convert a bool to a Datum.
Tom Lane
2011-11-27
1
-3
/
+2
*
Use the right interpreter for encoding test.
Andrew Dunstan
2011-11-26
2
-2
/
+2
*
Use the preferred version of xsubpp, not necessarily the one that came with the
Andrew Dunstan
2011-11-26
1
-2
/
+5
*
Ensure plperl strings are always correctly UTF8 encoded.
Andrew Dunstan
2011-11-26
4
-2
/
+32
*
Preserve SQLSTATE when an SPI error is propagated through PL/python
Heikki Linnakangas
2011-11-24
4
-6
/
+72
*
Further code review for range types patch.
Tom Lane
2011-11-20
1
-4
/
+4
*
In plpgsql, allow foreign tables to define row types.
Tom Lane
2011-11-12
1
-4
/
+6
*
Only install the extension files for the current Python major version
Peter Eisentraut
2011-11-09
1
-3
/
+4
*
Support range data types.
Heikki Linnakangas
2011-11-03
1
-2
/
+8
*
Clean up whitespace and indentation in parser and scanner files
Peter Eisentraut
2011-11-01
1
-12
/
+12
*
Avoid recursion while processing ELSIF lists in plpgsql.
Tom Lane
2011-10-27
4
-50
/
+66
*
Fix up Perl-to-Postgres datatype conversions in pl/perl.
Tom Lane
2011-10-13
5
-130
/
+289
*
Remember the source GucContext for each GUC parameter.
Tom Lane
2011-10-04
6
-8
/
+6
*
Remove the custom_variable_classes parameter.
Tom Lane
2011-10-04
6
-6
/
+6
*
Speed up array element assignment in plpgsql by caching type information.
Tom Lane
2011-09-26
3
-38
/
+76
*
Fix another Assert issue exposed by CLOBBER_CACHE_ALWAYS.
Tom Lane
2011-09-18
1
-1
/
+0
*
Ensure generic plan gets used for a plpgsql expression with no parameters.
Tom Lane
2011-09-16
1
-7
/
+20
*
Redesign the plancache mechanism for more flexibility and efficiency.
Tom Lane
2011-09-16
4
-83
/
+178
*
Guard against using plperl's Makefile without specifying --with-perl.
Tom Lane
2011-09-04
1
-0
/
+4
*
Clean up the #include mess a little.
Tom Lane
2011-09-04
2
-0
/
+2
*
Remove unnecessary #include references, per pgrminclude script.
Bruce Momjian
2011-09-01
3
-10
/
+0
*
Add another marker.
Bruce Momjian
2011-08-26
1
-1
/
+1
*
Change PyInit_plpy to external linkage
Peter Eisentraut
2011-08-18
1
-1
/
+7
*
Hide unused variable warnings under Python 3
Peter Eisentraut
2011-08-18
1
-1
/
+3
*
Fix two issues in plpython's handling of composite results.
Tom Lane
2011-08-17
3
-30
/
+120
*
Properly handle empty arrays returned from plperl functions.
Andrew Dunstan
2011-08-17
1
-3
/
+7
*
Translation updates
Peter Eisentraut
2011-08-17
9
-733
/
+1706
*
Restore the primacy of postgres.h in plpython.c.
Andrew Dunstan
2011-08-04
1
-28
/
+67
*
Add GET STACKED DIAGNOSTICS plpgsql command to retrieve exception info.
Tom Lane
2011-07-18
5
-27
/
+198
*
Replace errdetail("%s", ...) with errdetail_internal("%s", ...).
Tom Lane
2011-07-16
2
-3
/
+3
*
Try to acquire relation locks in RangeVarGetRelid.
Robert Haas
2011-07-08
1
-8
/
+4
*
Move Trigger and TriggerDesc structs out of rel.h into a new reltrigger.h
Alvaro Herrera
2011-07-04
5
-0
/
+5
*
Put comments on the installable procedural languages.
Tom Lane
2011-07-03
8
-0
/
+16
*
Make distprep and *clean build targets recurse into all subdirectories.
Tom Lane
2011-07-03
2
-13
/
+22
*
Allow callers to pass a missing_ok flag when opening a relation.
Robert Haas
2011-06-27
1
-2
/
+2
*
Add the possibility to pass --flag arguments to xgettext calls
Peter Eisentraut
2011-06-27
4
-0
/
+8
*
Refactor common gettext triggers
Peter Eisentraut
2011-06-27
4
-4
/
+4
*
Make _ be automatically included in GETTEXT_TRIGGERS
Peter Eisentraut
2011-06-26
1
-1
/
+1
*
Replace := by = in nls.mk files
Peter Eisentraut
2011-06-26
4
-16
/
+16
*
Remove some cruft from nls.mk files
Peter Eisentraut
2011-06-26
1
-3
/
+0
*
Translation updates for 9.1beta2
Peter Eisentraut
2011-06-09
36
-1644
/
+6685
*
Pgindent run before 9.1 beta2.
Bruce Momjian
2011-06-09
4
-13
/
+16
*
Allow building with perl 5.14.
Andrew Dunstan
2011-06-04
2
-1
/
+6
*
Remove usage of &PL_sv_undef in hashes and arrays
Alvaro Herrera
2011-05-30
1
-3
/
+13
*
Make plpgsql complain about conflicting IN and OUT parameter names.
Tom Lane
2011-05-23
1
-2
/
+28
*
Make plpgsql provide the typmods for its variables to the main parser.
Tom Lane
2011-05-22
3
-21
/
+64
*
Message style improvements
Peter Eisentraut
2011-05-21
2
-2
/
+2
*
Fix declaration of $_TD in "strict" trigger functions
Alvaro Herrera
2011-05-18
4
-3
/
+59
*
Catch errors in for loop in makefile
Peter Eisentraut
2011-05-02
1
-1
/
+1
*
Rewrite installation makefile rules without for loops
Peter Eisentraut
2011-05-02
4
-16
/
+4
[next]