pgsql/ ontrib/dblink/dblink.c ontrib/dbsize/db ...

From: tgl(at)postgresql(dot)org (Tom Lane)
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql/ ontrib/dblink/dblink.c ontrib/dbsize/db ...
Date: 2002-05-20 23:51:44
Message-ID: 20020520235144.6F50B4765A7@postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

CVSROOT: /cvsroot
Module name: pgsql
Changes by: tgl(at)postgresql(dot)org 02/05/20 19:51:44

Modified files:
contrib/dblink : dblink.c
contrib/dbsize : dbsize.c
contrib/miscutil: misc_utils.c
contrib/pgstattuple: pgstattuple.c
src/backend/access/common: indextuple.c
src/backend/access/gist: gist.c gistget.c gistscan.c
src/backend/access/hash: hash.c hashscan.c hashsearch.c
hashutil.c
src/backend/access/heap: heapam.c tuptoaster.c
src/backend/access/index: genam.c indexam.c
src/backend/access/nbtree: nbtree.c nbtsearch.c nbtutils.c
src/backend/access/rtree: rtget.c rtree.c rtscan.c
src/backend/bootstrap: bootstrap.c
src/backend/catalog: aclchk.c heap.c index.c namespace.c
pg_largeobject.c
src/backend/commands: analyze.c async.c cluster.c comment.c
copy.c dbcommands.c indexcmds.c
tablecmds.c user.c vacuum.c
src/backend/executor: nodeIndexscan.c nodeSeqscan.c
src/backend/optimizer/path: indxpath.c
src/backend/optimizer/util: plancat.c
src/backend/parser: parse_func.c
src/backend/postmaster: pgstat.c
src/backend/rewrite: rewriteDefine.c
src/backend/storage/large_object: inv_api.c
src/backend/utils/adt: not_in.c
src/backend/utils/init: postinit.c
src/backend/utils/misc: superuser.c
src/backend/utils/sort: tuplesort.c
src/include/access: genam.h hash.h heapam.h itup.h nbtree.h
relscan.h rtree.h
src/include/catalog: pg_proc.h
src/include/nodes: execnodes.h

Log message:
Restructure indexscan API (index_beginscan, index_getnext) per
yesterday's proposal to pghackers. Also remove unnecessary parameters
to heap_beginscan, heap_rescan. I modified pg_proc.h to reflect the
new numbers of parameters for the AM interface routines, but did not
force an initdb because nothing actually looks at those fields.

Browse pgsql-committers by date

  From Date Subject
Next Message Michael Meskes 2002-05-21 07:23:18 Re: [COMMITTERS] pgsql/src/interfaces/ecpg ChangeLog preproc/ec ...
Previous Message Bruce Momjian - CVS 2002-05-20 22:22:27 pgsql/doc TODO