You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
postgres/src/include
Tom Lane 218cf59b60 Make standard maintenance operations (including VACUUM, ANALYZE, REINDEX, 18 years ago
..
access Back-patch fixes for problems with VACUUM destroying t_ctid chains too soon, 21 years ago
bootstrap Update copyright to 2002. 24 years ago
catalog Repair insufficiently careful type checking for SQL-language functions: 19 years ago
commands GetTupleForTrigger must use outer transaction's command counter for time 23 years ago
executor Repair "Halloween problem" in EvalPlanQual: a tuple that's been inserted by 20 years ago
lib Update copyright to 2002. 24 years ago
libpq Allow 'password' encryption even when pg_shadow has MD5 passwords, per 23 years ago
mb Change the backend to reject strings containing invalidly-encoded multibyte 20 years ago
nodes Change CREATE TABLE AS / SELECT INTO to create the new table with OIDs, 23 years ago
optimizer The result of a FULL or RIGHT join can't be assumed to be sorted by the 21 years ago
parser Add a new GUC parameter backslash_quote, which determines whether the SQL 20 years ago
port Fix failure to restart Postgres when Linux kernel returns EIDRM for shmctl(). 19 years ago
regex pgindent run. 24 years ago
rewrite Rule rewriter was doing the wrong thing with conditional INSTEAD rules 24 years ago
storage Back-port Postgres 7.4 spinlock code into 7.3 branch. This adds 20 years ago
tcop Push enable/disable of notify and catchup interrupts all the way down 21 years ago
utils Fix dynahash.c to suppress hash bucket splits while a hash_seq_search() scan 19 years ago
Makefile Include directory rearrangement 25 years ago
c.h Change the backend to reject strings containing invalidly-encoded multibyte 20 years ago
fmgr.h Add dummy variable declaration to PG_FUNCTION_INFO_V1() to prevent 24 years ago
funcapi.h pgindent run. 24 years ago
miscadmin.h Make standard maintenance operations (including VACUUM, ANALYZE, REINDEX, 18 years ago
pg_config.h.in Add port support for unsetenv() in back branches. Needed for locale 20 years ago
pg_config.h.win32 Stamp releases 8.2.5, 8.1.10, 8.0.14, 7.4.18, 7.3.20. 19 years ago
pgstat.h New pgindent run with fixes suggested by Tom. Patch manually reviewed, 25 years ago
postgres.h Make 'dummy' declarations in header files be 'extern int no_such_variable' 24 years ago
postgres_ext.h Change NAMEDATALEN to 64, INDEX_MAX_KEYS/MAX_FUNC_ARGS to 32, per discussion on hackers. 24 years ago
postgres_fe.h Update copyright to 2002. 24 years ago
rusagestub.h Update copyright to 2002. 24 years ago
strdup.h