代码搜索:postgres
找到约 1,357 项符合「postgres」的源代码
代码结果 1,357
www.eeworm.com/read/183001/5258992
c postmaster.c
/*-------------------------------------------------------------------------
*
* postmaster.c
* This program acts as a clearing house for requests to the
* POSTGRES system. Frontend programs se
www.eeworm.com/read/183001/5259021
c procarray.c
/*-------------------------------------------------------------------------
*
* procarray.c
* POSTGRES process array code.
*
*
* This module maintains an unsorted array of the PGPROC structure
www.eeworm.com/read/183001/5259223
c nbtree.c
/*-------------------------------------------------------------------------
*
* nbtree.c
* Implementation of Lehman and Yao's btree management algorithm for
* Postgres.
*
* NOTES
* This f
www.eeworm.com/read/183001/5259247
c bootstrap.c
/*-------------------------------------------------------------------------
*
* bootstrap.c
* routines to support running postgres in 'bootstrap' mode
* bootstrap mode is used to create the init
www.eeworm.com/read/183001/5259354
c mcxt.c
/*-------------------------------------------------------------------------
*
* mcxt.c
* POSTGRES memory context management code.
*
* This module handles context management operations that are
www.eeworm.com/read/183001/5259936
h datum.h
/*-------------------------------------------------------------------------
*
* datum.h
* POSTGRES Datum (abstract data type) manipulation routines.
*
* These routines are driven by the 'typbyv
www.eeworm.com/read/183001/5260047
c ecpg_keywords.c
/*-------------------------------------------------------------------------
*
* ecpg_keywords.c
* lexical token lookup for reserved words in postgres embedded SQL
*
* IDENTIFICATION
* $Postg
www.eeworm.com/read/387667/2557313
h fmgr.h
/*-------------------------------------------------------------------------
*
* fmgr.h
* Definitions for the Postgres function manager and function-call
* interface.
*
* This file must be in
www.eeworm.com/read/387667/2557391
h datum.h
/*-------------------------------------------------------------------------
*
* datum.h
* POSTGRES Datum (abstract data type) manipulation routines.
*
* These routines are driven by the 'typbyv
www.eeworm.com/read/387667/2557413
h array.h
/*-------------------------------------------------------------------------
*
* array.h
* Declarations for Postgres arrays.
*
* A standard varlena array has the following internal structure:
*