index
:
postgresql
REL_16_STABLE
master
postgresql mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
pl
Commit message (
Expand
)
Author
Age
*
Try to acquire relation locks in RangeVarGetRelid.
Robert Haas
2011-07-08
*
Move Trigger and TriggerDesc structs out of rel.h into a new reltrigger.h
Alvaro Herrera
2011-07-04
*
Put comments on the installable procedural languages.
Tom Lane
2011-07-03
*
Make distprep and *clean build targets recurse into all subdirectories.
Tom Lane
2011-07-03
*
Allow callers to pass a missing_ok flag when opening a relation.
Robert Haas
2011-06-27
*
Add the possibility to pass --flag arguments to xgettext calls
Peter Eisentraut
2011-06-27
*
Refactor common gettext triggers
Peter Eisentraut
2011-06-27
*
Make _ be automatically included in GETTEXT_TRIGGERS
Peter Eisentraut
2011-06-26
*
Replace := by = in nls.mk files
Peter Eisentraut
2011-06-26
*
Remove some cruft from nls.mk files
Peter Eisentraut
2011-06-26
*
Translation updates for 9.1beta2
Peter Eisentraut
2011-06-09
*
Pgindent run before 9.1 beta2.
Bruce Momjian
2011-06-09
*
Allow building with perl 5.14.
Andrew Dunstan
2011-06-04
*
Remove usage of &PL_sv_undef in hashes and arrays
Alvaro Herrera
2011-05-30
*
Make plpgsql complain about conflicting IN and OUT parameter names.
Tom Lane
2011-05-23
*
Make plpgsql provide the typmods for its variables to the main parser.
Tom Lane
2011-05-22
*
Message style improvements
Peter Eisentraut
2011-05-21
*
Fix declaration of $_TD in "strict" trigger functions
Alvaro Herrera
2011-05-18
*
Catch errors in for loop in makefile
Peter Eisentraut
2011-05-02
*
Rewrite installation makefile rules without for loops
Peter Eisentraut
2011-05-02
*
Use a macro variable PG_PRINTF_ATTRIBUTE for the style used for checking prin...
Andrew Dunstan
2011-04-28
*
Assorted minor changes to silence Windows compiler warnings.
Andrew Dunstan
2011-04-25
*
Prevent perl header overriding our *snprintf macros, and give it a usable PER...
Andrew Dunstan
2011-04-25
*
Fix PL/Python traceback for error in separate file
Peter Eisentraut
2011-04-20
*
Support a COLLATE clause in plpgsql variable declarations.
Tom Lane
2011-04-17
*
Set client encoding explicitly in plpython_unicode test
Peter Eisentraut
2011-04-16
*
Pass collations to functions in FunctionCallInfoData, not FmgrInfo.
Tom Lane
2011-04-12
*
Clean up most -Wunused-but-set-variable warnings from gcc 4.6
Peter Eisentraut
2011-04-11
*
pgindent run before PG 9.1 beta 1.
Bruce Momjian
2011-04-10
*
Fix some sloppiness in new PL/python get_source_line() function.
Robert Haas
2011-04-08
*
Revise the API for GUC variable assign hooks.
Tom Lane
2011-04-07
*
Update regression test files for PL/Python traceback patch
Peter Eisentraut
2011-04-06
*
Add traceback information to PL/Python errors
Peter Eisentraut
2011-04-06
*
Don't leak the temporary PLyProcedure struct we create for inline plpython
Heikki Linnakangas
2011-03-31
*
Fix plpgsql to release SPI plans when a function or DO block is freed.
Tom Lane
2011-03-27
*
Clean up cruft around collation initialization for tupdescs and scankeys.
Tom Lane
2011-03-26
*
Fix collation handling in plpgsql functions.
Tom Lane
2011-03-25
*
Revise collation derivation method and expression-tree representation.
Tom Lane
2011-03-19
*
Fix PL/Python memory leak involving array slices
Alvaro Herrera
2011-03-17
*
Add hint suggesting the use of EXECUTE CREATE TABLE ... AS for EXECUTE INTO.
Bruce Momjian
2011-03-15
*
Split CollateClause into separate raw and analyzed node types.
Tom Lane
2011-03-11
*
Remove collation information from TypeName, where it does not belong.
Tom Lane
2011-03-09
*
Fix behavior when raising plpy.Fatal()
Peter Eisentraut
2011-03-07
*
Report Python errors from iterators with PLy_elog
Peter Eisentraut
2011-03-07
*
Suppress some "variable might be clobbered by longjmp" warnings.
Tom Lane
2011-03-06
*
Fix parallel gmake for extension directory addition in PL languages.
Bruce Momjian
2011-03-05
*
Make plpythonu language use plpython2 shared library directly.
Tom Lane
2011-03-05
*
Create extension infrastructure for the core procedural languages.
Tom Lane
2011-03-04
*
Add a comment explaining the recent fix for plpython breakage in commit 4c966d9.
Andrew Dunstan
2011-03-03
*
Fix plpython breakage detected on certain Fedora machines on buildfarm.
Andrew Dunstan
2011-03-01
[next]