postgresql/src/backend
Tom Lane 09dfc3d704 On further reflection, we'd better do the same in int.c.
We previously heard of the same problem in int24div(), so there's not a
good reason to suppose the problem is confined to cases involving int8.
2011-03-11 19:04:10 -05:00
..
access The GiST scan algorithm uses LSNs to detect concurrent pages splits, but 2010-11-16 11:29:28 +02:00
bootstrap Convert cvsignore to gitignore, and add .gitignore for build targets. 2010-09-22 12:57:08 +02:00
catalog Add CheckTableNotInUse calls in DROP TABLE and DROP INDEX. 2011-02-15 15:50:06 -05:00
commands Don't throw a warning if vacuum sees PD_ALL_VISIBLE flag set on a page that 2011-03-08 20:30:09 +02:00
executor Fix dangling-pointer problem in before-row update trigger processing. 2011-02-21 21:18:19 -05:00
foreign Always pass catalog id to the options validator function specified in 2009-12-23 12:24:16 +00:00
lib Update copyright for 2009. 2009-01-01 17:24:05 +00:00
libpq Work around header misdefines in modern Windows SDK when _WIN32_WINNT is less than 0x0501. Only required for versions 8.2, 8.3 and 8.4., as we defined _WIN32_WINNT as 0x0501 after that. 2011-01-04 09:42:04 -05:00
main Update copyright for 2009. 2009-01-01 17:24:05 +00:00
nodes Add a stack overflow check to copyObject(). 2010-12-06 22:55:56 -05:00
optimizer Make reduce_outer_joins() smarter about semijoins. 2011-01-30 17:05:31 -05:00
parser Behave correctly if INSERT ... VALUES is decorated with additional clauses. 2010-10-02 20:02:41 -04:00
po Translation updates for release 8.4.7 2011-01-27 23:13:24 +02:00
port Convert cvsignore to gitignore, and add .gitignore for build targets. 2010-09-22 12:57:08 +02:00
postmaster Remove optreset from src/port/ implementations of getopt and getopt_long. 2010-12-16 16:22:18 -05:00
regex Change regexp engine's ccondissect/crevdissect routines to perform DFA 2010-02-01 02:45:35 +00:00
rewrite Make FOR UPDATE/SHARE in the primary query not propagate into WITH queries; 2009-10-27 17:11:30 +00:00
snowball Convert cvsignore to gitignore, and add .gitignore for build targets. 2010-09-22 12:57:08 +02:00
storage Don't throw a warning if vacuum sees PD_ALL_VISIBLE flag set on a page that 2011-03-08 20:30:09 +02:00
tcop Don't include <asm/ia64regs.h> unnecessarily. 2011-01-27 16:29:54 -05:00
tsearch Fix tsmatchsel() to account properly for null rows. 2011-02-17 19:01:01 -05:00
utils On further reflection, we'd better do the same in int.c. 2011-03-11 19:04:10 -05:00
.gitignore Convert cvsignore to gitignore, and add .gitignore for build targets. 2010-09-22 12:57:08 +02:00
common.mk Code coverage testing with gcov. Documentation is in the regression test 2008-09-05 12:11:18 +00:00
Makefile Well, the systemtap guys moved the goalposts again: with the latest version, 2010-01-20 23:12:15 +00:00
nls.mk Translation updates for 8.4.5 2010-09-30 23:31:19 +03:00