代码搜索:postgres
找到约 1,357 项符合「postgres」的源代码
代码结果 1,357
www.eeworm.com/read/387667/2557281
h heapam.h
/*-------------------------------------------------------------------------
*
* heapam.h
* POSTGRES heap access method definitions.
*
*
* Portions Copyright (c) 1996-2006, PostgreSQL Global De
www.eeworm.com/read/387667/2557286
h c.h
/*-------------------------------------------------------------------------
*
* c.h
* Fundamental C definitions. This is included by every .c file in
* PostgreSQL (via either postgres.h or po
www.eeworm.com/read/376006/2717121
c itemptr.c
/*-------------------------------------------------------------------------
*
* itemptr.c
* POSTGRES disk item pointer code.
*
* Portions Copyright (c) 1996-2008, PostgreSQL Global Development
www.eeworm.com/read/376006/2717122
c bufpage.c
/*-------------------------------------------------------------------------
*
* bufpage.c
* POSTGRES standard buffer page code.
*
* Portions Copyright (c) 1996-2008, PostgreSQL Global Developme
www.eeworm.com/read/376006/2717190
c hash.c
/*-------------------------------------------------------------------------
*
* hash.c
* Implementation of Margo Seltzer's Hashing package for postgres.
*
* Portions Copyright (c) 1996-2008, Po
www.eeworm.com/read/376006/2717231
c gist.c
/*-------------------------------------------------------------------------
*
* gist.c
* interface routines for the postgres GiST index access method.
*
*
* Portions Copyright (c) 1996-2008, P
www.eeworm.com/read/376006/2717375
c datum.c
/*-------------------------------------------------------------------------
*
* datum.c
* POSTGRES Datum (abstract data type) manipulation routines.
*
* Portions Copyright (c) 1996-2008, Postgr
www.eeworm.com/read/376006/2717384
c lockfuncs.c
/*-------------------------------------------------------------------------
*
* lockfuncs.c
* Functions for SQL access to various lock-manager capabilities.
*
* Copyright (c) 2002-2008, PostgreS
www.eeworm.com/read/376006/2718113
out horology.out
--
-- HOROLOGY
--
SET DateStyle = 'Postgres, MDY';
--
-- Test various input formats
--
SELECT timestamp with time zone '20011227 040506+08';
timestamptz
----------------------------
www.eeworm.com/read/120487/6072131
c lock.c
/*-------------------------------------------------------------------------
*
* lock.c
* POSTGRES low-level lock mechanism
*
* Portions Copyright (c) 1996-2003, PostgreSQL Global Development Gr