postgresql/src
Robert Haas 878fdcb843 pgbench: Add a real expression syntax to \set
Previously, you could do \set variable operand1 operator operand2, but
nothing more complicated.  Now, you can \set variable expression, which
makes it much simpler to do multi-step calculations here.  This also
adds support for the modulo operator (%), with the same semantics as in
C.

Robert Haas and Fabien Coelho, reviewed by Álvaro Herrera and
Stephen Frost
2015-03-02 14:21:41 -05:00
..
backend Fix targetRelation initializiation in prepsecurity 2015-03-01 15:27:26 -05:00
bin Fix pg_dump handling of extension config tables 2015-03-02 14:12:21 -05:00
common Unlink static libraries before rebuilding them. 2015-03-01 13:05:23 -05:00
include Use the typcache to cache constraints for domain types. 2015-03-01 14:06:55 -05:00
interfaces Remove null-pointer checks that are not needed. 2015-02-25 11:50:28 +01:00
makefiles Revert haphazard pgxs makefile changes 2014-12-04 08:07:59 -05:00
pl Track typmods in plpgsql expression evaluation and assignment. 2015-02-28 14:34:35 -05:00
port Unlink static libraries before rebuilding them. 2015-03-01 13:05:23 -05:00
template Remove duplicate specification of -Ae for HP-UX C compiler. 2015-01-13 22:52:11 -05:00
test Use the typcache to cache constraints for domain types. 2015-03-01 14:06:55 -05:00
timezone Update time zone data files to tzdata release 2015a. 2015-01-30 22:45:44 -05:00
tools pgbench: Add a real expression syntax to \set 2015-03-02 14:21:41 -05:00
tutorial Update copyright for 2015 2015-01-06 11:43:47 -05:00
.gitignore
bcc32.mak
DEVELOPERS
Makefile Create libpgcommon, and move pg_malloc et al to it 2013-02-12 11:21:05 -03:00
Makefile.global.in Fix installcheck case for tap tests 2014-12-24 10:31:36 -05:00
Makefile.shlib Unlink static libraries before rebuilding them. 2015-03-01 13:05:23 -05:00
nls-global.mk Setup error context callback for transaction lock waits 2014-03-19 15:10:36 -03:00
win32.mak