postgresql/src/include
Tom Lane b7b78d24f7 Code review for FILLFACTOR patch. Change WITH grammar as per earlier
discussion (including making def_arg allow reserved words), add missed
opt_definition for UNIQUE case.  Put the reloptions support code in a less
random place (I chose to make a new file access/common/reloptions.c).
Eliminate header inclusion creep.  Make the index options functions safely
user-callable (seems like client apps might like to be able to test validity
of options before trying to make an index).  Reduce overhead for normal case
with no options by allowing rd_options to be NULL.  Fix some unmaintainably
klugy code, including getting rid of Natts_pg_class_fixed at long last.
Some stylistic cleanup too, and pay attention to keeping comments in sync
with code.

Documentation still needs work, though I did fix the omissions in
catalogs.sgml and indexam.sgml.
2006-07-03 22:45:41 +00:00
..
access Code review for FILLFACTOR patch. Change WITH grammar as per earlier 2006-07-03 22:45:41 +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 Code review for FILLFACTOR patch. Change WITH grammar as per earlier 2006-07-03 22:45:41 +00:00
commands Code review for FILLFACTOR patch. Change WITH grammar as per earlier 2006-07-03 22:45:41 +00:00
executor Convert hash join code to use MinimalTuple format in tuple hash table 2006-06-27 21:31:20 +00:00
lib Update copyright for 2006. Update scripts. 2006-03-05 15:59:11 +00:00
libpq Remove redundant gettimeofday() calls to the extent practical without 2006-06-20 22:52:00 +00:00
mb Change the backend to reject strings containing invalidly-encoded multibyte 2006-05-21 20:05:21 +00:00
nodes Code review for FILLFACTOR patch. Change WITH grammar as per earlier 2006-07-03 22:45:41 +00:00
optimizer Revise the planner's handling of "pseudoconstant" WHERE clauses, that is 2006-07-01 18:38:33 +00:00
parser Code review for FILLFACTOR patch. Change WITH grammar as per earlier 2006-07-03 22:45:41 +00:00
port Use Unix line endings instead of DOS ones, per Magnus. 2006-06-26 12:59:44 +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 Take the statistics collector out of the loop for monitoring backends' 2006-06-19 01:51:22 +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 FILLFACTOR patch. Change WITH grammar as per earlier 2006-07-03 22:45:41 +00:00
c.h Fix blank line. 2006-06-26 23:53:14 +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
Makefile Allow installation into directories containing spaces in the name. 2005-12-09 21:19:36 +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 Fix Win32/Cygwin problems: 2006-06-25 00:18:24 +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 Remove the separate 'stats buffer' process, letting backend stats messages 2006-06-29 20:00:08 +00:00
pgtime.h Update copyright for 2006. Update scripts. 2006-03-05 15:59:11 +00:00
port.h Fix Win32/Cygwin problems: 2006-06-25 00:18:24 +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