代码搜索:postgres

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

代码结果 1,357
www.eeworm.com/read/183001/5258993

c syslogger.c

/*------------------------------------------------------------------------- * * syslogger.c * * The system logger (syslogger) is new in Postgres 8.0. It catches all * stderr output from the postm
www.eeworm.com/read/183001/5259009

c freespace.c

/*------------------------------------------------------------------------- * * freespace.c * POSTGRES free space map for quickly finding free space in relations * * * Portions Copyright (c) 1
www.eeworm.com/read/183001/5259032

c smgr.c

/*------------------------------------------------------------------------- * * smgr.c * public interface routines to storage manager switch. * * All file system operations in POSTGRES dispat
www.eeworm.com/read/183001/5259115

c beos.c

/*------------------------------------------------------------------------- * * dynloader.c * Dynamic Loader for Postgres for BeOS * * Portions Copyright (c) 1996-2005, PostgreSQL Global Develo
www.eeworm.com/read/183001/5259221

c nbtpage.c

/*------------------------------------------------------------------------- * * nbtpage.c * BTree-specific page management code for the Postgres btree access * method. * * Portions Copyright
www.eeworm.com/read/183001/5259336

c keywords.c

/*------------------------------------------------------------------------- * * keywords.c * lexical token lookup for reserved words in PostgreSQL * * Portions Copyright (c) 1996-2005, PostgreS
www.eeworm.com/read/183001/5259413

c regexp.c

/*------------------------------------------------------------------------- * * regexp.c * Postgres' interface to the regular expression package. * * Portions Copyright (c) 1996-2005, PostgreSQ
www.eeworm.com/read/183001/5259584

c inval.c

/*------------------------------------------------------------------------- * * inval.c * POSTGRES cache invalidation dispatcher code. * * This is subtle stuff, so pay attention: * * When a t
www.eeworm.com/read/183001/5259588

c typcache.c

/*------------------------------------------------------------------------- * * typcache.c * POSTGRES type cache code * * The type cache exists to speed lookup of certain information about data
www.eeworm.com/read/183001/5259666

c main.c

/*------------------------------------------------------------------------- * * main.c * Stub main() routine for the postgres executable. * * This does some essential startup tasks for any inca