postgresql/src/include
Tom Lane 1bab464eb4 Code review for pg_locks feature. Make shmemoffset of PROCLOCK structs
available (else there's no way to interpret the list links).  Change
pg_locks view to show transaction ID locks separately from ordinary
relation locks.  Avoid showing N duplicate rows when the same lock is
held multiple times (seems unlikely that users care about exact hold
count).  Improve documentation.
2002-08-31 17:14:28 +00:00
..
access AUTOCOMMIT mode is now an available backend GUC variable; setting it 2002-08-30 22:18:07 +00:00
bootstrap Update copyright to 2002. 2002-06-20 20:29:54 +00:00
catalog Code review for pg_locks feature. Make shmemoffset of PROCLOCK structs 2002-08-31 17:14:28 +00:00
commands Add attisinherited column to pg_attribute; use it to guard against 2002-08-30 19:23:20 +00:00
executor Add expected tuple descriptor to ReturnSetInfo information for table 2002-08-30 23:59:46 +00:00
lib Update copyright to 2002. 2002-06-20 20:29:54 +00:00
libpq Remove support for version-0 FE/BE protocol, per pghackers discussion. 2002-08-29 03:22:01 +00:00
mb Add Cyrillic and other encodings for encoding conversion. 2002-08-14 02:45:10 +00:00
nodes Add expected tuple descriptor to ReturnSetInfo information for table 2002-08-30 23:59:46 +00:00
optimizer Push down outer qualification clauses into UNION and INTERSECT subqueries. 2002-08-29 16:03:49 +00:00
parser PREPARE/EXECUTE statements. Patch by Neil Conway, some kibitzing 2002-08-27 04:55:12 +00:00
port Revert _LARGEFILE64_SOURCE addition; good try but doesn't work, 2002-08-30 02:01:34 +00:00
regex Remove #ifdef MULTIBYTE per hackers list discussion. 2002-08-29 07:22:30 +00:00
rewrite The attached patch (against HEAD) implements 2002-07-18 04:43:51 +00:00
storage Code review for pg_locks feature. Make shmemoffset of PROCLOCK structs 2002-08-31 17:14:28 +00:00
tcop Update copyright to 2002. 2002-06-20 20:29:54 +00:00
utils Remove #ifdef MULTIBYTE per hackers list discussion. 2002-08-29 07:22:30 +00:00
c.h Clean up comments to be careful about the distinction between variable- 2002-08-25 17:20:01 +00:00
fmgr.h PL/pgSQL functions can return sets. Neil Conway's patch, modified so 2002-08-30 00:28:41 +00:00
funcapi.h Fix for breakage of C-coded SRFs, from Joe Conway. 2002-08-30 19:56:49 +00:00
Makefile Include directory rearrangement 2001-08-28 14:20:28 +00:00
miscadmin.h This patch reserves the last superuser_reserved_connections slots for 2002-08-29 21:02:12 +00:00
pg_config.h.in Remove MULTIBYTE 2002-08-29 08:03:22 +00:00
pg_config.h.win32 I'm at the win32 error messages once more. The DLL load thingy doesn't 2002-04-24 02:26:06 +00:00
pgstat.h New pgindent run with fixes suggested by Tom. Patch manually reviewed, 2001-11-05 17:46:40 +00:00
postgres.h Clean up comments to be careful about the distinction between variable- 2002-08-25 17:20:01 +00:00
postgres_ext.h Change NAMEDATALEN to 64, INDEX_MAX_KEYS/MAX_FUNC_ARGS to 32, per discussion on hackers. 2002-08-13 20:40:44 +00:00
postgres_fe.h Update copyright to 2002. 2002-06-20 20:29:54 +00:00
rusagestub.h Update copyright to 2002. 2002-06-20 20:29:54 +00:00
strdup.h Another PGINDENT run that changes variable indenting and case label indenting. Also static variable indenting. 1997-09-08 02:41:22 +00:00