index
:
postgresql-pgindent.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
Release_1_0_3
WIN32_DEV
ecpg_big_bison
master
master-pgindent
Auto-updated pgindent branches
git repository user
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
pl
Age
Commit message (
Expand
)
Author
2011-08-18
Change PyInit_plpy to external linkage
Peter Eisentraut
2011-08-18
Hide unused variable warnings under Python 3
Peter Eisentraut
2011-08-17
Fix two issues in plpython's handling of composite results.
Tom Lane
2011-08-17
Properly handle empty arrays returned from plperl functions.
Andrew Dunstan
2011-08-17
Translation updates
Peter Eisentraut
2011-08-04
Restore the primacy of postgres.h in plpython.c.
Andrew Dunstan
2011-07-18
Add GET STACKED DIAGNOSTICS plpgsql command to retrieve exception info.
Tom Lane
2011-07-16
Replace errdetail("%s", ...) with errdetail_internal("%s", ...).
Tom Lane
2011-07-09
Try to acquire relation locks in RangeVarGetRelid.
Robert Haas
2011-07-04
Move Trigger and TriggerDesc structs out of rel.h into a new reltrigger.h
Alvaro Herrera
2011-07-03
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-06-27
Allow callers to pass a missing_ok flag when opening a relation.
Robert Haas
2011-06-26
Add the possibility to pass --flag arguments to xgettext calls
Peter Eisentraut
2011-06-26
Refactor common gettext triggers
Peter Eisentraut
2011-06-26
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-09
Translation updates for 9.1beta2
Peter Eisentraut
2011-06-09
Pgindent run before 9.1 beta2.
Bruce Momjian
2011-06-04
Allow building with perl 5.14.
Andrew Dunstan
2011-05-30
Remove usage of &PL_sv_undef in hashes and arrays
Alvaro Herrera
2011-05-23
Make plpgsql complain about conflicting IN and OUT parameter names.
Tom Lane
2011-05-22
Make plpgsql provide the typmods for its variables to the main parser.
Tom Lane
2011-05-20
Message style improvements
Peter Eisentraut
2011-05-19
Fix declaration of $_TD in "strict" trigger functions
Alvaro Herrera
2011-05-01
Catch errors in for loop in makefile
Peter Eisentraut
2011-05-01
Rewrite installation makefile rules without for loops
Peter Eisentraut
2011-04-28
Use a macro variable PG_PRINTF_ATTRIBUTE for the style used for checking prin...
Andrew Dunstan
2011-04-25
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-20
Fix PL/Python traceback for error in separate file
Peter Eisentraut
2011-04-17
Support a COLLATE clause in plpgsql variable declarations.
Tom Lane
2011-04-16
Set client encoding explicitly in plpython_unicode test
Peter Eisentraut
2011-04-12
Pass collations to functions in FunctionCallInfoData, not FmgrInfo.
Tom Lane
2011-04-11
Clean up most -Wunused-but-set-variable warnings from gcc 4.6
Peter Eisentraut
2011-04-10
pgindent run before PG 9.1 beta 1.
Bruce Momjian
2011-04-08
Fix some sloppiness in new PL/python get_source_line() function.
Robert Haas
2011-04-07
Revise the API for GUC variable assign hooks.
Tom Lane
2011-04-06
Update regression test files for PL/Python traceback patch
Peter Eisentraut
2011-04-06
Add traceback information to PL/Python errors
Peter Eisentraut
2011-03-31
Don't leak the temporary PLyProcedure struct we create for inline plpython
Heikki Linnakangas
2011-03-27
Fix plpgsql to release SPI plans when a function or DO block is freed.
Tom Lane
2011-03-26
Clean up cruft around collation initialization for tupdescs and scankeys.
Tom Lane
2011-03-25
Fix collation handling in plpgsql functions.
Tom Lane
2011-03-20
Revise collation derivation method and expression-tree representation.
Tom Lane
2011-03-17
Fix PL/Python memory leak involving array slices
Alvaro Herrera
2011-03-16
Add hint suggesting the use of EXECUTE CREATE TABLE ... AS for EXECUTE INTO.
Bruce Momjian
2011-03-11
Split CollateClause into separate raw and analyzed node types.
Tom Lane
2011-03-10
Remove collation information from TypeName, where it does not belong.
Tom Lane
[next]