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
31197bbd
Commit
31197bbd
authored
Jan 18, 2005
by
Bruce Momjian
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update version stamps for 8.1 as listed in RELEASE_CHANGES.
parent
f87e5b29
Changes
9
Hide whitespace changes
Inline
Side-by-side
Showing
9 changed files
with
19 additions
and
18 deletions
+19
-18
doc/bug.template
doc/bug.template
+1
-1
src/interfaces/ecpg/compatlib/Makefile
src/interfaces/ecpg/compatlib/Makefile
+2
-2
src/interfaces/ecpg/ecpglib/Makefile
src/interfaces/ecpg/ecpglib/Makefile
+2
-2
src/interfaces/ecpg/pgtypeslib/Makefile
src/interfaces/ecpg/pgtypeslib/Makefile
+2
-2
src/interfaces/ecpg/preproc/Makefile
src/interfaces/ecpg/preproc/Makefile
+2
-2
src/interfaces/libpq/Makefile
src/interfaces/libpq/Makefile
+2
-2
src/interfaces/libpq/libpq.rc.in
src/interfaces/libpq/libpq.rc.in
+4
-4
src/port/win32ver.rc
src/port/win32ver.rc
+2
-2
src/tools/RELEASE_CHANGES
src/tools/RELEASE_CHANGES
+2
-1
No files found.
doc/bug.template
View file @
31197bbd
...
...
@@ -27,7 +27,7 @@ System Configuration:
Operating System (example: Linux 2.4.18) :
PostgreSQL version (example: PostgreSQL 8.
0.0): PostgreSQL 8.0.0
PostgreSQL version (example: PostgreSQL 8.
1devel): PostgreSQL 8.1devel
Compiler used (example: gcc 3.3.5) :
...
...
src/interfaces/ecpg/compatlib/Makefile
View file @
31197bbd
...
...
@@ -4,7 +4,7 @@
#
# Copyright (c) 1994, Regents of the University of California
#
# $PostgreSQL: pgsql/src/interfaces/ecpg/compatlib/Makefile,v 1.1
8 2004/07/13 00:06:39 tgl
Exp $
# $PostgreSQL: pgsql/src/interfaces/ecpg/compatlib/Makefile,v 1.1
9 2005/01/18 05:00:15 momjian
Exp $
#
#-------------------------------------------------------------------------
...
...
@@ -14,7 +14,7 @@ include $(top_builddir)/src/Makefile.global
NAME
=
ecpg_compat
SO_MAJOR_VERSION
=
1
SO_MINOR_VERSION
=
1
SO_MINOR_VERSION
=
2
DLTYPE
=
library
override CPPFLAGS
:
= -I$(top_srcdir)/src/interfaces/ecpg/include -I$(libpq_srcdir)
\
...
...
src/interfaces/ecpg/ecpglib/Makefile
View file @
31197bbd
...
...
@@ -4,7 +4,7 @@
#
# Copyright (c) 1994, Regents of the University of California
#
# $PostgreSQL: pgsql/src/interfaces/ecpg/ecpglib/Makefile,v 1.
29 2004/11/20 21:13:05 tgl
Exp $
# $PostgreSQL: pgsql/src/interfaces/ecpg/ecpglib/Makefile,v 1.
30 2005/01/18 05:00:17 momjian
Exp $
#
#-------------------------------------------------------------------------
...
...
@@ -14,7 +14,7 @@ include $(top_builddir)/src/Makefile.global
NAME
=
ecpg
SO_MAJOR_VERSION
=
4
SO_MINOR_VERSION
=
2
SO_MINOR_VERSION
=
3
DLTYPE
=
library
override CPPFLAGS
:
= -DFRONTEND -I$(top_srcdir)/src/interfaces/ecpg/include
\
...
...
src/interfaces/ecpg/pgtypeslib/Makefile
View file @
31197bbd
...
...
@@ -4,7 +4,7 @@
#
# Copyright (c) 1994, Regents of the University of California
#
# $PostgreSQL: pgsql/src/interfaces/ecpg/pgtypeslib/Makefile,v 1.2
3 2004/10/04 20:36:12
momjian Exp $
# $PostgreSQL: pgsql/src/interfaces/ecpg/pgtypeslib/Makefile,v 1.2
4 2005/01/18 05:00:23
momjian Exp $
#
#-------------------------------------------------------------------------
...
...
@@ -14,7 +14,7 @@ include $(top_builddir)/src/Makefile.global
NAME
=
pgtypes
SO_MAJOR_VERSION
=
1
SO_MINOR_VERSION
=
2
SO_MINOR_VERSION
=
3
DLTYPE
=
library
override CPPFLAGS
:
= -I$(top_srcdir)/src/interfaces/ecpg/include
\
...
...
src/interfaces/ecpg/preproc/Makefile
View file @
31197bbd
...
...
@@ -4,7 +4,7 @@
#
# Copyright (c) 1998-2005, PostgreSQL Global Development Group
#
# $PostgreSQL: pgsql/src/interfaces/ecpg/preproc/Makefile,v 1.11
0 2005/01/01 20:44:31 tgl
Exp $
# $PostgreSQL: pgsql/src/interfaces/ecpg/preproc/Makefile,v 1.11
1 2005/01/18 05:00:28 momjian
Exp $
#
#-------------------------------------------------------------------------
...
...
@@ -14,7 +14,7 @@ top_builddir = ../../../..
include
$(top_builddir)/src/Makefile.global
MAJOR_VERSION
=
3
MINOR_VERSION
=
2
MINOR_VERSION
=
3
PATCHLEVEL
=
0
override CPPFLAGS
:
= -I$(srcdir)/../include -I$(srcdir) $(CPPFLAGS)
\
...
...
src/interfaces/libpq/Makefile
View file @
31197bbd
...
...
@@ -5,7 +5,7 @@
# Portions Copyright (c) 1996-2005, PostgreSQL Global Development Group
# Portions Copyright (c) 1994, Regents of the University of California
#
# $PostgreSQL: pgsql/src/interfaces/libpq/Makefile,v 1.12
6 2005/01/06 21:41:44 tgl
Exp $
# $PostgreSQL: pgsql/src/interfaces/libpq/Makefile,v 1.12
7 2005/01/18 05:00:30 momjian
Exp $
#
#-------------------------------------------------------------------------
...
...
@@ -17,7 +17,7 @@ include $(top_builddir)/src/Makefile.global
# shared library parameters
NAME
=
pq
SO_MAJOR_VERSION
=
3
SO_MINOR_VERSION
=
2
SO_MINOR_VERSION
=
3
DLTYPE
=
library
override CPPFLAGS
:
= -DFRONTEND -I$(srcdir) $(CPPFLAGS) -I$(top_builddir)/src/port
...
...
src/interfaces/libpq/libpq.rc.in
View file @
31197bbd
#include <winver.h>
VS_VERSION_INFO VERSIONINFO
FILEVERSION 8,
0
,0,0
PRODUCTVERSION 8,
0
,0,0
FILEVERSION 8,
1
,0,0
PRODUCTVERSION 8,
1
,0,0
FILEFLAGSMASK 0x3fL
FILEFLAGS 0
FILEOS VOS__WINDOWS32
...
...
@@ -15,13 +15,13 @@ BEGIN
BEGIN
VALUE "CompanyName", "\0"
VALUE "FileDescription", "PostgreSQL Access Library\0"
VALUE "FileVersion", "8.
0
.0\0"
VALUE "FileVersion", "8.
1
.0\0"
VALUE "InternalName", "libpq\0"
VALUE "LegalCopyright", "Copyright (C) 2005\0"
VALUE "LegalTrademarks", "\0"
VALUE "OriginalFilename", "libpq.dll\0"
VALUE "ProductName", "PostgreSQL\0"
VALUE "ProductVersion", "8.
0
.0\0"
VALUE "ProductVersion", "8.
1
.0\0"
END
END
BLOCK "VarFileInfo"
...
...
src/port/win32ver.rc
View file @
31197bbd
...
...
@@ -2,8 +2,8 @@
#include "pg_config.h"
VS_VERSION_INFO VERSIONINFO
FILEVERSION 8,
0
,0,0
PRODUCTVERSION 8,
0
,0,0
FILEVERSION 8,
1
,0,0
PRODUCTVERSION 8,
1
,0,0
FILEFLAGSMASK 0x17L
FILEFLAGS 0x0L
FILEOS VOS_NT_WINDOWS32
...
...
src/tools/RELEASE_CHANGES
View file @
31197bbd
...
...
@@ -8,9 +8,10 @@
o doc/bug.template
o bump interface version numbers
- src/interfaces/*/Makefile (major releases only)
- src/interfaces/*/*/Makefile (major releases only)
- src/interfaces/libpq/libpq.rc.in (major and minor releases)
- src/include/pg_config.h.win32 (major and minor releases)
- port/win32ver.rc (major and minor releases)
-
src/
port/win32ver.rc (major and minor releases)
* Release notes
o scan cvs logs, use pgcvslog and flags in comments
...
...
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