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
32abf0e7
Commit
32abf0e7
authored
Nov 30, 2003
by
Bruce Momjian
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Bump all version numbers and version stamps mentioned in RELEASE_CHANGES.
parent
38887379
Changes
10
Hide whitespace changes
Inline
Side-by-side
Showing
10 changed files
with
21 additions
and
23 deletions
+21
-23
doc/bug.template
doc/bug.template
+1
-1
src/include/pg_config.h.win32
src/include/pg_config.h.win32
+2
-2
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/libpgtcl/Makefile
src/interfaces/libpgtcl/Makefile
+2
-2
src/interfaces/libpq/Makefile
src/interfaces/libpq/Makefile
+2
-2
src/interfaces/libpq/libpq.rc
src/interfaces/libpq/libpq.rc
+5
-5
src/tools/RELEASE_CHANGES
src/tools/RELEASE_CHANGES
+1
-3
No files found.
doc/bug.template
View file @
32abf0e7
...
@@ -27,7 +27,7 @@ System Configuration
...
@@ -27,7 +27,7 @@ System Configuration
Operating System (example: Linux 2.0.26 ELF) :
Operating System (example: Linux 2.0.26 ELF) :
PostgreSQL version (example: PostgreSQL-7.
4): PostgreSQL-7.4
PostgreSQL version (example: PostgreSQL-7.
5): PostgreSQL-7.5
Compiler used (example: gcc 2.95.2) :
Compiler used (example: gcc 2.95.2) :
...
...
src/include/pg_config.h.win32
View file @
32abf0e7
...
@@ -3,8 +3,8 @@
...
@@ -3,8 +3,8 @@
/*
/*
* Parts of pg_config.h that you get with autoconf on other systems
* Parts of pg_config.h that you get with autoconf on other systems
*/
*/
#define PG_VERSION "7.
4
"
#define PG_VERSION "7.
5
"
#define PG_VERSION_STR "7.
4
(win32)"
#define PG_VERSION_STR "7.
5devel
(win32)"
#define SYSCONFDIR ""
#define SYSCONFDIR ""
...
...
src/interfaces/ecpg/compatlib/Makefile
View file @
32abf0e7
...
@@ -4,7 +4,7 @@
...
@@ -4,7 +4,7 @@
#
#
# Copyright (c) 1994, Regents of the University of California
# Copyright (c) 1994, Regents of the University of California
#
#
# $PostgreSQL: pgsql/src/interfaces/ecpg/compatlib/Makefile,v 1.1
2 2003/11/29 19:52:08 pgsql
Exp $
# $PostgreSQL: pgsql/src/interfaces/ecpg/compatlib/Makefile,v 1.1
3 2003/11/30 06:09:42 momjian
Exp $
#
#
#-------------------------------------------------------------------------
#-------------------------------------------------------------------------
...
@@ -14,7 +14,7 @@ include $(top_builddir)/src/Makefile.global
...
@@ -14,7 +14,7 @@ include $(top_builddir)/src/Makefile.global
NAME
=
ecpg_compat
NAME
=
ecpg_compat
SO_MAJOR_VERSION
=
1
SO_MAJOR_VERSION
=
1
SO_MINOR_VERSION
=
0
SO_MINOR_VERSION
=
1
override CPPFLAGS
:
= -I$(top_srcdir)/src/interfaces/ecpg/include -I$(libpq_srcdir) -I$(top_srcdir)/src/include/utils $(CPPFLAGS) $(THREAD_CPPFLAGS)
override CPPFLAGS
:
= -I$(top_srcdir)/src/interfaces/ecpg/include -I$(libpq_srcdir) -I$(top_srcdir)/src/include/utils $(CPPFLAGS) $(THREAD_CPPFLAGS)
SHLIB_LINK
=
-L
../ecpglib
-lecpg
-L
../pgtypeslib
-lpgtypes
$(libpq)
\
SHLIB_LINK
=
-L
../ecpglib
-lecpg
-L
../pgtypeslib
-lpgtypes
$(libpq)
\
...
...
src/interfaces/ecpg/ecpglib/Makefile
View file @
32abf0e7
...
@@ -4,7 +4,7 @@
...
@@ -4,7 +4,7 @@
#
#
# Copyright (c) 1994, Regents of the University of California
# Copyright (c) 1994, Regents of the University of California
#
#
# $PostgreSQL: pgsql/src/interfaces/ecpg/ecpglib/Makefile,v 1.1
1 2003/11/29 19:52:08 pgsql
Exp $
# $PostgreSQL: pgsql/src/interfaces/ecpg/ecpglib/Makefile,v 1.1
2 2003/11/30 06:09:46 momjian
Exp $
#
#
#-------------------------------------------------------------------------
#-------------------------------------------------------------------------
...
@@ -14,7 +14,7 @@ include $(top_builddir)/src/Makefile.global
...
@@ -14,7 +14,7 @@ include $(top_builddir)/src/Makefile.global
NAME
=
ecpg
NAME
=
ecpg
SO_MAJOR_VERSION
=
4
SO_MAJOR_VERSION
=
4
SO_MINOR_VERSION
=
0
SO_MINOR_VERSION
=
1
override CPPFLAGS
:
= -I$(top_srcdir)/src/interfaces/ecpg/include -I$(libpq_srcdir) $(CPPFLAGS) $(THREAD_CPPFLAGS)
override CPPFLAGS
:
= -I$(top_srcdir)/src/interfaces/ecpg/include -I$(libpq_srcdir) $(CPPFLAGS) $(THREAD_CPPFLAGS)
...
...
src/interfaces/ecpg/pgtypeslib/Makefile
View file @
32abf0e7
...
@@ -4,7 +4,7 @@
...
@@ -4,7 +4,7 @@
#
#
# Copyright (c) 1994, Regents of the University of California
# Copyright (c) 1994, Regents of the University of California
#
#
# $PostgreSQL: pgsql/src/interfaces/ecpg/pgtypeslib/Makefile,v 1.1
4 2003/11/29 19:52:08 pgsql
Exp $
# $PostgreSQL: pgsql/src/interfaces/ecpg/pgtypeslib/Makefile,v 1.1
5 2003/11/30 06:09:46 momjian
Exp $
#
#
#-------------------------------------------------------------------------
#-------------------------------------------------------------------------
...
@@ -14,7 +14,7 @@ include $(top_builddir)/src/Makefile.global
...
@@ -14,7 +14,7 @@ include $(top_builddir)/src/Makefile.global
NAME
=
pgtypes
NAME
=
pgtypes
SO_MAJOR_VERSION
=
1
SO_MAJOR_VERSION
=
1
SO_MINOR_VERSION
=
0
SO_MINOR_VERSION
=
1
override CPPFLAGS
:
= -I$(top_srcdir)/src/interfaces/ecpg/include -I$(top_srcdir)/src/include/utils -I$(libpq_srcdir) $(CPPFLAGS) $(THREAD_CPPFLAGS)
override CPPFLAGS
:
= -I$(top_srcdir)/src/interfaces/ecpg/include -I$(top_srcdir)/src/include/utils -I$(libpq_srcdir) $(CPPFLAGS) $(THREAD_CPPFLAGS)
SHLIB_LINK
+=
-lm
SHLIB_LINK
+=
-lm
...
...
src/interfaces/ecpg/preproc/Makefile
View file @
32abf0e7
# $PostgreSQL: pgsql/src/interfaces/ecpg/preproc/Makefile,v 1.9
5 2003/11/29 19:52:08 pgsql
Exp $
# $PostgreSQL: pgsql/src/interfaces/ecpg/preproc/Makefile,v 1.9
6 2003/11/30 06:09:47 momjian
Exp $
subdir
=
src/interfaces/ecpg/preproc
subdir
=
src/interfaces/ecpg/preproc
top_builddir
=
../../../..
top_builddir
=
../../../..
include
$(top_builddir)/src/Makefile.global
include
$(top_builddir)/src/Makefile.global
MAJOR_VERSION
=
3
MAJOR_VERSION
=
3
MINOR_VERSION
=
0
MINOR_VERSION
=
1
PATCHLEVEL
=
0
PATCHLEVEL
=
0
override CPPFLAGS
:
= -I$(srcdir)/../include -I$(srcdir) $(CPPFLAGS) $(THREAD_CPPFLAGS)
\
override CPPFLAGS
:
= -I$(srcdir)/../include -I$(srcdir) $(CPPFLAGS) $(THREAD_CPPFLAGS)
\
...
...
src/interfaces/libpgtcl/Makefile
View file @
32abf0e7
...
@@ -4,7 +4,7 @@
...
@@ -4,7 +4,7 @@
#
#
# Copyright (c) 1994, Regents of the University of California
# Copyright (c) 1994, Regents of the University of California
#
#
# $PostgreSQL: pgsql/src/interfaces/libpgtcl/Makefile,v 1.3
4 2003/11/29 19:52:11 pgsql
Exp $
# $PostgreSQL: pgsql/src/interfaces/libpgtcl/Makefile,v 1.3
5 2003/11/30 06:09:48 momjian
Exp $
#
#
#-------------------------------------------------------------------------
#-------------------------------------------------------------------------
...
@@ -14,7 +14,7 @@ include ../../Makefile.global
...
@@ -14,7 +14,7 @@ include ../../Makefile.global
NAME
=
pgtcl
NAME
=
pgtcl
SO_MAJOR_VERSION
=
2
SO_MAJOR_VERSION
=
2
SO_MINOR_VERSION
=
4
SO_MINOR_VERSION
=
5
override CPPFLAGS
:
= -I$(libpq_srcdir) $(CPPFLAGS) $(TCL_INCLUDE_SPEC)
override CPPFLAGS
:
= -I$(libpq_srcdir) $(CPPFLAGS) $(TCL_INCLUDE_SPEC)
...
...
src/interfaces/libpq/Makefile
View file @
32abf0e7
...
@@ -4,7 +4,7 @@
...
@@ -4,7 +4,7 @@
#
#
# Copyright (c) 1994, Regents of the University of California
# Copyright (c) 1994, Regents of the University of California
#
#
# $PostgreSQL: pgsql/src/interfaces/libpq/Makefile,v 1.9
5 2003/11/29 19:52:11 pgsql
Exp $
# $PostgreSQL: pgsql/src/interfaces/libpq/Makefile,v 1.9
6 2003/11/30 06:09:50 momjian
Exp $
#
#
#-------------------------------------------------------------------------
#-------------------------------------------------------------------------
...
@@ -16,7 +16,7 @@ include $(top_builddir)/src/Makefile.global
...
@@ -16,7 +16,7 @@ include $(top_builddir)/src/Makefile.global
# shared library parameters
# shared library parameters
NAME
=
pq
NAME
=
pq
SO_MAJOR_VERSION
=
3
SO_MAJOR_VERSION
=
3
SO_MINOR_VERSION
=
1
SO_MINOR_VERSION
=
2
override CPPFLAGS
:
= -I$(srcdir) $(CPPFLAGS) $(THREAD_CPPFLAGS) -DFRONTEND -DSYSCONFDIR='"$(sysconfdir)"'
override CPPFLAGS
:
= -I$(srcdir) $(CPPFLAGS) $(THREAD_CPPFLAGS) -DFRONTEND -DSYSCONFDIR='"$(sysconfdir)"'
...
...
src/interfaces/libpq/libpq.rc
View file @
32abf0e7
#include <winver.h>
#include <winver.h>
VS_VERSION_INFO VERSIONINFO
VS_VERSION_INFO VERSIONINFO
FILEVERSION 7,
4
,0,0
FILEVERSION 7,
5
,0,0
PRODUCTVERSION 7,
4
,0,0
PRODUCTVERSION 7,
5
,0,0
FILEFLAGSMASK 0x3fL
FILEFLAGSMASK 0x3fL
FILEFLAGS 0
FILEFLAGS 0
FILEOS VOS__WINDOWS32
FILEOS VOS__WINDOWS32
...
@@ -15,13 +15,13 @@ BEGIN
...
@@ -15,13 +15,13 @@ BEGIN
BEGIN
BEGIN
VALUE "CompanyName", "\0"
VALUE "CompanyName", "\0"
VALUE "FileDescription", "PostgreSQL Access Library\0"
VALUE "FileDescription", "PostgreSQL Access Library\0"
VALUE "FileVersion", "7,
4
, 0, 0\0"
VALUE "FileVersion", "7,
5
, 0, 0\0"
VALUE "InternalName", "libpq\0"
VALUE "InternalName", "libpq\0"
VALUE "LegalCopyright", "Copyright (C) 200
0
\0"
VALUE "LegalCopyright", "Copyright (C) 200
4
\0"
VALUE "LegalTrademarks", "\0"
VALUE "LegalTrademarks", "\0"
VALUE "OriginalFilename", "libpq.dll\0"
VALUE "OriginalFilename", "libpq.dll\0"
VALUE "ProductName", "PostgreSQL\0"
VALUE "ProductName", "PostgreSQL\0"
VALUE "ProductVersion", "7,
4
, 0, 0\0"
VALUE "ProductVersion", "7,
5
, 0, 0\0"
END
END
END
END
BLOCK "VarFileInfo"
BLOCK "VarFileInfo"
...
...
src/tools/RELEASE_CHANGES
View file @
32abf0e7
* Version numbers
* Version numbers
configure.in and configure
configure.in and configure
doc/bug.template
bump interface version numbers
bump interface version numbers
o src/interfaces/*/Makefile
o src/interfaces/*/Makefile
o src/interfaces/libpq/libpq.rc (update for minor release)
o src/interfaces/libpq/libpq.rc (update for minor release)
...
@@ -19,9 +20,6 @@
...
@@ -19,9 +20,6 @@
update INSTALL
update INSTALL
platform-specific FAQ's, if needed
platform-specific FAQ's, if needed
* Miscellaneous files
doc/bug.template
* Update pg_upgrade to handle new version, or disable
* Update pg_upgrade to handle new version, or disable
* Update copyright year?
* Update copyright year?
...
...
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