]> granicus.if.org Git - postgresql/history - src/pl
Fix initialization of fake LSN for unlogged relations
[postgresql] / src / pl /
2019-10-25 Amit KapilaMake the order of the header file includes consistent...
2019-10-07 Peter EisentrautSimplify PGAC_STRUCT_TIMEZONE Autoconf macro
2019-10-04 Robert HaasRename some toasting functions based on whether they...
2019-09-05 Robert HaasSplit tuptoaster.c into three separate files.
2019-08-21 Peter EisentrautRemove master/slave usage from plpgsql tests
2019-08-19 Michael PaquierFix inconsistencies and typos in the tree, take 11
2019-08-15 Tom LaneFix plpgsql to re-look-up composite type names at need.
2019-08-13 Michael PaquierFix inconsistencies and typos in the tree, take 10
2019-08-05 Michael PaquierFix inconsistencies and typos in the tree, take 9
2019-07-29 Michael PaquierFix inconsistencies and typos in the tree
2019-07-22 Michael PaquierFix inconsistencies and typos in the tree
2019-07-15 Tom LaneRepresent Lists as expansible arrays, not chains of...
2019-07-08 Michael PaquierFix inconsistencies in the code
2019-07-03 Tom LaneEnsure plpgsql result tuples have the right composite...
2019-06-17 Peter EisentrautTranslation updates
2019-06-17 Michael PaquierFix more typos and inconsistencies in the tree
2019-06-02 Tom LaneClean up PL/Perl's handling of the _() macro.
2019-05-31 Tom LaneFix C++ incompatibilities in plpgsql's header files.
2019-05-31 Tom LaneFix assorted header files that failed to compile standa...
2019-05-22 Tom LanePhase 2 pgindent run for v12.
2019-05-22 Tom LaneInitial pgindent run for v12.
2019-05-20 Peter EisentrautTranslation updates
2019-05-09 Peter EisentrautFix grammar in error message
2019-04-19 Tom LaneFix problems with auto-held portals.
2019-04-11 Tom LaneMove plpgsql error-trapping tests to a new module-speci...
2019-03-30 Peter EisentrautGenerated columns
2019-03-24 Peter EisentrautTransaction chaining
2019-03-15 Peter EisentrautPL/Tcl: Improve trigger tests organization
2019-03-14 Peter EisentrautRefactor ParamListInfo initialization
2019-02-25 Peter EisentrautRemove unnecessary use of PROCEDURAL
2019-02-13 Peter EisentrautMore unconstify use
2019-02-01 Alvaro HerreraRenaming for new subscripting mechanism
2019-01-29 Tom LaneRefactor planner's header files.
2019-01-26 Andres FreundChange function call information to be variable length.
2019-01-24 Peter EisentrautPL/pgSQL: Add statement ID to statement structures
2019-01-23 Heikki LinnakangasFix misc typos in comments.
2019-01-10 Tom LaneUse perfect hashing, instead of binary search, for...
2019-01-09 Tom LaneUpdate docs & tests to reflect that unassigned OLD...
2019-01-06 Tom LaneReplace the data structure used for keyword lookup.
2019-01-04 Tom LaneSupport plpgsql variable names that conflict with unres...
2019-01-02 Bruce MomjianUpdate copyright for 2019
2018-12-30 Michael PaquierTrigger stmt_beg and stmt_end for top-level statement...
2018-12-19 Tom LaneMake type "name" collation-aware.
2018-12-13 Tom LaneDrop no-op CoerceToDomain nodes from expressions at...
2018-12-06 Michael PaquierFix some errhint and errdetail strings missing a period
2018-11-21 Andres FreundRemove WITH OIDS support, change oid catalog column...
2018-11-18 Andrew Dunstanfix typo
2018-11-18 Andrew DunstanSilence MSVC warnings about redefinition of isnan
2018-11-10 Tom LaneFix error-cleanup mistakes in exec_stmt_call().
2018-11-04 Tom LaneFix bugs in plpgsql's handling of CALL argument lists.
2018-10-18 Tom LaneStill further rethinking of build changes for macOS...
2018-10-08 Tom LaneFix omissions in snprintf.c's coverage of standard...
2018-10-08 Tom LaneAdvance transaction timestamp for intra-procedure trans...
2018-10-05 Tom LaneEnsure that PLPGSQL_DTYPE_ROW variables have valid...
2018-10-02 Andres FreundUse slots more widely in tuple mapping code and make...
2018-09-26 Tom LaneClean up *printf macros to avoid conflict with format...
2018-09-26 Tom LaneImplement %m in src/port/snprintf.c, and teach elog...
2018-09-26 Tom LaneAlways use our own versions of *printf().
2018-09-26 Tom LaneConvert elog.c's useful_strerror() into a globally...
2018-09-25 Tom LaneMake some fixes to allow building Postgres on macOS...
2018-09-16 Andrew GierthFix out-of-tree build for transform modules.
2018-09-07 Peter EisentrautUse C99 designated initializers for some structs
2018-09-05 Peter EisentrautPL/Python: Remove use of simple slicing API
2018-08-27 Peter EisentrautFix snapshot leak warning for some procedures
2018-08-24 Andres FreundRemove test for VA_ARGS, implied by C99.
2018-08-23 Peter EisentrautPL/pgSQL: Extend test case
2018-07-26 Tom LaneProvide plpgsql tests for cases involving record field...
2018-07-24 Tomas VondraAdd strict_multi_assignment and too_many_rows plpgsql...
2018-07-23 Andres FreundMop-up for 3522d0eaba5, which missed some alternative...
2018-07-22 Andres FreundDeduplicate "invalid input syntax" messages for various...
2018-07-18 Heikki LinnakangasFix misc typos, mostly in comments.
2018-07-13 Peter EisentrautProhibit transaction commands in security definer proce...
2018-07-06 Peter EisentrautFix assert in nested SQL procedure call
2018-06-26 Peter EisentrautReword SPI_ERROR_TRANSACTION errors in PL/pgSQL
2018-06-18 Tom LaneAllow plperl_sv_to_datum to look through scalar refs.
2018-05-27 Andrew DunstanDon't fall off the end of perl functions
2018-05-25 Tom LaneFix misidentification of SQL statement type in plpgsql...
2018-05-21 Peter EisentrautTranslation updates
2018-05-18 Tom LaneSmall improvement for plpgsql regression test.
2018-05-16 Tom LaneDetoast plpgsql variables if they might live across...
2018-05-07 Andrew DunstanClean up some perlcritic warnings
2018-05-04 Peter EisentrautUpdate expected files for older Python versions
2018-05-03 Peter EisentrautTweak tests to support Python 3.7
2018-05-02 Tom LaneSuppress some compiler warnings in plperl on Windows.
2018-05-01 Tom LaneClean up warnings from -Wimplicit-fallthrough.
2018-04-30 Peter EisentrautRemove plperl isnan hack
2018-04-27 Peter Eisentrautperltidy: Add option --nooutdent-long-comments
2018-04-26 Tom LanePost-feature-freeze pgindent run.
2018-04-14 Peter EisentrautSupport named and default arguments in CALL
2018-04-12 Tom LaneFix YA parallel-make hazard, this one in "make check...
2018-04-12 Simon RiggsRevert MERGE patch
2018-04-10 Tom LanePut back parallel-safety guards in plpython and src...
2018-04-09 Tom LaneFix partial-build problems introduced by having more...
2018-04-08 Tom LaneMerge catalog/pg_foo_fn.h headers back into pg_foo...
2018-04-05 Peter EisentrautPL/pgSQL: Add support for SET TRANSACTION
2018-04-05 Peter EisentrautFix plan cache issue in PL/pgSQL CALL
2018-04-03 Simon RiggsMERGE SQL Command following SQL:2016
2018-04-02 Simon RiggsRevert "Modified files for MERGE"
2018-04-02 Simon RiggsModified files for MERGE
2018-04-01 Tom LaneFix a boatload of typos in C comments.
next