postgresql/src
Tom Lane 912c27f9c2 Split out everything that looks like a function call from c_expr into
a separate production func_expr.  This allows us to accept all these
variants in the backwards-compatible syntax for creating a functional
index; which beats documenting exactly which things work and which don't.
Interestingly, it also seems to make the generated state machine a little
bit smaller.
2004-09-29 23:39:20 +00:00
..
backend Split out everything that looks like a function call from c_expr into 2004-09-29 23:39:20 +00:00
bin An include path got missed out of the patch - see the attached fix. 2004-09-28 16:17:26 +00:00
corba
include Minor adjustments to improve the accuracy of our computation of required 2004-09-29 15:15:56 +00:00
interfaces Revert patch that removed BUFSIZ usage. The memory has to hold the 2004-09-28 00:07:01 +00:00
makefiles Fix shared library linking operations to work properly on all (or at 2004-09-02 23:06:43 +00:00
pl Persuade plpython to build on OS X. 2004-09-24 20:08:42 +00:00
port Revert patch that removed BUFSIZ usage. The memory has to hold the 2004-09-28 00:07:01 +00:00
template Fix TAS assembly stuff for Solaris/386. (I'm not in a position to 2004-09-24 00:21:32 +00:00
test Okay, I'm tired of reading gripes from OS X users ... add a regression 2004-09-24 04:58:46 +00:00
timezone Remove inclusion of windows.h now that it is included in c.h, per idea 2004-09-27 19:16:03 +00:00
tools Use <> not "" for include of pthread.h. 2004-09-26 01:40:55 +00:00
tutorial Pgindent run for 8.0. 2004-08-29 05:07:03 +00:00
utils
bcc32.mak
DEVELOPERS
Makefile > Please find enclose a submission to fix these problems. 2004-08-20 20:13:10 +00:00
Makefile.global.in Move comment at end of line to a separate line so trailing tabs don't 2004-09-18 13:28:54 +00:00
Makefile.shlib Fix shared library linking operations to work properly on all (or at 2004-09-02 23:06:43 +00:00
nls-global.mk
win32.mak