TopicMailing ListsActivityParticipants
2 commits
Complain if a function-in-FROM returns a set when it shouldn't.
master14beta1REL_19_STABLE14beta1REL_18_STABLE14beta1REL_17_STABLE14beta1REL_16_STABLE14beta1REL_15_STABLE14beta1REL_14_STABLE14beta1
Properly mark pg_stat_get_subscription() as returning a set.
master14beta1REL_19_STABLE14beta1REL_18_STABLE14beta1REL_17_STABLE14beta1REL_16_STABLE14beta1REL_15_STABLE14beta1REL_14_STABLE14beta1
Why isn't pg_stat_get_subscription() marked as proretset?
Why isn't pg_stat_get_subscription() marked as proretset?
hackers
1 reply
Mar 08, 2021
Tom Lane
pgsql: Add binary I/O capability for cube datatype.
comitters
0 replies
Mar 06, 2021
Tom Lane
comitters
0 replies
Mar 05, 2021
Tom Lane
comitters
0 replies
Mar 05, 2021
Tom Lane
pgsql: Add trim_array() function.
comitters
0 replies
Mar 03, 2021
Tom Lane
comitters
0 replies
Mar 03, 2021
Tom Lane
1 commit
Silence perlcritic warning in commit ee28cacf6.
master14beta1REL_19_STABLE14beta1REL_18_STABLE14beta1REL_17_STABLE14beta1REL_16_STABLE14beta1REL_15_STABLE14beta1REL_14_STABLE14beta1
pgsql: Extend the abilities of libpq's target_session_attrs parameter.
pgsql: Extend the abilities of libpq's target_session_attrs parameter.
comitters
2 replies
Mar 03, 2021
Tom LaneMichael Paquier
pgsql: Silence perlcritic warning in commit ee28cacf6.
comitters
0 replies
Mar 03, 2021
Tom Lane
comitters
0 replies
Mar 02, 2021
Tom Lane
comitters
0 replies
Mar 02, 2021
Tom Lane
comitters
0 replies
Mar 02, 2021
Tom Lane
comitters
0 replies
Mar 02, 2021
Tom Lane
comitters
0 replies
Mar 01, 2021
Tom Lane
2 commits
Improve performance of regular expression back-references.
master14beta1REL_19_STABLE14beta1REL_18_STABLE14beta1REL_17_STABLE14beta1REL_16_STABLE14beta1REL_15_STABLE14beta1REL_14_STABLE14beta1
Fix semantics of regular expression back-references.
master14beta1REL_19_STABLE14beta1REL_18_STABLE14beta1REL_17_STABLE14beta1REL_16_STABLE14beta1REL_15_STABLE14beta1REL_14_STABLE14beta1
2021-03Committed
Patch#3021
CINot processed
ReviewersJoel Jacobson (joeljacobson)
CommitterTom Lane (tgl)
Regex back-reference semantics and performance
Regex back-reference semantics and performance
hackers
2 replies
Mar 01, 2021
Tom LaneJoel Jacobson