postgresql/src/include
Teodor Sigaev d544ec8bbd 1. full functional WAL for GiST
2. improve vacuum for gist
   - use FSM
   - full vacuum:
      - reforms parent tuple if it's needed
        ( tuples was deleted on child page or parent tuple remains invalid
          after crash recovery )
      - truncate index file if possible
3. fixes bugs and mistakes
2005-06-20 10:29:37 +00:00
..
access 1. full functional WAL for GiST 2005-06-20 10:29:37 +00:00
bootstrap
catalog 1. full functional WAL for GiST 2005-06-20 10:29:37 +00:00
commands Two-phase commit. Original patch by Heikki Linnakangas, with additional 2005-06-17 22:32:51 +00:00
executor Revise nodeMergejoin in light of example provided by Guillaume Smet. 2005-05-13 21:20:16 +00:00
lib
libpq Add GUC krb_server_hostname so the server hostname can be specified as 2005-06-14 17:43:14 +00:00
mb Support 3 and 4-byte unicode characters. 2005-06-15 00:15:08 +00:00
nodes Two-phase commit. Original patch by Heikki Linnakangas, with additional 2005-06-17 22:32:51 +00:00
optimizer Separate predicate-testing code out of indxpath.c, making it a module 2005-06-10 22:25:37 +00:00
parser Replace the parser's namespace tree (which formerly had the same 2005-06-05 00:38:11 +00:00
port Add fsync() define for Win32 to cover cases other than wal_sync_method 2005-06-16 17:53:54 +00:00
postmaster Rename Rendezvous to Bonjour to match OS/X renaming. 2005-05-15 00:26:19 +00:00
regex Add parentheses to macros when args are used in computations. Without 2005-05-25 21:40:43 +00:00
rewrite Change expandRTE() and ResolveNew() back to taking just the single 2005-06-04 19:19:42 +00:00
storage Simplify uses of readdir() by creating a function ReadDir() that 2005-06-19 21:34:03 +00:00
tcop Revise handling of dropped columns in JOIN alias lists to avoid a 2005-06-03 23:05:30 +00:00
utils When using C-string lookup keys in a dynahash.c hash table, use strncpy() 2005-06-18 20:51:30 +00:00
c.h Change WAL-logging scheme for multixacts to be more like regular 2005-06-08 15:50:28 +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
getopt_long.h
Makefile
miscadmin.h
pg_config_manual.h Officially decouple FUNC_MAX_ARGS from INDEX_MAX_KEYS, and set the 2005-03-29 03:01:32 +00:00
pg_config.h.in Allow kerberos name and username case sensitivity to be specified from 2005-06-04 20:42:43 +00:00
pg_config.h.win32
pgstat.h This patch reduces the size of the message header used by statistics 2005-05-11 01:41:41 +00:00
pgtime.h This patch makes it possible to use the full set of timezones when doing 2005-06-15 00:34:11 +00:00
port.h Add parentheses to macros when args are used in computations. Without 2005-05-25 21:40:43 +00:00
postgres_ext.h
postgres_fe.h
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
strdup.h