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
a5f96f69
Commit
a5f96f69
authored
Feb 27, 2007
by
Bruce Momjian
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update DEV FAQ for CVS/SVN issue.
Robert Treat
parent
f7780bf3
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
79 additions
and
42 deletions
+79
-42
doc/FAQ_DEV
doc/FAQ_DEV
+40
-22
doc/src/FAQ/FAQ_DEV.html
doc/src/FAQ/FAQ_DEV.html
+39
-20
No files found.
doc/FAQ_DEV
View file @
a5f96f69
Developer's Frequently Asked Questions (FAQ) for PostgreSQL
Developer's Frequently Asked Questions (FAQ) for PostgreSQL
Last updated:
Mon Feb 19 18:44:29
EST 2007
Last updated:
Tue Feb 27 16:06:41
EST 2007
Current maintainer: Bruce Momjian (bruce@momjian.us)
Current maintainer: Bruce Momjian (bruce@momjian.us)
...
@@ -31,6 +31,8 @@ General Questions
...
@@ -31,6 +31,8 @@ General Questions
1.17) Where can I get technical assistance?
1.17) Where can I get technical assistance?
1.18) How do I get involved in PostgreSQL web site development?
1.18) How do I get involved in PostgreSQL web site development?
1.19) What is the timeline for the next major PostgreSQL release?
1.19) What is the timeline for the next major PostgreSQL release?
1.20) Why haven't you replaced CVS with SVN, Git, Monotone, VSS,
<insert your favorite SCM system here>?
Technical Questions
Technical Questions
...
@@ -568,6 +570,43 @@ General Questions
...
@@ -568,6 +570,43 @@ General Questions
http://gborg.postgresql.org/project/pgweb/projdisplay.php , the code
http://gborg.postgresql.org/project/pgweb/projdisplay.php , the code
for the next version of the website is under the "portal" module.
for the next version of the website is under the "portal" module.
1.19) What is the timeline for the next major PostgreSQL release?
The development schedule for the 8.3 release is:
March 1, 2007
Initial community review of all major feature patches
April 1, 2007
Feature freeze, all patches must be submitted for review and
application
mid-May, 2007
All patches applied, beta testing begins
July, 2007
Release of 8.3.0
Patches that appear after appropriate dates are typically not applied
but held for the next major release.
1.20) Why haven't you replaced CVS with SVN, Git, Monotone, VSS, <insert your
favorite SCMS here>?
Currently the core developers see no SCMS that will provide enough
benefit to outwiegh the pain involved in moving to a new SCMS. Typical
problems that must be addressed by any new SCMS include:
* Run natively on all of our supported platforms.
* Integrate into the Buildfarm.
* Import our entire CVS Repository while preserving complete
history.
* Allow for anonymous checkouts.
Currently there is no intention for switching to a new SCMS until at
least the end of the 8.4 development cycle sometime in late 2008. For
more information please refer to the mailing list archives.
Technical Questions
Technical Questions
2.1) How do I efficiently access information in tables from the backend code?
2.1) How do I efficiently access information in tables from the backend code?
...
@@ -802,24 +841,3 @@ typedef struct nameData
...
@@ -802,24 +841,3 @@ typedef struct nameData
pgsql/data directory. The client profile file will be put in the
pgsql/data directory. The client profile file will be put in the
client's current directory. Linux requires a compile with
client's current directory. Linux requires a compile with
-DLINUX_PROFILE for proper profiling.
-DLINUX_PROFILE for proper profiling.
2.9) What is the timeline for the next major PostgreSQL release?
The development schedule for the 8.3 release is:
March 1, 2007
Initial community review of all major feature patches
April 1, 2007
Feature freeze, all patches must be submitted for review and
application
mid-May, 2007
All patches applied, beta testing begins
July, 2007
Release of 8.3.0
Patches that appear after appropriate dates are typically not applied
but held for the next major release.
doc/src/FAQ/FAQ_DEV.html
View file @
a5f96f69
...
@@ -13,7 +13,7 @@
...
@@ -13,7 +13,7 @@
<H1>
Developer's Frequently Asked Questions (FAQ) for
<H1>
Developer's Frequently Asked Questions (FAQ) for
PostgreSQL
</H1>
PostgreSQL
</H1>
<P>
Last updated:
Mon Feb 19 18:44:29
EST 2007
</P>
<P>
Last updated:
Tue Feb 27 16:06:41
EST 2007
</P>
<P>
Current maintainer: Bruce Momjian (
<A
href=
<P>
Current maintainer: Bruce Momjian (
<A
href=
"mailto:bruce@momjian.us"
>
bruce@momjian.us
</A>
)
<BR>
"mailto:bruce@momjian.us"
>
bruce@momjian.us
</A>
)
<BR>
...
@@ -57,6 +57,8 @@
...
@@ -57,6 +57,8 @@
site development?
<BR>
site development?
<BR>
<A
href=
"#item1.19"
>
1.19
</A>
) What is the timeline for the next major
<A
href=
"#item1.19"
>
1.19
</A>
) What is the timeline for the next major
PostgreSQL release?
<BR>
PostgreSQL release?
<BR>
<A
href=
"#item1.20"
>
1.20
</A>
) Why haven't you replaced CVS with SVN, Git,
Monotone, VSS,
<
insert your favorite SCM system here
>
?
<H2>
Technical Questions
</H2>
<H2>
Technical Questions
</H2>
...
@@ -708,7 +710,42 @@
...
@@ -708,7 +710,42 @@
the source code is available at
<A
href=
the source code is available at
<A
href=
"http://gborg.postgresql.org/project/pgweb/projdisplay.php"
>
http://gborg.postgresql.org/project/pgweb/projdisplay.php
</A>
"http://gborg.postgresql.org/project/pgweb/projdisplay.php"
>
http://gborg.postgresql.org/project/pgweb/projdisplay.php
</A>
, the code for the next version of the website is under the
, the code for the next version of the website is under the
"portal" module.
"portal" module.
</P>
<H3
id=
"item1.19"
>
1.19) What is the timeline for the next major
PostgreSQL release?
</H3>
<P>
The development schedule for the 8.3 release is:
</P>
<DL>
<DD>
March 1, 2007
</DD>
<DT>
Initial community review of all major feature patches
</DT>
<DD>
April 1, 2007
</DD>
<DT>
Feature freeze, all patches must be submitted for review and application
</DT>
<DD>
mid-May, 2007
</DD>
<DT>
All patches applied, beta testing begins
</DT>
<DD>
July, 2007
</DD>
<DT>
Release of 8.3.0
</DT>
</DL>
<P>
Patches that appear after appropriate dates are typically
not applied but held for the next major release.
</P>
<H3
id=
"item1.20"
>
1.20) Why haven't you replaced CVS with SVN, Git,
Monotone, VSS,
<
insert your favorite SCMS here
>
?
</H3>
<P>
Currently the core developers see no SCMS that will provide
enough benefit to outwiegh the pain involved in moving to a new
SCMS. Typical problems that must be addressed by any new SCMS include:
</P>
<ul>
<li>
Run natively on all of our
<a
href=
"http://www.postgresql.org/docs/current/interactive/supported-platforms.html"
>
supported platforms
</a>
.
</li>
<li>
Integrate into the
<a
href=
"http://pgbuildfarm.org/"
>
Buildfarm
</a>
.
</li>
<li>
Import our entire CVS Repository while preserving complete history.
</li>
<li>
Allow for anonymous checkouts.
</li>
</ul>
<P>
Currently there is no intention for switching to a new SCMS until at least the
end of the 8.4 development cycle sometime in late 2008. For more information
please refer to the mailing list archives.
</P>
<H2>
Technical Questions
</H2>
<H2>
Technical Questions
</H2>
...
@@ -998,24 +1035,6 @@
...
@@ -998,24 +1035,6 @@
requires a compile with
<I>
-DLINUX_PROFILE
</I>
for proper
requires a compile with
<I>
-DLINUX_PROFILE
</I>
for proper
profiling.
</P>
profiling.
</P>
<H3
id=
"item2.9"
>
2.9) What is the timeline for the next major
PostgreSQL release?
<BR>
<P>
The development schedule for the 8.3 release is:
</P>
<DL>
<DD>
March 1, 2007
</DD>
<DT>
Initial community review of all major feature patches
</DT>
<DD>
April 1, 2007
</DD>
<DT>
Feature freeze, all patches must be submitted for review and application
</DT>
<DD>
mid-May, 2007
</DD>
<DT>
All patches applied, beta testing begins
</DT>
<DD>
July, 2007
</DD>
<DT>
Release of 8.3.0
</DT>
</DL>
<P>
Patches that appear after appropriate dates are typically
not applied but held for the next major release.
</P>
</BODY>
</BODY>
</HTML>
</HTML>
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