Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
P
Postgres FD Implementation
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Abuhujair Javed
Postgres FD Implementation
Commits
f3d99d16
Commit
f3d99d16
authored
Mar 11, 2006
by
Bruce Momjian
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Add CVS tag lines to files that were lacking them.
parent
7992d0fb
Changes
195
Show whitespace changes
Inline
Side-by-side
Showing
195 changed files
with
375 additions
and
13 deletions
+375
-13
config/install-sh
config/install-sh
+2
-0
config/missing
config/missing
+2
-0
config/mkinstalldirs
config/mkinstalldirs
+2
-0
contrib/cube/cube.c
contrib/cube/cube.c
+2
-0
contrib/cube/cubedata.h
contrib/cube/cubedata.h
+2
-0
contrib/cube/cubeparse.y
contrib/cube/cubeparse.y
+2
-0
contrib/cube/cubescan.l
contrib/cube/cubescan.l
+1
-0
contrib/dbase/dbf.c
contrib/dbase/dbf.c
+2
-0
contrib/dbase/dbf.h
contrib/dbase/dbf.h
+2
-0
contrib/dbase/dbf2pg.1
contrib/dbase/dbf2pg.1
+2
-0
contrib/dbase/dbf2pg.c
contrib/dbase/dbf2pg.c
+2
-0
contrib/dbase/endian.c
contrib/dbase/endian.c
+1
-0
contrib/dblink/dblink.c
contrib/dblink/dblink.c
+1
-0
contrib/dblink/dblink.h
contrib/dblink/dblink.h
+1
-0
contrib/dblink/doc/connection
contrib/dblink/doc/connection
+1
-0
contrib/dblink/doc/cursor
contrib/dblink/doc/cursor
+1
-0
contrib/dblink/doc/execute
contrib/dblink/doc/execute
+1
-0
contrib/dblink/doc/misc
contrib/dblink/doc/misc
+1
-0
contrib/earthdistance/earthdistance.c
contrib/earthdistance/earthdistance.c
+2
-0
contrib/fulltextindex/fti.c
contrib/fulltextindex/fti.c
+2
-0
contrib/fulltextindex/fti.pl
contrib/fulltextindex/fti.pl
+2
-0
contrib/fuzzystrmatch/dmetaphone.c
contrib/fuzzystrmatch/dmetaphone.c
+4
-2
contrib/fuzzystrmatch/fuzzystrmatch.c
contrib/fuzzystrmatch/fuzzystrmatch.c
+1
-0
contrib/fuzzystrmatch/fuzzystrmatch.h
contrib/fuzzystrmatch/fuzzystrmatch.h
+1
-0
contrib/intagg/int_aggregate.c
contrib/intagg/int_aggregate.c
+2
-0
contrib/intarray/bench/create_test.pl
contrib/intarray/bench/create_test.pl
+2
-0
contrib/ltree/crc32.c
contrib/ltree/crc32.c
+2
-0
contrib/ltree/crc32.h
contrib/ltree/crc32.h
+2
-0
contrib/ltree/lquery_op.c
contrib/ltree/lquery_op.c
+1
-0
contrib/ltree/ltree.h
contrib/ltree/ltree.h
+2
-0
contrib/ltree/ltree_gist.c
contrib/ltree/ltree_gist.c
+1
-0
contrib/ltree/ltree_io.c
contrib/ltree/ltree_io.c
+1
-0
contrib/ltree/ltree_op.c
contrib/ltree/ltree_op.c
+1
-0
contrib/ltree/ltxtquery_io.c
contrib/ltree/ltxtquery_io.c
+1
-0
contrib/ltree/ltxtquery_op.c
contrib/ltree/ltxtquery_op.c
+1
-0
contrib/mSQL-interface/mpgsql.c
contrib/mSQL-interface/mpgsql.c
+2
-0
contrib/mac/createoui
contrib/mac/createoui
+3
-0
contrib/mac/dropoui
contrib/mac/dropoui
+2
-0
contrib/oid2name/oid2name.c
contrib/oid2name/oid2name.c
+1
-0
contrib/pgcrypto/crypt-blowfish.c
contrib/pgcrypto/crypt-blowfish.c
+2
-0
contrib/pgcrypto/crypt-des.c
contrib/pgcrypto/crypt-des.c
+2
-0
contrib/pgcrypto/crypt-gensalt.c
contrib/pgcrypto/crypt-gensalt.c
+2
-0
contrib/pgcrypto/misc.c
contrib/pgcrypto/misc.c
+2
-0
contrib/spi/insert_username.c
contrib/spi/insert_username.c
+1
-0
contrib/spi/moddatetime.c
contrib/spi/moddatetime.c
+2
-0
contrib/tsearch2/crc32.c
contrib/tsearch2/crc32.c
+2
-0
contrib/tsearch2/crc32.h
contrib/tsearch2/crc32.h
+2
-0
contrib/tsearch2/dict.c
contrib/tsearch2/dict.c
+2
-0
contrib/tsearch2/dict.h
contrib/tsearch2/dict.h
+2
-0
contrib/tsearch2/dict_ex.c
contrib/tsearch2/dict_ex.c
+2
-0
contrib/tsearch2/dict_ispell.c
contrib/tsearch2/dict_ispell.c
+2
-0
contrib/tsearch2/dict_snowball.c
contrib/tsearch2/dict_snowball.c
+2
-0
contrib/tsearch2/dict_syn.c
contrib/tsearch2/dict_syn.c
+2
-0
contrib/tsearch2/gendict/dict_snowball.c.IN
contrib/tsearch2/gendict/dict_snowball.c.IN
+2
-0
contrib/tsearch2/gendict/dict_tmpl.c.IN
contrib/tsearch2/gendict/dict_tmpl.c.IN
+2
-0
contrib/tsearch2/gistidx.c
contrib/tsearch2/gistidx.c
+2
-0
contrib/tsearch2/gistidx.h
contrib/tsearch2/gistidx.h
+2
-0
contrib/tsearch2/snowball/english_stem.c
contrib/tsearch2/snowball/english_stem.c
+1
-0
contrib/tsearch2/snowball/english_stem.h
contrib/tsearch2/snowball/english_stem.h
+1
-0
contrib/tsearch2/snowball/header.h
contrib/tsearch2/snowball/header.h
+1
-0
contrib/tsearch2/wordparser/deflex.c
contrib/tsearch2/wordparser/deflex.c
+2
-0
contrib/tsearch2/wordparser/deflex.h
contrib/tsearch2/wordparser/deflex.h
+2
-0
contrib/tsearch2/wordparser/parser.c
contrib/tsearch2/wordparser/parser.c
+2
-0
contrib/tsearch2/wordparser/parser.h
contrib/tsearch2/wordparser/parser.h
+2
-0
doc/src/sgml/fixrtf
doc/src/sgml/fixrtf
+3
-0
doc/src/sgml/mk_feature_tables.pl
doc/src/sgml/mk_feature_tables.pl
+2
-0
src/backend/port/aix/mkldexport.sh
src/backend/port/aix/mkldexport.sh
+2
-0
src/backend/port/dynloader/cygwin.c
src/backend/port/dynloader/cygwin.c
+2
-0
src/backend/port/dynloader/freebsd.c
src/backend/port/dynloader/freebsd.c
+2
-0
src/backend/port/dynloader/irix.c
src/backend/port/dynloader/irix.c
+2
-0
src/backend/port/dynloader/netbsd.c
src/backend/port/dynloader/netbsd.c
+2
-0
src/backend/port/dynloader/nextstep.c
src/backend/port/dynloader/nextstep.c
+2
-0
src/backend/port/dynloader/nextstep.h
src/backend/port/dynloader/nextstep.h
+2
-2
src/backend/port/dynloader/openbsd.c
src/backend/port/dynloader/openbsd.c
+2
-0
src/backend/port/dynloader/osf.c
src/backend/port/dynloader/osf.c
+1
-0
src/backend/utils/mb/Unicode/euc_cn_to_utf8.map
src/backend/utils/mb/Unicode/euc_cn_to_utf8.map
+2
-0
src/backend/utils/mb/Unicode/euc_jp_to_utf8.map
src/backend/utils/mb/Unicode/euc_jp_to_utf8.map
+2
-0
src/backend/utils/mb/Unicode/euc_kr_to_utf8.map
src/backend/utils/mb/Unicode/euc_kr_to_utf8.map
+2
-0
src/backend/utils/mb/Unicode/euc_tw_to_utf8.map
src/backend/utils/mb/Unicode/euc_tw_to_utf8.map
+2
-0
src/backend/utils/mb/Unicode/gb18030_to_utf8.map
src/backend/utils/mb/Unicode/gb18030_to_utf8.map
+2
-0
src/backend/utils/mb/Unicode/gbk_to_utf8.map
src/backend/utils/mb/Unicode/gbk_to_utf8.map
+2
-0
src/backend/utils/mb/Unicode/iso8859_10_to_utf8.map
src/backend/utils/mb/Unicode/iso8859_10_to_utf8.map
+2
-0
src/backend/utils/mb/Unicode/iso8859_13_to_utf8.map
src/backend/utils/mb/Unicode/iso8859_13_to_utf8.map
+2
-0
src/backend/utils/mb/Unicode/iso8859_14_to_utf8.map
src/backend/utils/mb/Unicode/iso8859_14_to_utf8.map
+2
-0
src/backend/utils/mb/Unicode/iso8859_15_to_utf8.map
src/backend/utils/mb/Unicode/iso8859_15_to_utf8.map
+2
-0
src/backend/utils/mb/Unicode/iso8859_16_to_utf8.map
src/backend/utils/mb/Unicode/iso8859_16_to_utf8.map
+2
-0
src/backend/utils/mb/Unicode/iso8859_2_to_utf8.map
src/backend/utils/mb/Unicode/iso8859_2_to_utf8.map
+2
-0
src/backend/utils/mb/Unicode/iso8859_3_to_utf8.map
src/backend/utils/mb/Unicode/iso8859_3_to_utf8.map
+2
-0
src/backend/utils/mb/Unicode/iso8859_4_to_utf8.map
src/backend/utils/mb/Unicode/iso8859_4_to_utf8.map
+2
-0
src/backend/utils/mb/Unicode/iso8859_5_to_utf8.map
src/backend/utils/mb/Unicode/iso8859_5_to_utf8.map
+2
-0
src/backend/utils/mb/Unicode/iso8859_6_to_utf8.map
src/backend/utils/mb/Unicode/iso8859_6_to_utf8.map
+2
-0
src/backend/utils/mb/Unicode/iso8859_7_to_utf8.map
src/backend/utils/mb/Unicode/iso8859_7_to_utf8.map
+2
-0
src/backend/utils/mb/Unicode/iso8859_8_to_utf8.map
src/backend/utils/mb/Unicode/iso8859_8_to_utf8.map
+2
-0
src/backend/utils/mb/Unicode/iso8859_9_to_utf8.map
src/backend/utils/mb/Unicode/iso8859_9_to_utf8.map
+2
-0
src/backend/utils/mb/Unicode/johab_to_utf8.map
src/backend/utils/mb/Unicode/johab_to_utf8.map
+2
-0
src/backend/utils/mb/Unicode/koi8r_to_utf8.map
src/backend/utils/mb/Unicode/koi8r_to_utf8.map
+2
-0
src/bin/pgevent/pgmsgevent.h
src/bin/pgevent/pgmsgevent.h
+2
-0
src/include/catalog/pg_trigger.h
src/include/catalog/pg_trigger.h
+1
-0
src/include/pg_config.h.win32
src/include/pg_config.h.win32
+2
-0
src/include/port/darwin.h
src/include/port/darwin.h
+2
-0
src/include/port/dgux.h
src/include/port/dgux.h
+2
-0
src/include/port/freebsd.h
src/include/port/freebsd.h
+1
-1
src/include/port/hpux.h
src/include/port/hpux.h
+2
-0
src/include/port/irix.h
src/include/port/irix.h
+1
-1
src/include/port/linux.h
src/include/port/linux.h
+1
-0
src/include/port/netbsd.h
src/include/port/netbsd.h
+1
-0
src/include/port/nextstep.h
src/include/port/nextstep.h
+2
-0
src/include/port/openbsd.h
src/include/port/openbsd.h
+1
-1
src/include/port/osf.h
src/include/port/osf.h
+2
-0
src/include/port/win32/arpa/inet.h
src/include/port/win32/arpa/inet.h
+2
-0
src/include/port/win32/dlfcn.h
src/include/port/win32/dlfcn.h
+2
-0
src/include/port/win32/grp.h
src/include/port/win32/grp.h
+2
-0
src/include/port/win32/netdb.h
src/include/port/win32/netdb.h
+1
-0
src/include/port/win32/netinet/in.h
src/include/port/win32/netinet/in.h
+2
-0
src/interfaces/ecpg/compatlib/informix.c
src/interfaces/ecpg/compatlib/informix.c
+2
-0
src/interfaces/ecpg/ecpglib/extern.h
src/interfaces/ecpg/ecpglib/extern.h
+2
-0
src/interfaces/ecpg/include/datetime.h
src/interfaces/ecpg/include/datetime.h
+2
-0
src/interfaces/ecpg/include/decimal.h
src/interfaces/ecpg/include/decimal.h
+2
-0
src/interfaces/ecpg/include/ecpg_informix.h
src/interfaces/ecpg/include/ecpg_informix.h
+1
-0
src/interfaces/ecpg/include/ecpgerrno.h
src/interfaces/ecpg/include/ecpgerrno.h
+2
-0
src/interfaces/ecpg/include/ecpglib.h
src/interfaces/ecpg/include/ecpglib.h
+1
-0
src/interfaces/ecpg/include/ecpgtype.h
src/interfaces/ecpg/include/ecpgtype.h
+2
-0
src/interfaces/ecpg/include/pgtypes_date.h
src/interfaces/ecpg/include/pgtypes_date.h
+2
-0
src/interfaces/ecpg/include/pgtypes_error.h
src/interfaces/ecpg/include/pgtypes_error.h
+2
-0
src/interfaces/ecpg/include/pgtypes_interval.h
src/interfaces/ecpg/include/pgtypes_interval.h
+2
-0
src/interfaces/ecpg/include/pgtypes_numeric.h
src/interfaces/ecpg/include/pgtypes_numeric.h
+2
-0
src/interfaces/ecpg/include/pgtypes_timestamp.h
src/interfaces/ecpg/include/pgtypes_timestamp.h
+2
-0
src/interfaces/ecpg/pgtypeslib/datetime.c
src/interfaces/ecpg/pgtypeslib/datetime.c
+2
-0
src/interfaces/ecpg/pgtypeslib/dt.h
src/interfaces/ecpg/pgtypeslib/dt.h
+2
-0
src/interfaces/ecpg/pgtypeslib/dt_common.c
src/interfaces/ecpg/pgtypeslib/dt_common.c
+2
-0
src/interfaces/ecpg/pgtypeslib/extern.h
src/interfaces/ecpg/pgtypeslib/extern.h
+2
-0
src/interfaces/ecpg/pgtypeslib/interval.c
src/interfaces/ecpg/pgtypeslib/interval.c
+2
-0
src/interfaces/ecpg/pgtypeslib/numeric.c
src/interfaces/ecpg/pgtypeslib/numeric.c
+2
-0
src/interfaces/ecpg/preproc/descriptor.c
src/interfaces/ecpg/preproc/descriptor.c
+2
-0
src/interfaces/ecpg/preproc/extern.h
src/interfaces/ecpg/preproc/extern.h
+2
-0
src/interfaces/ecpg/preproc/output.c
src/interfaces/ecpg/preproc/output.c
+2
-0
src/interfaces/ecpg/test/dt_test.pgc
src/interfaces/ecpg/test/dt_test.pgc
+2
-0
src/interfaces/ecpg/test/header_test.h
src/interfaces/ecpg/test/header_test.h
+2
-0
src/interfaces/ecpg/test/num_test.pgc
src/interfaces/ecpg/test/num_test.pgc
+2
-0
src/interfaces/ecpg/test/perftest.pgc
src/interfaces/ecpg/test/perftest.pgc
+2
-0
src/interfaces/libpq/libpqdll.c
src/interfaces/libpq/libpqdll.c
+2
-0
src/pl/tcl/modules/pltcl_delmod.in
src/pl/tcl/modules/pltcl_delmod.in
+2
-0
src/pl/tcl/modules/pltcl_listmod.in
src/pl/tcl/modules/pltcl_listmod.in
+2
-0
src/port/crypt.c
src/port/crypt.c
+1
-0
src/port/getopt.c
src/port/getopt.c
+2
-0
src/template/cygwin
src/template/cygwin
+2
-0
src/template/darwin
src/template/darwin
+2
-0
src/template/dgux
src/template/dgux
+3
-0
src/template/freebsd
src/template/freebsd
+2
-0
src/template/hpux
src/template/hpux
+2
-0
src/template/linux
src/template/linux
+2
-0
src/template/netbsd
src/template/netbsd
+1
-0
src/template/nextstep
src/template/nextstep
+2
-0
src/template/osf
src/template/osf
+2
-0
src/test/bench/perquery
src/test/bench/perquery
+2
-0
src/test/performance/sqls/inssimple
src/test/performance/sqls/inssimple
+1
-0
src/test/regress/parallel_schedule
src/test/regress/parallel_schedule
+1
-0
src/timezone/data/etcetera
src/timezone/data/etcetera
+2
-0
src/timezone/data/europe
src/timezone/data/europe
+2
-0
src/timezone/data/factory
src/timezone/data/factory
+2
-0
src/timezone/data/iso3166.tab
src/timezone/data/iso3166.tab
+2
-0
src/timezone/data/leapseconds
src/timezone/data/leapseconds
+2
-0
src/tools/backend/index.html
src/tools/backend/index.html
+1
-0
src/tools/ccsym
src/tools/ccsym
+3
-0
src/tools/codelines
src/tools/codelines
+3
-1
src/tools/copyright
src/tools/copyright
+4
-0
src/tools/entab/entab.c
src/tools/entab/entab.c
+2
-0
src/tools/entab/entab.man
src/tools/entab/entab.man
+1
-0
src/tools/entab/halt.c
src/tools/entab/halt.c
+2
-0
src/tools/find_badmacros
src/tools/find_badmacros
+3
-0
src/tools/find_gt_lt
src/tools/find_gt_lt
+4
-0
src/tools/find_static
src/tools/find_static
+3
-0
src/tools/find_typedef
src/tools/find_typedef
+3
-0
src/tools/findoidjoins/make_oidjoins_check
src/tools/findoidjoins/make_oidjoins_check
+2
-0
src/tools/make_ctags
src/tools/make_ctags
+3
-0
src/tools/make_diff/README
src/tools/make_diff/README
+2
-0
src/tools/make_diff/cporig
src/tools/make_diff/cporig
+4
-1
src/tools/make_diff/difforig
src/tools/make_diff/difforig
+4
-1
src/tools/make_diff/rmorig
src/tools/make_diff/rmorig
+4
-1
src/tools/make_etags
src/tools/make_etags
+3
-0
src/tools/make_keywords
src/tools/make_keywords
+2
-0
src/tools/make_mkid
src/tools/make_mkid
+2
-0
src/tools/pgcvslog
src/tools/pgcvslog
+4
-1
src/tools/pginclude/pgcompinclude
src/tools/pginclude/pgcompinclude
+1
-0
src/tools/pginclude/pgdefine
src/tools/pginclude/pgdefine
+2
-0
src/tools/pginclude/pgfixinclude
src/tools/pginclude/pgfixinclude
+1
-0
src/tools/pginclude/pgrminclude
src/tools/pginclude/pgrminclude
+2
-0
src/tools/pgindent/indent.bsd.patch
src/tools/pgindent/indent.bsd.patch
+1
-0
src/tools/pgindent/pgcppindent
src/tools/pgindent/pgcppindent
+2
-0
src/tools/pgindent/pgindent
src/tools/pgindent/pgindent
+2
-0
src/tools/pgindent/pgjindent
src/tools/pgindent/pgjindent
+2
-0
src/tools/pgtest
src/tools/pgtest
+3
-1
src/tutorial/funcs.c
src/tutorial/funcs.c
+2
-0
src/tutorial/funcs_new.c
src/tutorial/funcs_new.c
+2
-0
src/utils/dllinit.c
src/utils/dllinit.c
+2
-0
No files found.
config/install-sh
View file @
f3d99d16
#!/bin/sh
# install - install a program, script, or datafile
# $PostgreSQL: pgsql/config/install-sh,v 1.4 2006/03/11 04:38:28 momjian Exp $
scriptversion
=
2005-02-02.21
# This originates from X11R5 (mit/util/scripts/install.sh), which was
...
...
config/missing
View file @
f3d99d16
#! /bin/sh
# $PostgreSQL: pgsql/config/missing,v 1.4 2006/03/11 04:38:28 momjian Exp $
# This is *not* the GNU `missing' script, although it is similar in
# concept. You can call it from the makefiles to get consistent
# behavior when certain utility programs are missing.
...
...
config/mkinstalldirs
View file @
f3d99d16
#! /bin/sh
# mkinstalldirs --- make directory hierarchy
# $PostgreSQL: pgsql/config/mkinstalldirs,v 1.5 2006/03/11 04:38:28 momjian Exp $
scriptversion
=
2005-02-02.21
# Original author: Noah Friedman <friedman@prep.ai.mit.edu>
...
...
contrib/cube/cube.c
View file @
f3d99d16
/******************************************************************************
$PostgreSQL: pgsql/contrib/cube/cube.c,v 1.24 2006/03/11 04:38:28 momjian Exp $
This file contains routines that can be bound to a Postgres backend and
called by the backend in the process of processing queries. The calling
format for these routines is dictated by Postgres architecture.
...
...
contrib/cube/cubedata.h
View file @
f3d99d16
/* $PostgreSQL: pgsql/contrib/cube/cubedata.h,v 1.7 2006/03/11 04:38:28 momjian Exp $ */
#define CUBE_MAX_DIM (100)
typedef
struct
NDBOX
{
...
...
contrib/cube/cubeparse.y
View file @
f3d99d16
...
...
@@ -2,6 +2,8 @@
/* NdBox = [(lowerleft),(upperright)] */
/* [(xLL(1)...xLL(N)),(xUR(1)...xUR(n))] */
/* $PostgreSQL: pgsql/contrib/cube/cubeparse.y,v 1.16 2006/03/11 04:38:28 momjian Exp $ */
#define YYPARSE_PARAM result /* need this to pass a pointer (void *) to yyparse */
#define YYSTYPE char *
#define YYDEBUG 1
...
...
contrib/cube/cubescan.l
View file @
f3d99d16
%{
/*
** A scanner for EMP-style numeric ranges
* $PostgreSQL: pgsql/contrib/cube/cubescan.l,v 1.11 2006/03/11 04:38:28 momjian Exp $
*/
#include "postgres.h"
...
...
contrib/dbase/dbf.c
View file @
f3d99d16
/* $PostgreSQL: pgsql/contrib/dbase/dbf.c,v 1.10 2006/03/11 04:38:28 momjian Exp $ */
/* Routines to read and write xBase-files (.dbf)
By Maarten Boekhold, 29th of oktober 1995
...
...
contrib/dbase/dbf.h
View file @
f3d99d16
/* $PostgreSQL: pgsql/contrib/dbase/dbf.h,v 1.9 2006/03/11 04:38:28 momjian Exp $ */
/* header-file for dbf.c
declares routines for reading and writing xBase-files (.dbf), and
associated structures
...
...
contrib/dbase/dbf2pg.1
View file @
f3d99d16
.\" $PostgreSQL: pgsql/contrib/dbase/dbf2pg.1,v 1.3 2006/03/11 04:38:28 momjian Exp $
.TH dbf2sql 1L \" -*- nroff -*-
.SH NAME
dbf2sql \- Insert xBase\-style .dbf\-files into a PostgreSQL\-table
...
...
contrib/dbase/dbf2pg.c
View file @
f3d99d16
/* $PostgreSQL: pgsql/contrib/dbase/dbf2pg.c,v 1.27 2006/03/11 04:38:28 momjian Exp $ */
/* This program reads in an xbase-dbf file and sends 'inserts' to an
PostgreSQL-server with the records in the xbase-file
...
...
contrib/dbase/endian.c
View file @
f3d99d16
/* $PostgreSQL: pgsql/contrib/dbase/endian.c,v 1.4 2006/03/11 04:38:28 momjian Exp $ */
/* Maarten Boekhold (maarten.boekhold@reuters.com) oktober 1995 */
#include <sys/types.h>
...
...
contrib/dblink/dblink.c
View file @
f3d99d16
...
...
@@ -8,6 +8,7 @@
* Darko Prenosil <Darko.Prenosil@finteh.hr>
* Shridhar Daithankar <shridhar_daithankar@persistent.co.in>
*
* $PostgreSQL: pgsql/contrib/dblink/dblink.c,v 1.54 2006/03/11 04:38:29 momjian Exp $
* Copyright (c) 2001-2006, PostgreSQL Global Development Group
* ALL RIGHTS RESERVED;
*
...
...
contrib/dblink/dblink.h
View file @
f3d99d16
...
...
@@ -8,6 +8,7 @@
* Darko Prenosil <Darko.Prenosil@finteh.hr>
* Shridhar Daithankar <shridhar_daithankar@persistent.co.in>
*
* $PostgreSQL: pgsql/contrib/dblink/dblink.h,v 1.15 2006/03/11 04:38:29 momjian Exp $
* Copyright (c) 2001-2006, PostgreSQL Global Development Group
* ALL RIGHTS RESERVED;
*
...
...
contrib/dblink/doc/connection
View file @
f3d99d16
$PostgreSQL: pgsql/contrib/dblink/doc/connection,v 1.4 2006/03/11 04:38:29 momjian Exp $
==================================================================
Name
...
...
contrib/dblink/doc/cursor
View file @
f3d99d16
$PostgreSQL: pgsql/contrib/dblink/doc/cursor,v 1.6 2006/03/11 04:38:29 momjian Exp $
==================================================================
Name
...
...
contrib/dblink/doc/execute
View file @
f3d99d16
$PostgreSQL: pgsql/contrib/dblink/doc/execute,v 1.4 2006/03/11 04:38:29 momjian Exp $
==================================================================
Name
...
...
contrib/dblink/doc/misc
View file @
f3d99d16
$PostgreSQL: pgsql/contrib/dblink/doc/misc,v 1.3 2006/03/11 04:38:29 momjian Exp $
==================================================================
Name
...
...
contrib/earthdistance/earthdistance.c
View file @
f3d99d16
/* $PostgreSQL: pgsql/contrib/earthdistance/earthdistance.c,v 1.10 2006/03/11 04:38:29 momjian Exp $ */
#include "postgres.h"
#include <math.h>
...
...
contrib/fulltextindex/fti.c
View file @
f3d99d16
...
...
@@ -8,6 +8,8 @@
/*
* Trigger function accepts variable number of arguments:
*
* $PostgreSQL: pgsql/contrib/fulltextindex/fti.c,v 1.26 2006/03/11 04:38:29 momjian Exp $
*
* 1. relation in which to store the substrings
* 2. fields to extract substrings from
*
...
...
contrib/fulltextindex/fti.pl
View file @
f3d99d16
#!/usr/bin/perl
#
# $PostgreSQL: pgsql/contrib/fulltextindex/fti.pl,v 1.9 2006/03/11 04:38:29 momjian Exp $
#
# This script substracts all suffixes of all words in a specific column in a table
# and generates output that can be loaded into a new table with the
# psql '\copy' command. The new table should have the following structure:
...
...
contrib/fuzzystrmatch/dmetaphone.c
View file @
f3d99d16
/*
* This is a port of the Double Metaphone algorithm for use in PostgreSQL.
*
* $PostgreSQL: pgsql/contrib/fuzzystrmatch/dmetaphone.c,v 1.7 2006/03/11 04:38:29 momjian Exp $
*
* Double Metaphone computes 2 "sounds like" strings - a primary and an
* alternate. In most cases they are the same, but for foreign names
* especially they can be a bit different, depending on pronunciation.
...
...
@@ -48,8 +50,8 @@
/*
* $Revision: 1.
6
$
* $Id: dmetaphone.c,v 1.
6 2005/10/15 02:49:05
momjian Exp $
* $Revision: 1.
7
$
* $Id: dmetaphone.c,v 1.
7 2006/03/11 04:38:29
momjian Exp $
*/
...
...
contrib/fuzzystrmatch/fuzzystrmatch.c
View file @
f3d99d16
...
...
@@ -5,6 +5,7 @@
*
* Joe Conway <mail@joeconway.com>
*
* $PostgreSQL: pgsql/contrib/fuzzystrmatch/fuzzystrmatch.c,v 1.19 2006/03/11 04:38:29 momjian Exp $
* Copyright (c) 2001-2006, PostgreSQL Global Development Group
* ALL RIGHTS RESERVED;
*
...
...
contrib/fuzzystrmatch/fuzzystrmatch.h
View file @
f3d99d16
...
...
@@ -5,6 +5,7 @@
*
* Joe Conway <mail@joeconway.com>
*
* $PostgreSQL: pgsql/contrib/fuzzystrmatch/fuzzystrmatch.h,v 1.13 2006/03/11 04:38:29 momjian Exp $
* Copyright (c) 2001-2006, PostgreSQL Global Development Group
* ALL RIGHTS RESERVED;
*
...
...
contrib/intagg/int_aggregate.c
View file @
f3d99d16
...
...
@@ -5,6 +5,8 @@
* DMN Digital Music Network.
* www.dmn.com
*
* $PostgreSQL: pgsql/contrib/intagg/int_aggregate.c,v 1.23 2006/03/11 04:38:29 momjian Exp $
*
* Copyright (C) Digital Music Network
* December 20, 2001
*
...
...
contrib/intarray/bench/create_test.pl
View file @
f3d99d16
#!/usr/bin/perl
# $PostgreSQL: pgsql/contrib/intarray/bench/create_test.pl,v 1.4 2006/03/11 04:38:29 momjian Exp $
use
strict
;
print
<<EOT;
create table message (
...
...
contrib/ltree/crc32.c
View file @
f3d99d16
/* Both POSIX and CRC32 checksums */
/* $PostgreSQL: pgsql/contrib/ltree/crc32.c,v 1.6 2006/03/11 04:38:29 momjian Exp $ */
#include <sys/types.h>
#include <stdio.h>
#include <sys/types.h>
...
...
contrib/ltree/crc32.h
View file @
f3d99d16
#ifndef _CRC32_H
#define _CRC32_H
/* $PostgreSQL: pgsql/contrib/ltree/crc32.h,v 1.3 2006/03/11 04:38:29 momjian Exp $ */
/* Returns crc32 of data block */
extern
unsigned
int
ltree_crc32_sz
(
char
*
buf
,
int
size
);
...
...
contrib/ltree/lquery_op.c
View file @
f3d99d16
/*
* op function for ltree and lquery
* Teodor Sigaev <teodor@stack.net>
* $PostgreSQL: pgsql/contrib/ltree/lquery_op.c,v 1.10 2006/03/11 04:38:29 momjian Exp $
*/
#include "ltree.h"
...
...
contrib/ltree/ltree.h
View file @
f3d99d16
/* $PostgreSQL: pgsql/contrib/ltree/ltree.h,v 1.15 2006/03/11 04:38:29 momjian Exp $ */
#ifndef __LTREE_H__
#define __LTREE_H__
...
...
contrib/ltree/ltree_gist.c
View file @
f3d99d16
/*
* GiST support for ltree
* Teodor Sigaev <teodor@stack.net>
* $PostgreSQL: pgsql/contrib/ltree/ltree_gist.c,v 1.14 2006/03/11 04:38:29 momjian Exp $
*/
#include "ltree.h"
...
...
contrib/ltree/ltree_io.c
View file @
f3d99d16
/*
* in/out function for ltree and lquery
* Teodor Sigaev <teodor@stack.net>
* $PostgreSQL: pgsql/contrib/ltree/ltree_io.c,v 1.12 2006/03/11 04:38:29 momjian Exp $
*/
#include "ltree.h"
...
...
contrib/ltree/ltree_op.c
View file @
f3d99d16
/*
* op function for ltree
* Teodor Sigaev <teodor@stack.net>
* $PostgreSQL: pgsql/contrib/ltree/ltree_op.c,v 1.9 2006/03/11 04:38:29 momjian Exp $
*/
#include "ltree.h"
...
...
contrib/ltree/ltxtquery_io.c
View file @
f3d99d16
/*
* txtquery io
* Teodor Sigaev <teodor@stack.net>
* $PostgreSQL: pgsql/contrib/ltree/ltxtquery_io.c,v 1.11 2006/03/11 04:38:29 momjian Exp $
*/
#include "ltree.h"
...
...
contrib/ltree/ltxtquery_op.c
View file @
f3d99d16
/*
* txtquery operations with ltree
* Teodor Sigaev <teodor@stack.net>
* $PostgreSQL: pgsql/contrib/ltree/ltxtquery_op.c,v 1.6 2006/03/11 04:38:29 momjian Exp $
*/
#include "ltree.h"
...
...
contrib/mSQL-interface/mpgsql.c
View file @
f3d99d16
/* $PostgreSQL: pgsql/contrib/mSQL-interface/mpgsql.c,v 1.8 2006/03/11 04:38:29 momjian Exp $ */
#include <time.h>
#include <string.h>
#include <stdlib.h>
...
...
contrib/mac/createoui
View file @
f3d99d16
#! /bin/sh
# $PostgreSQL: pgsql/contrib/mac/createoui,v 1.3 2006/03/11 04:38:30 momjian Exp $
# Utility to create manufacturer's oui table
# OUI is "Organizationally Unique Identifier" assigned by IEEE.
# There are currently three duplicate listings, so we can not enforce
...
...
contrib/mac/dropoui
View file @
f3d99d16
#! /bin/sh
# Utility to remove manufacturer's oui table
# $PostgreSQL: pgsql/contrib/mac/dropoui,v 1.2 2006/03/11 04:38:30 momjian Exp $
args
=
...
...
contrib/oid2name/oid2name.c
View file @
f3d99d16
...
...
@@ -4,6 +4,7 @@
*
* Originally by
* B. Palmer, bpalmer@crimelabs.net 1-17-2001
* $PostgreSQL: pgsql/contrib/oid2name/oid2name.c,v 1.29 2006/03/11 04:38:30 momjian Exp $
*/
#include "postgres_fe.h"
...
...
contrib/pgcrypto/crypt-blowfish.c
View file @
f3d99d16
/*
* $PostgreSQL: pgsql/contrib/pgcrypto/crypt-blowfish.c,v 1.11 2006/03/11 04:38:30 momjian Exp $
*
* This code comes from John the Ripper password cracker, with reentrant
* and crypt(3) interfaces added, but optimizations specific to password
* cracking removed.
...
...
contrib/pgcrypto/crypt-des.c
View file @
f3d99d16
/*
* FreeSec: libcrypt for NetBSD
*
* $PostgreSQL: pgsql/contrib/pgcrypto/crypt-des.c,v 1.14 2006/03/11 04:38:30 momjian Exp $
*
* Copyright (c) 1994 David Burren
* All rights reserved.
*
...
...
contrib/pgcrypto/crypt-gensalt.c
View file @
f3d99d16
...
...
@@ -2,6 +2,8 @@
* Written by Solar Designer and placed in the public domain.
* See crypt_blowfish.c for more information.
*
* $PostgreSQL: pgsql/contrib/pgcrypto/crypt-gensalt.c,v 1.8 2006/03/11 04:38:30 momjian Exp $
*
* This file contains salt generation functions for the traditional and
* other common crypt(3) algorithms, except for bcrypt which is defined
* entirely in crypt_blowfish.c.
...
...
contrib/pgcrypto/misc.c
View file @
f3d99d16
...
...
@@ -2,6 +2,8 @@
* Copyright (c) 1999
* University of California. All rights reserved.
*
* $PostgreSQL: pgsql/contrib/pgcrypto/misc.c,v 1.3 2006/03/11 04:38:30 momjian Exp $
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions
* are met:
...
...
contrib/spi/insert_username.c
View file @
f3d99d16
/*
* insert_username.c
* $Modified: Thu Oct 16 08:13:42 1997 by brook $
* $PostgreSQL: pgsql/contrib/spi/insert_username.c,v 1.13 2006/03/11 04:38:30 momjian Exp $
*
* insert user name in response to a trigger
* usage: insert_username (column_name)
...
...
contrib/spi/moddatetime.c
View file @
f3d99d16
/*
moddatetime.c
$PostgreSQL: pgsql/contrib/spi/moddatetime.c,v 1.12 2006/03/11 04:38:30 momjian Exp $
What is this?
It is a function to be called from a trigger for the purpose of updating
a modification datetime stamp in a record when that record is UPDATEd.
...
...
contrib/tsearch2/crc32.c
View file @
f3d99d16
/* Both POSIX and CRC32 checksums */
/* $PostgreSQL: pgsql/contrib/tsearch2/crc32.c,v 1.3 2006/03/11 04:38:30 momjian Exp $ */
#include <sys/types.h>
#include <stdio.h>
#include <sys/types.h>
...
...
contrib/tsearch2/crc32.h
View file @
f3d99d16
#ifndef _CRC32_H
#define _CRC32_H
/* $PostgreSQL: pgsql/contrib/tsearch2/crc32.h,v 1.2 2006/03/11 04:38:30 momjian Exp $ */
/* Returns crc32 of data block */
extern
unsigned
int
crc32_sz
(
char
*
buf
,
int
size
);
...
...
contrib/tsearch2/dict.c
View file @
f3d99d16
/* $PostgreSQL: pgsql/contrib/tsearch2/dict.c,v 1.11 2006/03/11 04:38:30 momjian Exp $ */
/*
* interface functions to dictionary
* Teodor Sigaev <teodor@sigaev.ru>
...
...
contrib/tsearch2/dict.h
View file @
f3d99d16
/* $PostgreSQL: pgsql/contrib/tsearch2/dict.h,v 1.6 2006/03/11 04:38:30 momjian Exp $ */
#ifndef __DICT_H__
#define __DICT_H__
#include "postgres.h"
...
...
contrib/tsearch2/dict_ex.c
View file @
f3d99d16
/* $PostgreSQL: pgsql/contrib/tsearch2/dict_ex.c,v 1.8 2006/03/11 04:38:30 momjian Exp $ */
/*
* example of dictionary
* Teodor Sigaev <teodor@sigaev.ru>
...
...
contrib/tsearch2/dict_ispell.c
View file @
f3d99d16
/* $PostgreSQL: pgsql/contrib/tsearch2/dict_ispell.c,v 1.10 2006/03/11 04:38:30 momjian Exp $ */
/*
* ISpell interface
* Teodor Sigaev <teodor@sigaev.ru>
...
...
contrib/tsearch2/dict_snowball.c
View file @
f3d99d16
/* $PostgreSQL: pgsql/contrib/tsearch2/dict_snowball.c,v 1.11 2006/03/11 04:38:30 momjian Exp $ */
/*
* example of Snowball dictionary
* http://snowball.tartarus.org/
...
...
contrib/tsearch2/dict_syn.c
View file @
f3d99d16
/* $PostgreSQL: pgsql/contrib/tsearch2/dict_syn.c,v 1.9 2006/03/11 04:38:30 momjian Exp $ */
/*
* ISpell interface
* Teodor Sigaev <teodor@sigaev.ru>
...
...
contrib/tsearch2/gendict/dict_snowball.c.IN
View file @
f3d99d16
/* $PostgreSQL: pgsql/contrib/tsearch2/gendict/dict_snowball.c.IN,v 1.4 2006/03/11 04:38:30 momjian Exp $ */
/*
* example of Snowball dictionary
* http://snowball.tartarus.org/
...
...
contrib/tsearch2/gendict/dict_tmpl.c.IN
View file @
f3d99d16
/* $PostgreSQL: pgsql/contrib/tsearch2/gendict/dict_tmpl.c.IN,v 1.5 2006/03/11 04:38:30 momjian Exp $ */
/*
* example of dictionary
* Teodor Sigaev <teodor@sigaev.ru>
...
...
contrib/tsearch2/gistidx.c
View file @
f3d99d16
/* $PostgreSQL: pgsql/contrib/tsearch2/gistidx.c,v 1.13 2006/03/11 04:38:30 momjian Exp $ */
#include "postgres.h"
#include <float.h>
...
...
contrib/tsearch2/gistidx.h
View file @
f3d99d16
/* $PostgreSQL: pgsql/contrib/tsearch2/gistidx.h,v 1.7 2006/03/11 04:38:30 momjian Exp $ */
#ifndef __GISTIDX_H__
#define __GISTIDX_H__
...
...
contrib/tsearch2/snowball/english_stem.c
View file @
f3d99d16
/* $PostgreSQL: pgsql/contrib/tsearch2/snowball/english_stem.c,v 1.8 2006/03/11 04:38:30 momjian Exp $ */
/* This file was generated automatically by the Snowball to ANSI C compiler */
...
...
contrib/tsearch2/snowball/english_stem.h
View file @
f3d99d16
/* $PostgreSQL: pgsql/contrib/tsearch2/snowball/english_stem.h,v 1.6 2006/03/11 04:38:30 momjian Exp $ */
/* This file was generated automatically by the Snowball to ANSI C compiler */
...
...
contrib/tsearch2/snowball/header.h
View file @
f3d99d16
/* $PostgreSQL: pgsql/contrib/tsearch2/snowball/header.h,v 1.7 2006/03/11 04:38:30 momjian Exp $ */
#include <limits.h>
...
...
contrib/tsearch2/wordparser/deflex.c
View file @
f3d99d16
/* $PostgreSQL: pgsql/contrib/tsearch2/wordparser/deflex.c,v 1.4 2006/03/11 04:38:30 momjian Exp $ */
#include "deflex.h"
const
char
*
lex_descr
[]
=
{
...
...
contrib/tsearch2/wordparser/deflex.h
View file @
f3d99d16
/* $PostgreSQL: pgsql/contrib/tsearch2/wordparser/deflex.h,v 1.3 2006/03/11 04:38:30 momjian Exp $ */
#ifndef __DEFLEX_H__
#define __DEFLEX_H__
...
...
contrib/tsearch2/wordparser/parser.c
View file @
f3d99d16
/* $PostgreSQL: pgsql/contrib/tsearch2/wordparser/parser.c,v 1.10 2006/03/11 04:38:30 momjian Exp $ */
#include "postgres.h"
#include "utils/builtins.h"
...
...
contrib/tsearch2/wordparser/parser.h
View file @
f3d99d16
/* $PostgreSQL: pgsql/contrib/tsearch2/wordparser/parser.h,v 1.11 2006/03/11 04:38:30 momjian Exp $ */
#ifndef __PARSER_H__
#define __PARSER_H__
...
...
doc/src/sgml/fixrtf
View file @
f3d99d16
#!/bin/sh
# fixrtf
# $PostgreSQL: pgsql/doc/src/sgml/fixrtf,v 2.3 2006/03/11 04:38:30 momjian Exp $
# Repair (slightly) damaged RTF generated by jade
# Applixware wants the s0 stylesheet defined, whereas
# M$Word does not care about it.
...
...
doc/src/sgml/mk_feature_tables.pl
View file @
f3d99d16
# /usr/bin/perl -w
# $PostgreSQL: pgsql/doc/src/sgml/mk_feature_tables.pl,v 2.2 2006/03/11 04:38:30 momjian Exp $
my
$yesno
=
$ARGV
[
0
];
open
PACK
,
$ARGV
[
1
]
or
die
;
...
...
src/backend/port/aix/mkldexport.sh
View file @
f3d99d16
...
...
@@ -3,6 +3,8 @@
# mkldexport
# create an AIX exports file from an object file
#
# $PostgreSQL: pgsql/src/backend/port/aix/mkldexport.sh,v 1.9 2006/03/11 04:38:31 momjian Exp $
#
# Usage:
# mkldexport objectfile [location]
# where
...
...
src/backend/port/dynloader/cygwin.c
View file @
f3d99d16
/* $PostgreSQL: pgsql/src/backend/port/dynloader/cygwin.c,v 1.2 2006/03/11 04:38:31 momjian Exp $ */
/* Dummy file used for nothing at this point; see cygwin.h */
src/backend/port/dynloader/freebsd.c
View file @
f3d99d16
/* $PostgreSQL: pgsql/src/backend/port/dynloader/freebsd.c,v 1.25 2006/03/11 04:38:31 momjian Exp $ */
/*
* Portions Copyright (c) 1996-2006, PostgreSQL Global Development Group
* Portions Copyright (c) 1990 The Regents of the University of California.
...
...
src/backend/port/dynloader/irix.c
View file @
f3d99d16
/* $PostgreSQL: pgsql/src/backend/port/dynloader/irix.c,v 1.2 2006/03/11 04:38:31 momjian Exp $ */
/* Dummy file used for nothing at this point
*
* see irix.h
...
...
src/backend/port/dynloader/netbsd.c
View file @
f3d99d16
...
...
@@ -3,6 +3,8 @@
* Portions Copyright (c) 1990 The Regents of the University of California.
* All rights reserved.
*
* $PostgreSQL: pgsql/src/backend/port/dynloader/netbsd.c,v 1.19 2006/03/11 04:38:31 momjian Exp $
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions
* are met:
...
...
src/backend/port/dynloader/nextstep.c
View file @
f3d99d16
/* $PostgreSQL: pgsql/src/backend/port/dynloader/nextstep.c,v 1.6 2006/03/11 04:38:31 momjian Exp $ */
#include "postgres.h"
#include "mach-o/rld.h"
...
...
src/backend/port/dynloader/nextstep.h
View file @
f3d99d16
...
...
@@ -3,9 +3,9 @@
* port_protos.h
* port-specific prototypes for NeXT
*
-------------------------------------------------------------------------
* $PostgreSQL: pgsql/src/backend/port/dynloader/nextstep.h,v 1.9 2006/03/11 04:38:31 momjian Exp $
*/
#ifndef PORT_PROTOS_H
#define PORT_PROTOS_H
...
...
src/backend/port/dynloader/openbsd.c
View file @
f3d99d16
...
...
@@ -3,6 +3,8 @@
* Portions Copyright (c) 1990 The Regents of the University of California.
* All rights reserved.
*
* $PostgreSQL: pgsql/src/backend/port/dynloader/openbsd.c,v 1.19 2006/03/11 04:38:31 momjian Exp $
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions
* are met:
...
...
src/backend/port/dynloader/osf.c
View file @
f3d99d16
/* Dummy file used for nothing at this point
*
* see alpha.h
* $PostgreSQL: pgsql/src/backend/port/dynloader/osf.c,v 1.2 2006/03/11 04:38:31 momjian Exp $
*/
src/backend/utils/mb/Unicode/euc_cn_to_utf8.map
View file @
f3d99d16
/* $PostgreSQL: pgsql/src/backend/utils/mb/Unicode/euc_cn_to_utf8.map,v 1.3 2006/03/11 04:38:31 momjian Exp $ */
static pg_local_to_utf LUmapEUC_CN[ 7445 ] = {
{0xa1a1, 0xe38080},
{0xa1a2, 0xe38081},
...
...
src/backend/utils/mb/Unicode/euc_jp_to_utf8.map
View file @
f3d99d16
/* $PostgreSQL: pgsql/src/backend/utils/mb/Unicode/euc_jp_to_utf8.map,v 1.5 2006/03/11 04:38:31 momjian Exp $ */
static pg_local_to_utf LUmapEUC_JP[] = {
{0x8ea1, 0xefbda1},
{0x8ea2, 0xefbda2},
...
...
src/backend/utils/mb/Unicode/euc_kr_to_utf8.map
View file @
f3d99d16
/* $PostgreSQL: pgsql/src/backend/utils/mb/Unicode/euc_kr_to_utf8.map,v 1.4 2006/03/11 04:38:31 momjian Exp $ */
static pg_local_to_utf LUmapEUC_KR[ 8224 ] = {
{0xa1a1, 0xe38080},
{0xa1a2, 0xe38081},
...
...
src/backend/utils/mb/Unicode/euc_tw_to_utf8.map
View file @
f3d99d16
/* $PostgreSQL: pgsql/src/backend/utils/mb/Unicode/euc_tw_to_utf8.map,v 1.3 2006/03/11 04:38:31 momjian Exp $ */
static pg_local_to_utf LUmapEUC_TW[ 23575 ] = {
{0xa1a1, 0xe38080},
{0xa1a2, 0xefbc8c},
...
...
src/backend/utils/mb/Unicode/gb18030_to_utf8.map
View file @
f3d99d16
/* $PostgreSQL: pgsql/src/backend/utils/mb/Unicode/gb18030_to_utf8.map,v 1.5 2006/03/11 04:38:31 momjian Exp $ */
static pg_local_to_utf LUmapGB18030[ 63360 ] = {
{0x8140, 0xe4b882},
{0x8141, 0xe4b884},
src/backend/utils/mb/Unicode/gbk_to_utf8.map
View file @
f3d99d16
/* $PostgreSQL: pgsql/src/backend/utils/mb/Unicode/gbk_to_utf8.map,v 1.2 2006/03/11 04:38:37 momjian Exp $ */
static pg_local_to_utf LUmapGBK[ 21792 ] = {
{0x0080, 0xe282ac},
{0x8140, 0xe4b882},
...
...
src/backend/utils/mb/Unicode/iso8859_10_to_utf8.map
View file @
f3d99d16
/* $PostgreSQL: pgsql/src/backend/utils/mb/Unicode/iso8859_10_to_utf8.map,v 1.2 2006/03/11 04:38:37 momjian Exp $ */
static pg_local_to_utf LUmapISO8859_10[ 128 ] = {
{0x0080, 0xc280},
{0x0081, 0xc281},
...
...
src/backend/utils/mb/Unicode/iso8859_13_to_utf8.map
View file @
f3d99d16
/* $PostgreSQL: pgsql/src/backend/utils/mb/Unicode/iso8859_13_to_utf8.map,v 1.2 2006/03/11 04:38:37 momjian Exp $ */
static pg_local_to_utf LUmapISO8859_13[ 128 ] = {
{0x0080, 0xc280},
{0x0081, 0xc281},
...
...
src/backend/utils/mb/Unicode/iso8859_14_to_utf8.map
View file @
f3d99d16
/* $PostgreSQL: pgsql/src/backend/utils/mb/Unicode/iso8859_14_to_utf8.map,v 1.2 2006/03/11 04:38:37 momjian Exp $ */
static pg_local_to_utf LUmapISO8859_14[ 128 ] = {
{0x0080, 0xc280},
{0x0081, 0xc281},
...
...
src/backend/utils/mb/Unicode/iso8859_15_to_utf8.map
View file @
f3d99d16
/* $PostgreSQL: pgsql/src/backend/utils/mb/Unicode/iso8859_15_to_utf8.map,v 1.2 2006/03/11 04:38:37 momjian Exp $ */
static pg_local_to_utf LUmapISO8859_15[ 128 ] = {
{0x0080, 0xc280},
{0x0081, 0xc281},
...
...
src/backend/utils/mb/Unicode/iso8859_16_to_utf8.map
View file @
f3d99d16
/* $PostgreSQL: pgsql/src/backend/utils/mb/Unicode/iso8859_16_to_utf8.map,v 1.2 2006/03/11 04:38:37 momjian Exp $ */
static pg_local_to_utf LUmapISO8859_16[ 128 ] = {
{0x0080, 0xc280},
{0x0081, 0xc281},
...
...
src/backend/utils/mb/Unicode/iso8859_2_to_utf8.map
View file @
f3d99d16
/* $PostgreSQL: pgsql/src/backend/utils/mb/Unicode/iso8859_2_to_utf8.map,v 1.3 2006/03/11 04:38:37 momjian Exp $ */
static pg_local_to_utf LUmapISO8859_2[ 128 ] = {
{0x0080, 0xc280},
{0x0081, 0xc281},
...
...
src/backend/utils/mb/Unicode/iso8859_3_to_utf8.map
View file @
f3d99d16
/* $PostgreSQL: pgsql/src/backend/utils/mb/Unicode/iso8859_3_to_utf8.map,v 1.3 2006/03/11 04:38:38 momjian Exp $ */
static pg_local_to_utf LUmapISO8859_3[ 121 ] = {
{0x0080, 0xc280},
{0x0081, 0xc281},
...
...
src/backend/utils/mb/Unicode/iso8859_4_to_utf8.map
View file @
f3d99d16
/* $PostgreSQL: pgsql/src/backend/utils/mb/Unicode/iso8859_4_to_utf8.map,v 1.3 2006/03/11 04:38:38 momjian Exp $ */
static pg_local_to_utf LUmapISO8859_4[ 128 ] = {
{0x0080, 0xc280},
{0x0081, 0xc281},
...
...
src/backend/utils/mb/Unicode/iso8859_5_to_utf8.map
View file @
f3d99d16
/* $PostgreSQL: pgsql/src/backend/utils/mb/Unicode/iso8859_5_to_utf8.map,v 1.3 2006/03/11 04:38:38 momjian Exp $ */
static pg_local_to_utf LUmapISO8859_5[ 128 ] = {
{0x0080, 0xc280},
{0x0081, 0xc281},
...
...
src/backend/utils/mb/Unicode/iso8859_6_to_utf8.map
View file @
f3d99d16
/* $PostgreSQL: pgsql/src/backend/utils/mb/Unicode/iso8859_6_to_utf8.map,v 1.2 2006/03/11 04:38:38 momjian Exp $ */
static pg_local_to_utf LUmapISO8859_6[ 83 ] = {
{0x0080, 0xc280},
{0x0081, 0xc281},
...
...
src/backend/utils/mb/Unicode/iso8859_7_to_utf8.map
View file @
f3d99d16
/* $PostgreSQL: pgsql/src/backend/utils/mb/Unicode/iso8859_7_to_utf8.map,v 1.3 2006/03/11 04:38:38 momjian Exp $ */
static pg_local_to_utf LUmapISO8859_7[ 125 ] = {
{0x0080, 0xc280},
{0x0081, 0xc281},
...
...
src/backend/utils/mb/Unicode/iso8859_8_to_utf8.map
View file @
f3d99d16
/* $PostgreSQL: pgsql/src/backend/utils/mb/Unicode/iso8859_8_to_utf8.map,v 1.2 2006/03/11 04:38:38 momjian Exp $ */
static pg_local_to_utf LUmapISO8859_8[ 92 ] = {
{0x0080, 0xc280},
{0x0081, 0xc281},
...
...
src/backend/utils/mb/Unicode/iso8859_9_to_utf8.map
View file @
f3d99d16
/* $PostgreSQL: pgsql/src/backend/utils/mb/Unicode/iso8859_9_to_utf8.map,v 1.2 2006/03/11 04:38:38 momjian Exp $ */
static pg_local_to_utf LUmapISO8859_9[ 128 ] = {
{0x0080, 0xc280},
{0x0081, 0xc281},
...
...
src/backend/utils/mb/Unicode/johab_to_utf8.map
View file @
f3d99d16
/* $PostgreSQL: pgsql/src/backend/utils/mb/Unicode/johab_to_utf8.map,v 1.2 2006/03/11 04:38:38 momjian Exp $ */
static pg_local_to_utf LUmapJOHAB[ 17046 ] = {
{0x8444, 0xe384b3},
{0x8446, 0xe384b5},
...
...
src/backend/utils/mb/Unicode/koi8r_to_utf8.map
View file @
f3d99d16
/* $PostgreSQL: pgsql/src/backend/utils/mb/Unicode/koi8r_to_utf8.map,v 1.3 2006/03/11 04:38:38 momjian Exp $ */
static pg_local_to_utf LUmapKOI8R[ 128 ] = {
{0x0080, 0xe29480},
{0x0081, 0xe29482},
...
...
src/bin/pgevent/pgmsgevent.h
View file @
f3d99d16
/* $PostgreSQL: pgsql/src/bin/pgevent/pgmsgevent.h,v 1.4 2006/03/11 04:38:38 momjian Exp $ */
/* */
/* Values are 32 bit values layed out as follows: */
/* */
...
...
src/include/catalog/pg_trigger.h
View file @
f3d99d16
...
...
@@ -5,6 +5,7 @@
*
* Portions Copyright (c) 1996-2006, PostgreSQL Global Development Group
* Portions Copyright (c) 1994, Regents of the University of California
* $PostgreSQL: pgsql/src/include/catalog/pg_trigger.h,v 1.25 2006/03/11 04:38:38 momjian Exp $
*
* NOTES
* the genbki.sh script reads this file and generates .bki
...
...
src/include/pg_config.h.win32
View file @
f3d99d16
/* $PostgreSQL: pgsql/src/include/pg_config.h.win32,v 1.28 2006/03/11 04:38:38 momjian Exp $ */
#ifndef pg_config_h_win32__
#define pg_config_h_win32__
/*
...
...
src/include/port/darwin.h
View file @
f3d99d16
/* $PostgreSQL: pgsql/src/include/port/darwin.h,v 1.10 2006/03/11 04:38:38 momjian Exp $ */
#define __darwin__ 1
#if HAVE_DECL_F_FULLFSYNC
/* not present before OS X 10.3 */
...
...
src/include/port/dgux.h
View file @
f3d99d16
/* $PostgreSQL: pgsql/src/include/port/dgux.h,v 1.10 2006/03/11 04:38:38 momjian Exp $ */
#ifndef BIG_ENDIAN
#define BIG_ENDIAN 4321
#endif
...
...
src/include/port/freebsd.h
View file @
f3d99d16
/* $PostgreSQL: pgsql/src/include/port/freebsd.h,v 1.16 2006/03/11 04:38:38 momjian Exp $ */
src/include/port/hpux.h
View file @
f3d99d16
/* $PostgreSQL: pgsql/src/include/port/hpux.h,v 1.23 2006/03/11 04:38:38 momjian Exp $ */
#ifndef BIG_ENDIAN
#define BIG_ENDIAN 4321
#endif
...
...
src/include/port/irix.h
View file @
f3d99d16
/* $PostgreSQL: pgsql/src/include/port/irix.h,v 1.3 2006/03/11 04:38:38 momjian Exp $ */
src/include/port/linux.h
View file @
f3d99d16
/* $PostgreSQL: pgsql/src/include/port/linux.h,v 1.41 2006/03/11 04:38:38 momjian Exp $ */
src/include/port/netbsd.h
View file @
f3d99d16
/* $PostgreSQL: pgsql/src/include/port/netbsd.h,v 1.15 2006/03/11 04:38:38 momjian Exp $ */
src/include/port/nextstep.h
View file @
f3d99d16
/* $PostgreSQL: pgsql/src/include/port/nextstep.h,v 1.8 2006/03/11 04:38:38 momjian Exp $ */
#include "libc.h"
#include <sys/ioctl.h>
#if defined(__STRICT_ANSI__)
...
...
src/include/port/openbsd.h
View file @
f3d99d16
/* $PostgreSQL: pgsql/src/include/port/openbsd.h,v 1.14 2006/03/11 04:38:38 momjian Exp $ */
src/include/port/osf.h
View file @
f3d99d16
/* $PostgreSQL: pgsql/src/include/port/osf.h,v 1.9 2006/03/11 04:38:38 momjian Exp $ */
#define NOFIXADE
#define DISABLE_XOPEN_NLS
src/include/port/win32/arpa/inet.h
View file @
f3d99d16
/* $PostgreSQL: pgsql/src/include/port/win32/arpa/inet.h,v 1.2 2006/03/11 04:38:39 momjian Exp $ */
#include <sys/socket.h>
src/include/port/win32/dlfcn.h
View file @
f3d99d16
/* $PostgreSQL: pgsql/src/include/port/win32/dlfcn.h,v 1.3 2006/03/11 04:38:38 momjian Exp $ */
src/include/port/win32/grp.h
View file @
f3d99d16
/* $PostgreSQL: pgsql/src/include/port/win32/grp.h,v 1.3 2006/03/11 04:38:38 momjian Exp $ */
src/include/port/win32/netdb.h
View file @
f3d99d16
/* $PostgreSQL: pgsql/src/include/port/win32/netdb.h,v 1.3 2006/03/11 04:38:38 momjian Exp $ */
src/include/port/win32/netinet/in.h
View file @
f3d99d16
/* $PostgreSQL: pgsql/src/include/port/win32/netinet/in.h,v 1.3 2006/03/11 04:38:39 momjian Exp $ */
#include <sys/socket.h>
src/interfaces/ecpg/compatlib/informix.c
View file @
f3d99d16
/* $PostgreSQL: pgsql/src/interfaces/ecpg/compatlib/informix.c,v 1.41 2006/03/11 04:38:39 momjian Exp $ */
#include <stdlib.h>
#include <string.h>
#include <errno.h>
...
...
src/interfaces/ecpg/ecpglib/extern.h
View file @
f3d99d16
/* $PostgreSQL: pgsql/src/interfaces/ecpg/ecpglib/extern.h,v 1.16 2006/03/11 04:38:39 momjian Exp $ */
#ifndef _ECPG_LIB_EXTERN_H
#define _ECPG_LIB_EXTERN_H
...
...
src/interfaces/ecpg/include/datetime.h
View file @
f3d99d16
/* $PostgreSQL: pgsql/src/interfaces/ecpg/include/datetime.h,v 1.12 2006/03/11 04:38:39 momjian Exp $ */
#ifndef _ECPG_DATETIME_H
#define _ECPG_DATETIME_H
...
...
src/interfaces/ecpg/include/decimal.h
View file @
f3d99d16
/* $PostgreSQL: pgsql/src/interfaces/ecpg/include/decimal.h,v 1.14 2006/03/11 04:38:39 momjian Exp $ */
#ifndef _ECPG_DECIMAL_H
#define _ECPG_DECIMAL_H
...
...
src/interfaces/ecpg/include/ecpg_informix.h
View file @
f3d99d16
/*
* This file contains stuff needed to be as compatible to Informix as possible.
* $PostgreSQL: pgsql/src/interfaces/ecpg/include/ecpg_informix.h,v 1.18 2006/03/11 04:38:39 momjian Exp $
*/
#ifndef _ECPG_INFORMIX_H
#define _ECPG_INFORMIX_H
...
...
src/interfaces/ecpg/include/ecpgerrno.h
View file @
f3d99d16
/* $PostgreSQL: pgsql/src/interfaces/ecpg/include/ecpgerrno.h,v 1.27 2006/03/11 04:38:39 momjian Exp $ */
#ifndef _ECPG_ERRNO_H
#define _ECPG_ERRNO_H
...
...
src/interfaces/ecpg/include/ecpglib.h
View file @
f3d99d16
/*
* this is a small part of c.h since we don't want to leak all postgres
* definitions into ecpg programs
* $PostgreSQL: pgsql/src/interfaces/ecpg/include/ecpglib.h,v 1.66 2006/03/11 04:38:39 momjian Exp $
*/
#ifndef _ECPGLIB_H
...
...
src/interfaces/ecpg/include/ecpgtype.h
View file @
f3d99d16
...
...
@@ -4,6 +4,8 @@
*
* All types that can be handled for host variable declarations has to
* be handled eventually.
*
* $PostgreSQL: pgsql/src/interfaces/ecpg/include/ecpgtype.h,v 1.36 2006/03/11 04:38:39 momjian Exp $
*/
/*
...
...
src/interfaces/ecpg/include/pgtypes_date.h
View file @
f3d99d16
/* $PostgreSQL: pgsql/src/interfaces/ecpg/include/pgtypes_date.h,v 1.9 2006/03/11 04:38:39 momjian Exp $ */
#ifndef PGTYPES_DATETIME
#define PGTYPES_DATETIME
...
...
src/interfaces/ecpg/include/pgtypes_error.h
View file @
f3d99d16
/* $PostgreSQL: pgsql/src/interfaces/ecpg/include/pgtypes_error.h,v 1.7 2006/03/11 04:38:39 momjian Exp $ */
#define PGTYPES_NUM_OVERFLOW 301
#define PGTYPES_NUM_BAD_NUMERIC 302
#define PGTYPES_NUM_DIVIDE_ZERO 303
...
...
src/interfaces/ecpg/include/pgtypes_interval.h
View file @
f3d99d16
/* $PostgreSQL: pgsql/src/interfaces/ecpg/include/pgtypes_interval.h,v 1.9 2006/03/11 04:38:39 momjian Exp $ */
#ifndef PGTYPES_INTERVAL
#define PGTYPES_INTERVAL
...
...
src/interfaces/ecpg/include/pgtypes_numeric.h
View file @
f3d99d16
/* $PostgreSQL: pgsql/src/interfaces/ecpg/include/pgtypes_numeric.h,v 1.15 2006/03/11 04:38:39 momjian Exp $ */
#ifndef PGTYPES_NUMERIC
#define PGTYPES_NUMERIC
...
...
src/interfaces/ecpg/include/pgtypes_timestamp.h
View file @
f3d99d16
/* $PostgreSQL: pgsql/src/interfaces/ecpg/include/pgtypes_timestamp.h,v 1.10 2006/03/11 04:38:39 momjian Exp $ */
#ifndef PGTYPES_TIMESTAMP
#define PGTYPES_TIMESTAMP
...
...
src/interfaces/ecpg/pgtypeslib/datetime.c
View file @
f3d99d16
/* $PostgreSQL: pgsql/src/interfaces/ecpg/pgtypeslib/datetime.c,v 1.27 2006/03/11 04:38:39 momjian Exp $ */
#include "postgres_fe.h"
#include <time.h>
...
...
src/interfaces/ecpg/pgtypeslib/dt.h
View file @
f3d99d16
/* $PostgreSQL: pgsql/src/interfaces/ecpg/pgtypeslib/dt.h,v 1.34 2006/03/11 04:38:39 momjian Exp $ */
#ifndef DT_H
#define DT_H
...
...
src/interfaces/ecpg/pgtypeslib/dt_common.c
View file @
f3d99d16
/* $PostgreSQL: pgsql/src/interfaces/ecpg/pgtypeslib/dt_common.c,v 1.34 2006/03/11 04:38:39 momjian Exp $ */
#include "postgres_fe.h"
#include <time.h>
...
...
src/interfaces/ecpg/pgtypeslib/extern.h
View file @
f3d99d16
/* $PostgreSQL: pgsql/src/interfaces/ecpg/pgtypeslib/extern.h,v 1.8 2006/03/11 04:38:39 momjian Exp $ */
#ifndef __PGTYPES_COMMON_H__
#define __PGTYPES_COMMON_H__
...
...
src/interfaces/ecpg/pgtypeslib/interval.c
View file @
f3d99d16
/* $PostgreSQL: pgsql/src/interfaces/ecpg/pgtypeslib/interval.c,v 1.31 2006/03/11 04:38:39 momjian Exp $ */
#include "postgres_fe.h"
#include <time.h>
#include <math.h>
...
...
src/interfaces/ecpg/pgtypeslib/numeric.c
View file @
f3d99d16
/* $PostgreSQL: pgsql/src/interfaces/ecpg/pgtypeslib/numeric.c,v 1.25 2006/03/11 04:38:40 momjian Exp $ */
#include "postgres_fe.h"
#include <ctype.h>
#include <limits.h>
...
...
src/interfaces/ecpg/preproc/descriptor.c
View file @
f3d99d16
/*
* functions needed for descriptor handling
*
* $PostgreSQL: pgsql/src/interfaces/ecpg/preproc/descriptor.c,v 1.24 2006/03/11 04:38:40 momjian Exp $
*
* since descriptor might be either a string constant or a string var
* we need to check for a constant if we expect a constant
*/
...
...
src/interfaces/ecpg/preproc/extern.h
View file @
f3d99d16
/* $PostgreSQL: pgsql/src/interfaces/ecpg/preproc/extern.h,v 1.63 2006/03/11 04:38:40 momjian Exp $ */
#ifndef _ECPG_PREPROC_EXTERN_H
#define _ECPG_PREPROC_EXTERN_H
...
...
src/interfaces/ecpg/preproc/output.c
View file @
f3d99d16
/* $PostgreSQL: pgsql/src/interfaces/ecpg/preproc/output.c,v 1.17 2006/03/11 04:38:40 momjian Exp $ */
#include "postgres_fe.h"
#include "extern.h"
...
...
src/interfaces/ecpg/test/dt_test.pgc
View file @
f3d99d16
/* $PostgreSQL: pgsql/src/interfaces/ecpg/test/dt_test.pgc,v 1.9 2006/03/11 04:38:40 momjian Exp $ */
#include <stdio.h>
#include <string.h>
#include <stdlib.h>
...
...
src/interfaces/ecpg/test/header_test.h
View file @
f3d99d16
/* $PostgreSQL: pgsql/src/interfaces/ecpg/test/header_test.h,v 1.12 2006/03/11 04:38:40 momjian Exp $ */
#include "stdlib.h"
static
void
...
...
src/interfaces/ecpg/test/num_test.pgc
View file @
f3d99d16
/* $PostgreSQL: pgsql/src/interfaces/ecpg/test/num_test.pgc,v 1.11 2006/03/11 04:38:40 momjian Exp $ */
#include <stdio.h>
#include <pgtypes_numeric.h>
#include <decimal.h>
...
...
src/interfaces/ecpg/test/perftest.pgc
View file @
f3d99d16
/* $PostgreSQL: pgsql/src/interfaces/ecpg/test/perftest.pgc,v 1.11 2006/03/11 04:38:40 momjian Exp $ */
#include <stdio.h>
#include <sys/time.h>
#include <unistd.h>
...
...
src/interfaces/libpq/libpqdll.c
View file @
f3d99d16
/* $PostgreSQL: pgsql/src/interfaces/libpq/libpqdll.c,v 1.10 2006/03/11 04:38:40 momjian Exp $ */
#define WIN32_LEAN_AND_MEAN
#include <winsock.h>
#include <windows.h>
...
...
src/pl/tcl/modules/pltcl_delmod.in
View file @
f3d99d16
#
! /bin/sh
#
$
PostgreSQL
:
pgsql
/
src
/
pl
/
tcl
/
modules
/
pltcl_delmod
.
in
,
v
1.3
2006
/
03
/
11
04
:
38
:
40
momjian
Exp
$
#
#
Start
tclsh
\
exec
@
TCLSH
@
"$0"
"$@"
...
...
src/pl/tcl/modules/pltcl_listmod.in
View file @
f3d99d16
#
! /bin/sh
#
$
PostgreSQL
:
pgsql
/
src
/
pl
/
tcl
/
modules
/
pltcl_listmod
.
in
,
v
1.3
2006
/
03
/
11
04
:
38
:
40
momjian
Exp
$
#
#
Start
tclsh
\
exec
@
TCLSH
@
"$0"
"$@"
...
...
src/port/crypt.c
View file @
f3d99d16
/* $PostgreSQL: pgsql/src/port/crypt.c,v 1.15 2006/03/11 04:38:40 momjian Exp $ */
/* $NetBSD: crypt.c,v 1.18 2001/03/01 14:37:35 wiz Exp $ */
/*
...
...
src/port/getopt.c
View file @
f3d99d16
/* $PostgreSQL: pgsql/src/port/getopt.c,v 1.10 2006/03/11 04:38:40 momjian Exp $ */
/* This is used by psql under Win32 */
/*
...
...
src/template/cygwin
View file @
f3d99d16
# $PostgreSQL: pgsql/src/template/cygwin,v 1.7 2006/03/11 04:38:40 momjian Exp $
SRCH_LIB="/usr/local/lib"
# This is required to link pg_dump because it finds pg_toupper() in
...
...
src/template/darwin
View file @
f3d99d16
# $PostgreSQL: pgsql/src/template/darwin,v 1.10 2006/03/11 04:38:40 momjian Exp $
# Apple's cpp-precomp seems a tad broken, so don't use it
# (Note: on OS X before 10.2, you might need -traditional-cpp instead)
CC="$CC -no-cpp-precomp"
...
...
src/template/dgux
View file @
f3d99d16
# $PostgreSQL: pgsql/src/template/dgux,v 1.12 2006/03/11 04:38:40 momjian Exp $
src/template/freebsd
View file @
f3d99d16
# $PostgreSQL: pgsql/src/template/freebsd,v 1.35 2006/03/11 04:38:41 momjian Exp $
case $host_cpu in
alpha*) CFLAGS="-O";; # alpha has problems with -O2
esac
src/template/hpux
View file @
f3d99d16
# $PostgreSQL: pgsql/src/template/hpux,v 1.15 2006/03/11 04:38:41 momjian Exp $
CPPFLAGS="-D_XOPEN_SOURCE_EXTENDED"
if test "$GCC" != yes ; then
...
...
src/template/linux
View file @
f3d99d16
# $PostgreSQL: pgsql/src/template/linux,v 1.28 2006/03/11 04:38:41 momjian Exp $
# Force _GNU_SOURCE on; plperl is broken with Perl 5.8.0 otherwise
CPPFLAGS="-D_GNU_SOURCE"
src/template/netbsd
View file @
f3d99d16
# $PostgreSQL: pgsql/src/template/netbsd,v 1.20 2006/03/11 04:38:41 momjian Exp $
# tools/thread/thread_test must be run
src/template/nextstep
View file @
f3d99d16
# $PostgreSQL: pgsql/src/template/nextstep,v 1.9 2006/03/11 04:38:41 momjian Exp $
AROPT=rc
SHARED_LIB=
DLSUFFIX=.o
src/template/osf
View file @
f3d99d16
# $PostgreSQL: pgsql/src/template/osf,v 1.20 2006/03/11 04:38:41 momjian Exp $
if test "$GCC" != yes ; then
CC="$CC -std"
CFLAGS="-O -ieee"
...
...
src/test/bench/perquery
View file @
f3d99d16
#!/bin/sh
# $PostgreSQL: pgsql/src/test/bench/perquery,v 1.3 2006/03/11 04:38:41 momjian Exp $
egrep
'x = "|elapse'
|
\
awk
'BEGIN { x = 0; y = 0; z = 0; a = 0; } \
/.*elapse.*/ {x = $2 + x; y = $4 + y; z = $6 + z;} \
...
...
src/test/performance/sqls/inssimple
View file @
f3d99d16
# $PostgreSQL: pgsql/src/test/performance/sqls/inssimple,v 1.2 2006/03/11 04:38:41 momjian Exp $
#
# Transactions are unsupported by MySQL - so for insertion of
# 8192 rows, 1 INSERT per Xaction, we returned "Transactions unsupported"
...
...
src/test/regress/parallel_schedule
View file @
f3d99d16
# ----------
# The first group of parallel test
# $PostgreSQL: pgsql/src/test/regress/parallel_schedule,v 1.32 2006/03/11 04:38:41 momjian Exp $
# ----------
test: boolean char name varchar text int2 int4 int8 oid float4 float8 bit numeric
...
...
src/timezone/data/etcetera
View file @
f3d99d16
# @(#)etcetera 7.12
# $PostgreSQL: pgsql/src/timezone/data/etcetera,v 1.3 2006/03/11 04:38:41 momjian Exp $
#
# These entries are mostly present for historical reasons, so that
# people in areas not otherwise covered by the tz files could "zic -l"
# to a time zone that was right for their area. These days, the
...
...
src/timezone/data/europe
View file @
f3d99d16
# @(#)europe 7.95
# $PostgreSQL: pgsql/src/timezone/data/europe,v 1.4 2006/03/11 04:38:41 momjian Exp $
#
# This data is by no means authoritative; if you think you know better,
# go ahead and edit the file (and please send any changes to
# tz@elsie.nci.nih.gov for general use in the future).
...
...
src/timezone/data/factory
View file @
f3d99d16
# @(#)factory 7.3
# $PostgreSQL: pgsql/src/timezone/data/factory,v 1.2 2006/03/11 04:38:41 momjian Exp $
# For companies who don't want to put time zone specification in
# their installation procedures. When users run date, they'll get the message.
# Also useful for the "comp.sources" version.
...
...
src/timezone/data/iso3166.tab
View file @
f3d99d16
# ISO 3166 alpha-2 country codes
#
# $PostgreSQL: pgsql/src/timezone/data/iso3166.tab,v 1.4 2006/03/11 04:38:41 momjian Exp $
#
# @(#)iso3166.tab 1.17
#
# From Paul Eggert (2004-06-14):
...
...
src/timezone/data/leapseconds
View file @
f3d99d16
...
...
@@ -2,6 +2,8 @@
# Allowance for leapseconds added to each timezone file.
# $PostgreSQL: pgsql/src/timezone/data/leapseconds,v 1.4 2006/03/11 04:38:41 momjian Exp $
# The International Earth Rotation Service periodically uses leap seconds
# to keep UTC to within 0.9 s of UT1
# (which measures the true angular orientation of the earth in space); see
...
...
src/tools/backend/index.html
View file @
f3d99d16
<!-- $PostgreSQL: pgsql/src/tools/backend/index.html,v 1.35 2006/03/11 04:38:41 momjian Exp $ -->
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html
xmlns=
"http://www.w3.org/1999/xhtml"
>
...
...
src/tools/ccsym
View file @
f3d99d16
#!/bin/sh
# $PostgreSQL: pgsql/src/tools/ccsym,v 1.7 2006/03/11 04:38:41 momjian Exp $
trap
"rm -f /tmp/
$$
.*"
0 1 2 3 15
cd
/tmp
cat
>
$$
.c
<<
EOF
...
...
src/tools/codelines
View file @
f3d99d16
:
#!/bin/sh
# $PostgreSQL: pgsql/src/tools/codelines,v 1.3 2006/03/11 04:38:41 momjian Exp $
# This script is used to compute the total number of "C" lines in the release
# This should be run from the top of the CVS tree after a 'make distclean'
...
...
src/tools/copyright
View file @
f3d99d16
#!/bin/sh
# $PostgreSQL: pgsql/src/tools/copyright,v 1.11 2006/03/11 04:38:41 momjian Exp $
rgrep
-l
'Copyright.*PostgreSQL Global Development Group'
|
while
read
FILE
do
pipe
sed
's/^\(.*Copyright (c) [12][0-9][0-9][0-9]-\)[12][0-9][0-9][0-9]\(, PostgreSQL Global Development Group.*\)$/\12006\2/'
$FILE
...
...
src/tools/entab/entab.c
View file @
f3d99d16
...
...
@@ -2,6 +2,8 @@
** entab.c - add tabs to a text file
** by Bruce Momjian (root@candle.pha.pa.us)
**
** $PostgreSQL: pgsql/src/tools/entab/entab.c,v 1.16 2006/03/11 04:38:41 momjian Exp $
**
** version 1.3
**
** tabsize = 4
...
...
src/tools/entab/entab.man
View file @
f3d99d16
.\" $PostgreSQL: pgsql/src/tools/entab/entab.man,v 1.2 2006/03/11 04:38:41 momjian Exp $
.TH ENTAB 1 local
.SH NAME
entab - tab processor
...
...
src/tools/entab/halt.c
View file @
f3d99d16
...
...
@@ -2,6 +2,8 @@
**
** halt.c
**
** $PostgreSQL: pgsql/src/tools/entab/halt.c,v 1.9 2006/03/11 04:38:41 momjian Exp $
**
** This is used to print out error messages and exit
*/
...
...
src/tools/find_badmacros
View file @
f3d99d16
#!/bin/sh
# This script attempts to find bad ifdef's, i.e. ifdef's that use braces
# but not the do { ... } while (0) syntax
#
# $PostgreSQL: pgsql/src/tools/find_badmacros,v 1.2 2006/03/11 04:38:41 momjian Exp $
#
# This is useful for running before pgindent
for
FILE
...
...
src/tools/find_gt_lt
View file @
f3d99d16
#!/bin/sh
# $PostgreSQL: pgsql/src/tools/find_gt_lt,v 1.2 2006/03/11 04:38:41 momjian Exp $
grep
'[^]a-z0-9"/!-]>'
*
.sgml ref/
*
.sgml
grep
'<[^]a-z0-9"/!-]'
*
.sgml ref/
*
.sgml
src/tools/find_static
View file @
f3d99d16
#!/bin/sh
# $PostgreSQL: pgsql/src/tools/find_static,v 1.4 2006/03/11 04:38:41 momjian Exp $
trap
"rm -f /tmp/
$$
"
0 1 2 3 15
# This script finds functions that are either never called, or
...
...
src/tools/find_typedef
View file @
f3d99d16
#!/bin/sh
# $PostgreSQL: pgsql/src/tools/find_typedef,v 1.6 2006/03/11 04:38:41 momjian Exp $
# This script attempts to find all typedef's in the postgres binaries
# by using 'nm' to report all typedef debugging symbols.
#
...
...
src/tools/findoidjoins/make_oidjoins_check
View file @
f3d99d16
#! /bin/sh
# $PostgreSQL: pgsql/src/tools/findoidjoins/make_oidjoins_check,v 1.2 2006/03/11 04:38:42 momjian Exp $
# You first run findoidjoins on the template1 database, and send that
# output into this script to generate a list of SQL statements.
...
...
src/tools/make_ctags
View file @
f3d99d16
#!/bin/sh
# $PostgreSQL: pgsql/src/tools/make_ctags,v 1.11 2006/03/11 04:38:41 momjian Exp $
trap
"rm -f /tmp/
$$
"
0 1 2 3 15
rm
-f
./tags
...
...
src/tools/make_diff/README
View file @
f3d99d16
$PostgreSQL: pgsql/src/tools/make_diff/README,v 1.3 2006/03/11 04:38:42 momjian Exp $
Bruce Momjian <pgman@candle.pha.pa.us>
Here are some of the scripts I use to make development easier.
...
...
src/tools/make_diff/cporig
View file @
f3d99d16
:
#!/bin/sh
# $PostgreSQL: pgsql/src/tools/make_diff/cporig,v 1.2 2006/03/11 04:38:42 momjian Exp $
for
FILE
do
if
[
!
-f
"
$FILE
.orig"
]
...
...
src/tools/make_diff/difforig
View file @
f3d99d16
:
#!/bin/sh
# $PostgreSQL: pgsql/src/tools/make_diff/difforig,v 1.2 2006/03/11 04:38:42 momjian Exp $
if
[
"$#"
-eq
0
]
then
APATH
=
"."
else
APATH
=
"
$1
"
...
...
src/tools/make_diff/rmorig
View file @
f3d99d16
:
#!/bin/sh
# $PostgreSQL: pgsql/src/tools/make_diff/rmorig,v 1.2 2006/03/11 04:38:42 momjian Exp $
if
[
"$#"
-eq
0
]
then
APATH
=
"."
else
APATH
=
"
$1
"
...
...
src/tools/make_etags
View file @
f3d99d16
#!/bin/sh
# $PostgreSQL: pgsql/src/tools/make_etags,v 1.3 2006/03/11 04:38:41 momjian Exp $
trap
"rm -f /tmp/
$$
"
0 1 2 3 15
rm
-f
./TAGS
find
`
pwd
`
/
-type
f
-name
'*.[chyl]'
-print
|
\
...
...
src/tools/make_keywords
View file @
f3d99d16
#!/bin/sh
# $PostgreSQL: pgsql/src/tools/make_keywords,v 1.2 2006/03/11 04:38:41 momjian Exp $
cat
<<
END
To get a list of keywords compared to SQL'92, take the keywords out of
backend/parser/keywords.c and tools/SQL_keywords.
...
...
src/tools/make_mkid
View file @
f3d99d16
#!/bin/sh
# $PostgreSQL: pgsql/src/tools/make_mkid,v 1.11 2006/03/11 04:38:41 momjian Exp $
mkid
`
find
\`
pwd
\`
/
\(
-name
_deadcode
-a
-prune
\)
-o
\
-type
f
-name
'*.[chyl]'
-print
|sed
's;//;/;g'
`
...
...
src/tools/pgcvslog
View file @
f3d99d16
:
#!/bin/sh
# $PostgreSQL: pgsql/src/tools/pgcvslog,v 1.28 2006/03/11 04:38:41 momjian Exp $
# This utility is used to generate a compact list of changes
# for each release, bjm 2000-02-22
...
...
src/tools/pginclude/pgcompinclude
View file @
f3d99d16
:
# report which #include files can not compile on their own
# takes -v option to display compile failure message and line numbers
# $PostgreSQL: pgsql/src/tools/pginclude/pgcompinclude,v 1.2 2006/03/11 04:38:42 momjian Exp $
trap "rm -f /tmp/$$.c /tmp/$$.o /tmp/$$ /tmp/$$a" 0 1 2 3 15
find . \( -name CVS -a -prune \) -o -name '*.[ch]' -type f -print | while read FILE
...
...
src/tools/pginclude/pgdefine
View file @
f3d99d16
:
# create macro calls for all defines in the file
# $PostgreSQL: pgsql/src/tools/pginclude/pgdefine,v 1.3 2006/03/11 04:38:42 momjian Exp $
trap "rm -f /tmp/$$" 0 1 2 3 15
for FILE
do
...
...
src/tools/pginclude/pgfixinclude
View file @
f3d99d16
:
# change #include's to <> or ""
# $PostgreSQL: pgsql/src/tools/pginclude/pgfixinclude,v 1.5 2006/03/11 04:38:42 momjian Exp $
trap "rm -f /tmp/$$.c /tmp/$$.o /tmp/$$ /tmp/$$a /tmp/$$b" 0 1 2 3 15
find . \( -name CVS -a -prune \) -o -type f -print |
...
...
src/tools/pginclude/pgrminclude
View file @
f3d99d16
:
# remove extra #include's
# $PostgreSQL: pgsql/src/tools/pginclude/pgrminclude,v 1.4 2006/03/11 04:38:42 momjian Exp $
trap "rm -f /tmp/$$.c /tmp/$$.o /tmp/$$ /tmp/$$a /tmp/$$b" 0 1 2 3 15
find . \( -name CVS -a -prune \) -o -type f -print |
grep -v '\./postgres.h' |
...
...
src/tools/pgindent/indent.bsd.patch
View file @
f3d99d16
$PostgreSQL:
pgsql/src/tools/pgindent/indent.bsd.patch,v 1.8 2006/03/11 04:38:42 momjian Exp $
This patch contains several fixes to NetBSD's indent and should be
applied before using pgindent.
...
...
src/tools/pgindent/pgcppindent
View file @
f3d99d16
#!/bin/sh
# $PostgreSQL: pgsql/src/tools/pgindent/pgcppindent,v 1.2 2006/03/11 04:38:42 momjian Exp $
trap
"rm -f /tmp/
$$
/tmp/
$$
a"
0 1 2 3 15
entab </dev/null
>
/dev/null
if
[
"
$?
"
-ne
0
]
...
...
src/tools/pgindent/pgindent
View file @
f3d99d16
#!/bin/sh
# $PostgreSQL: pgsql/src/tools/pgindent/pgindent,v 1.87 2006/03/11 04:38:42 momjian Exp $
# Known bugs:
#
# Blank line is added after, seen as a function definition, no space
...
...
src/tools/pgindent/pgjindent
View file @
f3d99d16
#!/bin/sh
# $PostgreSQL: pgsql/src/tools/pgindent/pgjindent,v 1.3 2006/03/11 04:38:42 momjian Exp $
trap
"rm -f /tmp/
$$
/tmp/
$$
a"
0 1 2 3 15
entab </dev/null
>
/dev/null
if
[
"
$?
"
-ne
0
]
...
...
src/tools/pgtest
View file @
f3d99d16
:
#!/bin/sh
# $PostgreSQL: pgsql/src/tools/pgtest,v 1.6 2006/03/11 04:38:41 momjian Exp $
# This runs a build/initdb/regression test suite
#
...
...
src/tutorial/funcs.c
View file @
f3d99d16
/* $PostgreSQL: pgsql/src/tutorial/funcs.c,v 1.14 2006/03/11 04:38:42 momjian Exp $ */
/******************************************************************************
These are user-defined functions that can be bound to a Postgres backend
and called by Postgres to execute SQL functions of the same name.
...
...
src/tutorial/funcs_new.c
View file @
f3d99d16
/* $PostgreSQL: pgsql/src/tutorial/funcs_new.c,v 1.7 2006/03/11 04:38:42 momjian Exp $ */
/******************************************************************************
These are user-defined functions that can be bound to a Postgres backend
and called by Postgres to execute SQL functions of the same name.
...
...
src/utils/dllinit.c
View file @
f3d99d16
/* $PostgreSQL: pgsql/src/utils/dllinit.c,v 1.17 2006/03/11 04:38:42 momjian Exp $ */
#ifdef __CYGWIN__
#include <cygwin/version.h>
#endif
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment