postgresql/src/include
Tom Lane cb8b6618ce Revise pgstats stuff to fix the problems with not counting accesses
generated by bitmap index scans.  Along the way, simplify and speed up
the code for counting sequential and index scans; it was both confusing
and inefficient to be taking care of that in the per-tuple loops, IMHO.
initdb forced because of internal changes in pg_stat view definitions.
2005-10-06 02:29:23 +00:00
..
access Clean up a couple of ad-hoc computations of the maximum number of tuples 2005-09-02 19:02:20 +00:00
bootstrap Tag appropriate files for rc3 2004-12-31 22:04:05 +00:00
catalog Revise pgstats stuff to fix the problems with not counting accesses 2005-10-06 02:29:23 +00:00
commands Separate out the VacRUsage stuff as an independent module, in preparation 2005-10-03 22:52:26 +00:00
executor _SPI_execute_plan failed to return result tuple table to caller in 2005-10-01 18:43:19 +00:00
lib Tag appropriate files for rc3 2004-12-31 22:04:05 +00:00
libpq Tweak TCP-keepalive code so that an invalid setting doesn't cause us 2005-09-12 02:26:33 +00:00
mb Suppress signed-vs-unsigned-char warnings. 2005-09-24 17:53:28 +00:00
nodes The original patch to avoid building a hash join's hashtable when the 2005-09-25 19:37:35 +00:00
optimizer Repair planning bug introduced in 7.4: outer-join ON clauses that referenced 2005-09-28 21:17:02 +00:00
parser Add NOWAIT option to SELECT FOR UPDATE/SHARE. 2005-08-01 20:31:16 +00:00
port Some more mop-up for Windows IPv6 support. Andrew Dunstan 2005-08-26 03:15:12 +00:00
postmaster Convert the arithmetic for shared memory size calculation from 'int' 2005-08-20 23:26:37 +00:00
regex I made the patch that implements regexp_replace again. 2005-07-10 04:54:33 +00:00
rewrite Change expandRTE() and ResolveNew() back to taking just the single 2005-06-04 19:19:42 +00:00
storage This patch cleans up the access to members of ItemIdData. 2005-09-22 16:46:00 +00:00
tcop Autovacuum loose end mop-up. Provide autovacuum-specific vacuum cost 2005-08-11 21:11:50 +00:00
utils Revise pgstats stuff to fix the problems with not counting accesses 2005-10-06 02:29:23 +00:00
c.h Add comment about void* use in MemSet. 2005-07-21 15:16:30 +00:00
fmgr.h Avoid bare 'struct Node;' declaration --- provokes annoying warnings 2005-06-09 18:44:05 +00:00
funcapi.h Document get_call_result_type() and friends; mark TypeGetTupleDesc() 2005-05-30 23:09:07 +00:00
getaddrinfo.h Fix bogus freeaddrinfo() call in WIN32 code, extend gai_strerror to 2005-08-25 17:51:01 +00:00
getopt_long.h Some more missed copyright notices. Many of these look like they 2005-01-01 20:44:34 +00:00
Makefile Use 'cp' and 'chmod' in place of 'install' to install header files. 2005-03-25 23:22:54 +00:00
miscadmin.h Avoid an Assert failure if OuterUserId hasn't been set yet during 2005-08-17 22:14:34 +00:00
pg_config_manual.h Add a trace_sort option to help with measuring resource usage of external 2005-10-03 22:55:56 +00:00
pg_config.h.in Convert the arithmetic for shared memory size calculation from 'int' 2005-08-20 23:26:37 +00:00
pg_config.h.win32 Win32 8.1 stamp. 2005-01-18 14:39:46 +00:00
pgstat.h Revise pgstats stuff to fix the problems with not counting accesses 2005-10-06 02:29:23 +00:00
pgtime.h Fix the various forms of AT TIME ZONE to accept either timezones found 2005-09-09 02:31:50 +00:00
port.h Fix problems with PGXS builds against an installation tree that was 2005-09-27 17:39:35 +00:00
postgres_ext.h
postgres_fe.h Tag appropriate files for rc3 2004-12-31 22:04:05 +00:00
postgres.h First phase of project to use fixed OIDs for all system catalogs and 2005-04-14 01:38:22 +00:00
rusagestub.h Fix a few macro definitions to ensure that unary minus is enclosed in 2005-07-27 12:44:10 +00:00
strdup.h