CVSROOT:        /cvsroot
Module name:    pgsql-server
Changes by:     [EMAIL PROTECTED]       04/02/03 13:34:04

Modified files:
        contrib/tablefunc: tablefunc.c 
        doc/src/sgml   : backup.sgml installation.sgml perform.sgml 
                         plpgsql.sgml runtime.sgml 
        doc/src/sgml/ref: postgres-ref.sgml postmaster.sgml 
        src/backend/access/nbtree: nbtree.c nbtsort.c 
        src/backend/commands: vacuumlazy.c 
        src/backend/executor: execQual.c nodeAgg.c nodeHash.c 
                              nodeIndexscan.c nodeMaterial.c nodeSort.c 
        src/backend/optimizer/path: costsize.c 
        src/backend/optimizer/plan: planner.c subselect.c 
        src/backend/optimizer/util: pathnode.c 
        src/backend/tcop: postgres.c 
        src/backend/utils/adt: ri_triggers.c 
        src/backend/utils/init: globals.c 
        src/backend/utils/misc: guc.c postgresql.conf.sample 
        src/backend/utils/mmgr: portalmem.c 
        src/backend/utils/sort: tuplesort.c tuplestore.c 
        src/bin/psql   : tab-complete.c 
        src/include/access: nbtree.h 
        src/include    : miscadmin.h 
        src/include/utils: tuplesort.h 
        src/pl/plpgsql/src: pl_exec.c 

Log message:
        Rename SortMem and VacuumMem to work_mem and maintenance_work_mem.
        Make btree index creation and initial validation of foreign-key constraints
        use maintenance_work_mem rather than work_mem as their memory limit.
        Add some code to guc.c to allow these variables to be referenced by their
        old names in SHOW and SET commands, for backwards compatibility.


---------------------------(end of broadcast)---------------------------
TIP 7: don't forget to increase your free space map settings

Reply via email to