postgresql/src
Tom Lane a72dd7a9e4 Okay, I've had it with answering newbie questions about why plpgsql
FOR loops are giving weird syntax errors.  Restructure parsing of FOR
loops so that the integer-loop-vs-query-loop decision is driven off
the presence of '..' between IN and LOOP, rather than the presence
of a matching record/row variable name.  Hopefully this will make the
behavior a bit more transparent.
2004-07-04 02:49:04 +00:00
..
backend Fix no-longer-correct bit-pushing in TransactionIdSetStatus, per Alvaro. 2004-07-03 02:55:56 +00:00
bin Nested transactions. There is still much left to do, especially on the 2004-07-01 00:52:04 +00:00
corba make sure the $Id tags are converted to $PostgreSQL as well ... 2003-11-29 22:41:33 +00:00
include Add missing operators of the form interval-plus-datetime, as required for 2004-07-02 22:50:23 +00:00
interfaces Removed unused variable and added a typecast. 2004-07-01 18:32:58 +00:00
makefiles Rename irix5 port to irix. 2004-05-19 21:37:43 +00:00
pl Okay, I've had it with answering newbie questions about why plpgsql 2004-07-04 02:49:04 +00:00
port Revert mistaken #include change, per Merlin Moncure. 2004-06-30 15:30:41 +00:00
template Rename irix5 port to irix. 2004-05-19 21:37:43 +00:00
test Add missing operators of the form interval-plus-datetime, as required for 2004-07-02 22:50:23 +00:00
timezone Adjust our timezone library to use pg_time_t (typedef'd as int64) in 2004-06-03 02:08:07 +00:00
tools Fix to work better with Exuberant's version of ctags. 2004-06-25 22:00:40 +00:00
tutorial Replace TupleTableSlot convention for whole-row variables and function 2004-04-01 21:28:47 +00:00
utils For application to HEAD, following community review. 2004-02-25 19:41:23 +00:00
bcc32.mak $Header: -> $PostgreSQL Changes ... 2003-11-29 19:52:15 +00:00
DEVELOPERS just testing a script... 1999-07-30 03:45:57 +00:00
Makefile Integrate timezone library to be called only from Win32. 2004-04-30 04:31:52 +00:00
Makefile.global.in Move -lpgport to the beginning of the library list for win32 linking. 2004-06-02 21:05:52 +00:00
Makefile.shlib Rename irix5 port to irix. 2004-05-19 21:37:43 +00:00
nls-global.mk More locale fixes for pg_ctl. 2004-06-01 03:32:42 +00:00
win32.mak $Header: -> $PostgreSQL Changes ... 2003-11-29 19:52:15 +00:00