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.
Tom Lane
c7a165adc6
Code review for HeapTupleHeader changes. Add version number to page headers
...
(overlaying low byte of page size) and add HEAP_HASOID bit to t_infomask,
per earlier discussion. Simplify scheme for overlaying fields in tuple
header (no need for cmax to live in more than one place). Don't try to
clear infomask status bits in tqual.c --- not safe to do it there. Don't
try to force output table of a SELECT INTO to have OIDs, either. Get rid
of unnecessarily complex three-state scheme for TupleDesc.tdhasoids, which
has already caused one recent failure. Improve documentation.
23 years ago
..
access
Code review for HeapTupleHeader changes. Add version number to page headers
23 years ago
bootstrap
Update copyright to 2002.
24 years ago
catalog
Code review for HeapTupleHeader changes. Add version number to page headers
23 years ago
commands
Add attisinherited column to pg_attribute; use it to guard against
23 years ago
executor
Code review for HeapTupleHeader changes. Add version number to page headers
23 years ago
lib
Update copyright to 2002.
24 years ago
libpq
Remove support for version-0 FE/BE protocol, per pghackers discussion.
23 years ago
mb
Add Cyrillic and other encodings for encoding conversion.
23 years ago
nodes
Code review for domain-constraints patch. Use a new ConstraintTest node
23 years ago
optimizer
Push down outer qualification clauses into UNION and INTERSECT subqueries.
23 years ago
parser
Code review for domain-constraints patch. Use a new ConstraintTest node
23 years ago
port
Revert _LARGEFILE64_SOURCE addition; good try but doesn't work,
23 years ago
regex
Remove #ifdef MULTIBYTE per hackers list discussion.
23 years ago
rewrite
The attached patch (against HEAD) implements
23 years ago
storage
Code review for HeapTupleHeader changes. Add version number to page headers
23 years ago
tcop
Update copyright to 2002.
24 years ago
utils
Add log_duration to GUC/postgresql.conf.
23 years ago
Makefile
Include directory rearrangement
24 years ago
c.h
Update MEMSET_LOOP_LIMIT to 1024 because it is the best value for most
23 years ago
fmgr.h
PL/pgSQL functions can return sets. Neil Conway's patch, modified so
23 years ago
funcapi.h
Fix for breakage of C-coded SRFs, from Joe Conway.
23 years ago
miscadmin.h
This patch reserves the last superuser_reserved_connections slots for
23 years ago
pg_config.h.in
Code review for HeapTupleHeader changes. Add version number to page headers
23 years ago
pg_config.h.win32
I'm at the win32 error messages once more. The DLL load thingy doesn't
24 years ago
pgstat.h
New pgindent run with fixes suggested by Tom. Patch manually reviewed,
24 years ago
postgres.h
Clean up comments to be careful about the distinction between variable-
23 years ago
postgres_ext.h
Change NAMEDATALEN to 64, INDEX_MAX_KEYS/MAX_FUNC_ARGS to 32, per discussion on hackers.
23 years ago
postgres_fe.h
Update copyright to 2002.
24 years ago
rusagestub.h
Update copyright to 2002.
24 years ago
strdup.h
…