代码搜索:postgres

找到约 1,357 项符合「postgres」的源代码

代码结果 1,357
www.eeworm.com/read/100285/6271032

c hashinsert.c

/*------------------------------------------------------------------------- * * hashinsert.c * Item insertion in hash tables for Postgres. * * Copyright (c) 1994, Regents of the University of C
www.eeworm.com/read/100285/6271056

c nbtree.c

/*------------------------------------------------------------------------- * * btree.c * Implementation of Lehman and Yao's btree management algorithm for * Postgres. * * Copyright (c) 1994
www.eeworm.com/read/100285/6271062

c nbtinsert.c

/*------------------------------------------------------------------------- * * btinsert.c * Item insertion in Lehman and Yao btrees for Postgres. * * Copyright (c) 1994, Regents of the Univers
www.eeworm.com/read/100285/6271071

c rtree.c

/*------------------------------------------------------------------------- * * rtree.c * interface routines for the postgres rtree indexed access method. * * Copyright (c) 1994, Regents of the
www.eeworm.com/read/100285/6271106

c index.c

/*------------------------------------------------------------------------- * * index.c * code to create and destroy POSTGRES index relations * * Copyright (c) 1994, Regents of the University o
www.eeworm.com/read/100285/6271143

c mcxt.c

/*------------------------------------------------------------------------- * * mcxt.c * POSTGRES memory context code. * * Copyright (c) 1994, Regents of the University of California * * * I
www.eeworm.com/read/100285/6271199

c excid.c

/*------------------------------------------------------------------------- * * excid.c * POSTGRES known exception identifier code. * * Copyright (c) 1994, Regents of the University of Californ
www.eeworm.com/read/100285/6271222

c inval.c

/*------------------------------------------------------------------------- * * inval.c * POSTGRES cache invalidation dispatcher code. * * Copyright (c) 1994, Regents of the University of Calif
www.eeworm.com/read/100285/6271305

c main.c

/*------------------------------------------------------------------------- * * main.c * Stub main() routine for the postgres backend. * * Copyright (c) 1994, Regents of the University of Calif
www.eeworm.com/read/100285/6271327

c be-pqexec.c

/*------------------------------------------------------------------------- * * be-pqexec.c * support for executing POSTGRES commands and functions from a * user-defined function in a backend.