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
2018-12-19
Make type "name" collation-aware.
Tom Lane
2018-12-13
Drop no-op CoerceToDomain nodes from expressions at planning time.
Tom Lane
2018-12-06
Fix some errhint and errdetail strings missing a period
Michael Paquier
2018-11-21
Remove WITH OIDS support, change oid catalog column visibility.
Andres Freund
2018-11-18
fix typo
Andrew Dunstan
2018-11-18
Silence MSVC warnings about redefinition of isnan
Andrew Dunstan
2018-11-10
Fix error-cleanup mistakes in exec_stmt_call().
Tom Lane
2018-11-04
Fix bugs in plpgsql's handling of CALL argument lists.
Tom Lane
2018-10-18
Still further rethinking of build changes for macOS Mojave.
Tom Lane
2018-10-08
Fix omissions in snprintf.c's coverage of standard *printf functions.
Tom Lane
2018-10-08
Advance transaction timestamp for intra-procedure transactions.
Tom Lane
2018-10-05
Ensure that PLPGSQL_DTYPE_ROW variables have valid refname fields.
Tom Lane
2018-10-02
Use slots more widely in tuple mapping code and make naming more consistent.
Andres Freund
2018-09-26
Clean up *printf macros to avoid conflict with format archetypes.
Tom Lane
2018-09-26
Implement %m in src/port/snprintf.c, and teach elog.c to rely on that.
Tom Lane
2018-09-26
Always use our own versions of *printf().
Tom Lane
2018-09-26
Convert elog.c's useful_strerror() into a globally-used strerror wrapper.
Tom Lane
2018-09-25
Make some fixes to allow building Postgres on macOS 10.14 ("Mojave").
Tom Lane
2018-09-16
Fix out-of-tree build for transform modules.
Andrew Gierth
2018-09-07
Use C99 designated initializers for some structs
Peter Eisentraut
2018-09-05
PL/Python: Remove use of simple slicing API
Peter Eisentraut
2018-08-27
Fix snapshot leak warning for some procedures
Peter Eisentraut
2018-08-24
Remove test for VA_ARGS, implied by C99.
Andres Freund
2018-08-23
PL/pgSQL: Extend test case
Peter Eisentraut
2018-07-26
Provide plpgsql tests for cases involving record field changes.
Tom Lane
2018-07-24
Add strict_multi_assignment and too_many_rows plpgsql checks
Tomas Vondra
2018-07-23
Mop-up for 3522d0eaba5, which missed some alternative output files.
Andres Freund
2018-07-22
Deduplicate "invalid input syntax" messages for various types.
Andres Freund
2018-07-18
Fix misc typos, mostly in comments.
Heikki Linnakangas
2018-07-13
Prohibit transaction commands in security definer procedures
Peter Eisentraut
2018-07-06
Fix assert in nested SQL procedure call
Peter Eisentraut
2018-06-26
Reword SPI_ERROR_TRANSACTION errors in PL/pgSQL
Peter Eisentraut
2018-06-18
Allow plperl_sv_to_datum to look through scalar refs.
Tom Lane
2018-05-27
Don't fall off the end of perl functions
Andrew Dunstan
2018-05-25
Fix misidentification of SQL statement type in plpgsql's exec_stmt_execsql.
Tom Lane
2018-05-21
Translation updates
Peter Eisentraut
2018-05-18
Small improvement for plpgsql regression test.
Tom Lane
2018-05-16
Detoast plpgsql variables if they might live across a transaction boundary.
Tom Lane
2018-05-07
Clean up some perlcritic warnings
Andrew Dunstan
2018-05-04
Update expected files for older Python versions
Peter Eisentraut
2018-05-03
Tweak tests to support Python 3.7
Peter Eisentraut
2018-05-02
Suppress some compiler warnings in plperl on Windows.
Tom Lane
2018-05-01
Clean up warnings from -Wimplicit-fallthrough.
Tom Lane
2018-04-30
Remove plperl isnan hack
Peter Eisentraut
2018-04-27
perltidy: Add option --nooutdent-long-comments
Peter Eisentraut
2018-04-26
Post-feature-freeze pgindent run.
Tom Lane
2018-04-14
Support named and default arguments in CALL
Peter Eisentraut
2018-04-12
Fix YA parallel-make hazard, this one in "make check" in plpython.
Tom Lane
2018-04-12
Revert MERGE patch
Simon Riggs
2018-04-10
Put back parallel-safety guards in plpython and src/test/regress/.
Tom Lane
[next]