postgresql/src/include
Tom Lane 1e8ae13640 Don't try to call posix_fadvise() unless <fcntl.h> supplies a declaration
for it.  Hopefully will fix core dump evidenced by some buildfarm members
since fadvise patch went in.  The actual definition of the function is not
ABI-compatible with compiler's default assumption in the absence of any
declaration, so it's clearly unsafe to try to call it without seeing a
declaration.
2006-06-18 18:30:21 +00:00
..
access Fix problems with cached tuple descriptors disappearing while still in use 2006-06-16 18:42:24 +00:00
bootstrap Make all our flex and bison files use %option prefix or %name-prefix 2006-03-07 01:03:12 +00:00
catalog Make the planner estimate costs for nestloop inner indexscans on the basis 2006-06-06 17:59:58 +00:00
commands DROP ... IF EXISTS for the following cases: 2006-06-16 20:23:45 +00:00
executor Fix problems with cached tuple descriptors disappearing while still in use 2006-06-16 18:42:24 +00:00
lib Update copyright for 2006. Update scripts. 2006-03-05 15:59:11 +00:00
libpq Prepare code to be built by MSVC: 2006-06-07 22:24:46 +00:00
mb Change the backend to reject strings containing invalidly-encoded multibyte 2006-05-21 20:05:21 +00:00
nodes DROP ... IF EXISTS for the following cases: 2006-06-16 20:23:45 +00:00
optimizer Make the planner estimate costs for nestloop inner indexscans on the basis 2006-06-06 17:59:58 +00:00
parser Re-introduce the yylex filter function formerly used to support UNION 2006-05-27 17:38:46 +00:00
port Prepare code to be built by MSVC: 2006-06-07 22:24:46 +00:00
postmaster Update copyright for 2006. Update scripts. 2006-03-05 15:59:11 +00:00
regex Standard pgindent run for 8.1. 2005-10-15 02:49:52 +00:00
rewrite DROP ... IF EXISTS for the following cases: 2006-06-16 20:23:45 +00:00
storage Prepare code to be built by MSVC: 2006-06-07 22:24:46 +00:00
tcop Improve parser so that we can show an error cursor position for errors 2006-03-14 22:48:25 +00:00
utils Code review for SELECT INTO STRICT patch: use saner choices of error 2006-06-16 23:29:27 +00:00
Makefile Allow installation into directories containing spaces in the name. 2005-12-09 21:19:36 +00:00
c.h Prepare code to be built by MSVC: 2006-06-07 22:24:46 +00:00
fmgr.h Make PG_MODULE_MAGIC required in shared libraries that are loaded into 2006-05-31 20:58:09 +00:00
funcapi.h Update copyright for 2006. Update scripts. 2006-03-05 15:59:11 +00:00
getaddrinfo.h Prepare code to be built by MSVC: 2006-06-07 22:24:46 +00:00
getopt_long.h Update copyright for 2006. Update scripts. 2006-03-05 15:59:11 +00:00
miscadmin.h Update copyright for 2006. Update scripts. 2006-03-05 15:59:11 +00:00
pg_config.h.in Don't try to call posix_fadvise() unless <fcntl.h> supplies a declaration 2006-06-18 18:30:21 +00:00
pg_config.h.win32 Prepare code to be built by MSVC: 2006-06-07 22:24:46 +00:00
pg_config_manual.h Make the planner estimate costs for nestloop inner indexscans on the basis 2006-06-06 17:59:58 +00:00
pgstat.h Patch reverted because of random buildfarm failures: 2006-05-30 02:35:39 +00:00
pgtime.h Update copyright for 2006. Update scripts. 2006-03-05 15:59:11 +00:00
port.h Prepare code to be built by MSVC: 2006-06-07 22:24:46 +00:00
postgres.h Update copyright for 2006. Update scripts. 2006-03-05 15:59:11 +00:00
postgres_ext.h Pgindent run for 8.0. 2004-08-29 05:07:03 +00:00
postgres_fe.h Update copyright for 2006. Update scripts. 2006-03-05 15:59:11 +00:00
rusagestub.h Update copyright for 2006. Update scripts. 2006-03-05 15:59:11 +00:00
strdup.h Fix an obsolete file path mentioned in a comment. 2004-01-25 22:19:42 +00:00