index
:
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
REL_16_STABLE
REL_17_STABLE
REL_18_STABLE
Release_1_0_3
WIN32_DEV
ecpg_big_bison
master
This is the main PostgreSQL git repository.
git repository user
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
pl
Age
Commit message (
Expand
)
Author
2019-05-22
Initial pgindent run for v12.
Tom Lane
2019-05-20
Translation updates
Peter Eisentraut
2019-05-09
Fix grammar in error message
Peter Eisentraut
2019-04-19
Fix problems with auto-held portals.
Tom Lane
2019-04-11
Move plpgsql error-trapping tests to a new module-specific test file.
Tom Lane
2019-03-30
Generated columns
Peter Eisentraut
2019-03-24
Transaction chaining
Peter Eisentraut
2019-03-15
PL/Tcl: Improve trigger tests organization
Peter Eisentraut
2019-03-14
Refactor ParamListInfo initialization
Peter Eisentraut
2019-02-25
Remove unnecessary use of PROCEDURAL
Peter Eisentraut
2019-02-13
More unconstify use
Peter Eisentraut
2019-02-01
Renaming for new subscripting mechanism
Alvaro Herrera
2019-01-29
Refactor planner's header files.
Tom Lane
2019-01-26
Change function call information to be variable length.
Andres Freund
2019-01-24
PL/pgSQL: Add statement ID to statement structures
Peter Eisentraut
2019-01-23
Fix misc typos in comments.
Heikki Linnakangas
2019-01-10
Use perfect hashing, instead of binary search, for keyword lookup.
Tom Lane
2019-01-09
Update docs & tests to reflect that unassigned OLD/NEW are now NULL.
Tom Lane
2019-01-06
Replace the data structure used for keyword lookup.
Tom Lane
2019-01-04
Support plpgsql variable names that conflict with unreserved SQL keywords.
Tom Lane
2019-01-02
Update copyright for 2019
Bruce Momjian
2018-12-30
Trigger stmt_beg and stmt_end for top-level statement blocks of PL/pgSQL
Michael Paquier
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
[next]