]> granicus.if.org Git - postgresql/commit
Extend pgbench's expression syntax to support a few built-in functions.
authorRobert Haas <rhaas@postgresql.org>
Tue, 1 Mar 2016 18:04:09 +0000 (13:04 -0500)
committerRobert Haas <rhaas@postgresql.org>
Tue, 1 Mar 2016 18:08:30 +0000 (13:08 -0500)
commit7e137f846df2431ce9c61202dcea21ee4a6d7822
treedc4119bd7990deb5142971d5918885acc35859a4
parentbd6cf3f237c9aeb4dad1ac3ec2008c5768fe4c1b
Extend pgbench's expression syntax to support a few built-in functions.

Fabien Coelho, reviewed mostly by Michael Paquier and me, but also by
Heikki Linnakangas, BeomYong Lee, Kyotaro Horiguchi, Oleksander
Shulgin, and Álvaro Herrera.
doc/src/sgml/ref/pgbench.sgml
src/bin/pgbench/exprparse.y
src/bin/pgbench/exprscan.l
src/bin/pgbench/pgbench.c
src/bin/pgbench/pgbench.h