代码搜索:postgres
找到约 1,357 项符合「postgres」的源代码
代码结果 1,357
www.eeworm.com/read/376006/2717312
readme
$PostgreSQL: pgsql/src/backend/utils/mmgr/README,v 1.11 2007/05/29 04:19:35 neilc Exp $
Notes about memory allocation redesign
--------------------------------------
Up through version 7.0, Postgres
www.eeworm.com/read/120487/6073757
po zh_tw.po
# Traditional Chinese translation for pg_dump.
# Translated and modified from Simplified Chinese translation.
# Zhenbang Wei , 2001.
#
msgid ""
msgstr ""
"Project-Id-Version: PostgreS
www.eeworm.com/read/115070/6120384
sql artifact-man.sql
--
-- need to widen the preference column in user_preferences
-- postgres isn't as slick as MySQL in this respect
--
BEGIN;
ALTER TABLE user_preferences RENAME COLUMN preference_value TO dead1;
ALTER
www.eeworm.com/read/100285/6270908
readme
# $Header: /usr/local/cvsroot/pgsql/src/backend/storage/smgr/README,v 1.1.1.1 1996/07/09 06:21:59 scrappy Exp $
This directory contains the code that supports the Postgres storage manager
switch and
www.eeworm.com/read/100285/6271188
c numeric.c
/* ----------
* numeric.c
*
* An exact numeric data type for the Postgres database system
*
* 1998 Jan Wieck
*
* $Header: /usr/local/cvsroot/pgsql/src/backend/utils/adt/numeric.c,v 1.16.2.1 199
www.eeworm.com/read/100285/6272293
hlp vacuum.hlp
.pgaw:Help.f.t insert end \
"VACUUM" {bold} " serves two purposes in Postgres as both a means to reclaim storage and also a means to collect information for the optimizer.
VACUUM opens every class i
www.eeworm.com/read/183001/5259351
readme
$PostgreSQL: pgsql/src/backend/utils/mmgr/README,v 1.8 2004/08/04 21:34:04 tgl Exp $
Notes about memory allocation redesign
--------------------------------------
Up through version 7.0, Postgres ha
www.eeworm.com/read/376006/2717097
readme
$PostgreSQL: pgsql/src/backend/storage/lmgr/README,v 1.22 2007/10/26 20:45:10 alvherre Exp $
LOCKING OVERVIEW
Postgres uses three types of interprocess locks:
* Spinlocks. These are intended for
www.eeworm.com/read/361804/2942991
cpp createinterface.cpp
#include "DatabaseEnv.h"
#include "../CrashHandler.h"
#include "../NGLog.h"
#if defined(ENABLE_DATABASE_MYSQL)
#include "MySQLDatabase.h"
#endif
#if defined(ENABLE_DATABASE_POSTGRES)
#inclu
www.eeworm.com/read/120487/6072125
readme
$Header: /cvsroot/pgsql/src/backend/storage/lmgr/README,v 1.13 2003/02/18 03:33:50 momjian Exp $
LOCKING OVERVIEW
Postgres uses three types of interprocess locks:
* Spinlocks. These are intended