postgresql/src
Tom Lane cf63c641ca Fix portability issue in ordered-set patch.
Overly compact coding in makeOrderedSetArgs() led to a platform dependency:
if the compiler chose to execute the subexpressions in the wrong order,
list_length() might get applied to an already-modified List, giving a
value we didn't want.  Per buildfarm.
2013-12-23 20:24:07 -05:00
..
backend Fix portability issue in ordered-set patch. 2013-12-23 20:24:07 -05:00
bin Support ordered-set (WITHIN GROUP) aggregates. 2013-12-23 16:11:35 -05:00
common
include Support ordered-set (WITHIN GROUP) aggregates. 2013-12-23 16:11:35 -05:00
interfaces C comment: again update comment for pg_fe_sendauth for error cases 2013-12-03 11:42:18 -05:00
makefiles Remove leftovers of IRIX port 2013-11-12 06:39:36 -05:00
pl Change the way we mark tuples as frozen. 2013-12-22 15:49:09 -05:00
port Fix incorrect error message reported for non-existent users 2013-12-18 12:16:21 -05:00
template Remove leftovers of IRIX port 2013-11-12 06:39:36 -05:00
test Support ordered-set (WITHIN GROUP) aggregates. 2013-12-23 16:11:35 -05:00
timezone Update time zone data files to tzdata release 2013h. 2013-12-01 14:11:44 -05:00
tools pg_prewarm, a contrib module for prewarming relationd data. 2013-12-20 08:14:13 -05:00
tutorial
.gitignore
bcc32.mak
DEVELOPERS
Makefile
Makefile.global.in build: pass EXTRA_REGRESS_OPTS to secondary regression tests 2013-12-04 10:14:45 -05:00
Makefile.shlib
nls-global.mk
win32.mak