代码搜索:postgres
找到约 1,357 项符合「postgres」的源代码
代码结果 1,357
www.eeworm.com/read/376006/2717232
c gistutil.c
/*-------------------------------------------------------------------------
*
* gistutil.c
* utilities routines for the postgres GiST index access method.
*
*
* Portions Copyright (c) 1996-200
www.eeworm.com/read/376006/2717238
c tupdesc.c
/*-------------------------------------------------------------------------
*
* tupdesc.c
* POSTGRES tuple descriptor support code
*
* Portions Copyright (c) 1996-2008, PostgreSQL Global Develo
www.eeworm.com/read/376006/2717246
c nbtutils.c
/*-------------------------------------------------------------------------
*
* nbtutils.c
* Utility code for Postgres btree implementation.
*
* Portions Copyright (c) 1996-2008, PostgreSQL Glo
www.eeworm.com/read/376006/2717247
c nbtsearch.c
/*-------------------------------------------------------------------------
*
* nbtsearch.c
* Search code for postgres btrees.
*
*
* Portions Copyright (c) 1996-2008, PostgreSQL Global Develop
www.eeworm.com/read/376006/2717250
c nbtinsert.c
/*-------------------------------------------------------------------------
*
* nbtinsert.c
* Item insertion in Lehman and Yao btrees for Postgres.
*
* Portions Copyright (c) 1996-2008, Postgre
www.eeworm.com/read/376006/2717323
c fmgr.c
/*-------------------------------------------------------------------------
*
* fmgr.c
* The Postgres function manager.
*
* Portions Copyright (c) 1996-2008, PostgreSQL Global Development Group
www.eeworm.com/read/376006/2717354
c xid.c
/*-------------------------------------------------------------------------
*
* xid.c
* POSTGRES transaction identifier and command identifier datatypes.
*
* Portions Copyright (c) 1996-2008, P
www.eeworm.com/read/376006/2717392
c numeric.c
/*-------------------------------------------------------------------------
*
* numeric.c
* An exact numeric data type for the Postgres database system
*
* Original coding 1998, Jan Wieck. Hea
www.eeworm.com/read/376006/2717575
c relcache.c
/*-------------------------------------------------------------------------
*
* relcache.c
* POSTGRES relation descriptor cache code
*
* Portions Copyright (c) 1996-2008, PostgreSQL Global Deve
www.eeworm.com/read/364111/9921775
h c.h
/*-------------------------------------------------------------------------
*
* c.h
* Fundamental C definitions. This is included by every .c file in
* PostgreSQL (via either postgres.h or po