postgresql/src/include
Heikki Linnakangas c42438364c Move the line to undefine setlocale() macro on Win32 outside USE_REPL_SNPRINTF
ifdef block. It has nothing to do with whether the replacement snprintf
function is used. It caused no live bug, because the replacement snprintf
function is always used on Win32, but it was nevertheless misplaced.
2011-09-01 09:18:54 +03:00
..
access Force default wal_sync_method to be fdatasync on Linux. 2010-12-08 20:01:24 -05:00
bootstrap Update copyrights in source tree to 2008. 2008-01-01 19:46:01 +00:00
catalog Avoid changing an index's indcheckxmin horizon during REINDEX. 2011-04-19 18:51:12 -04:00
commands Fix dangling-pointer problem in before-row update trigger processing. 2011-02-21 21:18:25 -05:00
executor Fix an oversight in the support for storing/retrieving "minimal tuples" in 2009-03-30 04:09:09 +00:00
lib Update copyrights in source tree to 2008. 2008-01-01 19:46:01 +00:00
libpq When we are in error recursion trouble, arrange to suppress translation and 2009-03-02 21:18:50 +00:00
mb Replace argument-checking Asserts with regular test-and-elog checks in all 2009-01-29 19:23:58 +00:00
nodes Fix potential failure when hashing the output of a subplan that produces 2010-07-28 04:51:14 +00:00
optimizer Fix planner to restore its previous level of intelligence about pushing 2009-04-16 20:42:28 +00:00
parser Some more gitignore cleanups: cover contrib and PL regression test outputs. 2010-09-22 17:23:05 -04:00
port Force default wal_sync_method to be fdatasync on Linux. 2010-12-08 20:01:24 -05:00
postmaster Update copyrights in source tree to 2008. 2008-01-01 19:46:01 +00:00
regex Fix assorted security-grade bugs in the regex engine. All of these problems 2008-01-03 20:47:55 +00:00
rewrite Fix pull_up_simple_union_all to copy all rtable entries from child subquery to 2008-08-14 20:31:59 +00:00
snowball Update copyrights in source tree to 2008. 2008-01-01 19:46:01 +00:00
storage Widen the nLocks counts in local lock tables from int to int64. This 2008-09-16 01:56:35 +00:00
tcop Update copyrights in source tree to 2008. 2008-01-01 19:46:01 +00:00
tsearch Fix URL generation in headline. Only tag lexeme will be replaced by space. 2009-01-15 17:06:03 +00:00
utils Fix race condition in relcache init file invalidation. 2011-08-16 13:12:23 -04:00
.gitignore Convert cvsignore to gitignore, and add .gitignore for build targets. 2010-09-22 12:57:12 +02:00
c.h Don't pass an invalid file handle to dup2(). That causes a crash on 2010-04-01 20:12:34 +00:00
fmgr.h Update copyrights in source tree to 2008. 2008-01-01 19:46:01 +00:00
funcapi.h Update copyrights in source tree to 2008. 2008-01-01 19:46:01 +00:00
getaddrinfo.h Update copyrights in source tree to 2008. 2008-01-01 19:46:01 +00:00
getopt_long.h Update copyrights in source tree to 2008. 2008-01-01 19:46:01 +00:00
Makefile Install src/include/utils/fmgroids.h on VPATH builds too. 2009-07-20 20:38:58 +00:00
miscadmin.h Prevent indirect security attacks via changing session-local state within 2009-12-09 21:58:17 +00:00
pg_config.h.in Change /contrib to contrib for consistency. 2008-01-24 06:23:33 +00:00
pg_config.h.win32 Tag 8.3.15. 2011-04-15 00:18:15 -03:00
pg_config_manual.h Arrange for large sequential scans to synchronize with each other, so that 2007-06-08 18:23:53 +00:00
pg_trace.h Correct two more copyrights found by updated script. 2008-01-02 02:42:06 +00:00
pgstat.h Teach ANALYZE to distinguish dead and in-doubt tuples, which it formerly 2008-04-03 16:27:32 +00:00
pgtime.h Update copyrights in source tree to 2008. 2008-01-01 19:46:01 +00:00
port.h Move the line to undefine setlocale() macro on Win32 outside USE_REPL_SNPRINTF 2011-09-01 09:18:54 +03:00
postgres.h Update copyrights in source tree to 2008. 2008-01-01 19:46:01 +00:00
postgres_ext.h Move NAMEDATALEN definition from postgres_ext.h to pg_config_manual.h. It 2007-02-06 09:16:08 +00:00
postgres_fe.h Update copyrights in source tree to 2008. 2008-01-01 19:46:01 +00:00
rusagestub.h Update copyrights in source tree to 2008. 2008-01-01 19:46:01 +00:00