Bruce Momjian
e720382441
Stamp 8.1.4, except configure/configure.in.
2006-05-19 03:57:17 +00:00
Bruce Momjian
1cb945bd50
Properly document return value of strpos().
2005-11-16 03:56:35 +00:00
Bruce Momjian
e68974665b
Have test_fsync honor -f filename argument.
2005-11-16 01:31:14 +00:00
Bruce Momjian
b064cf0b7c
Prevent certain symbols that are used for both typedefs and variable
...
names from being added to pgindent's typedef list. The existance of
them caused weird formatting in the date/type files, and in keywords.c.
Backpatch to 8.1.X.
2005-11-15 14:45:14 +00:00
Bruce Momjian
b2625c13e0
Fix recent problems with BSD indent, including indenting past 80
...
columns, shifting comment to the right when more than 150 'else if'
clauses were used, and update typedefs for 8.1.X.
NetBSD patched updated, with documentation.
2005-11-15 01:02:13 +00:00
Bruce Momjian
53de65af49
Revert pgindent length back to 79 because we are going to fix the BSD
...
indent bug.
2005-11-13 02:42:24 +00:00
Bruce Momjian
95af2633c3
Add mention to update FAQ item on most recent release to RELEASE_CHANGES.
2005-11-05 01:38:44 +00:00
Bruce Momjian
1dc3498251
Standard pgindent run for 8.1.
2005-10-15 02:49:52 +00:00
Bruce Momjian
790c01d280
Update pgindent typedef list.
2005-10-15 02:14:22 +00:00
Peter Eisentraut
15a110ed01
Document the process to update translations.
2005-10-10 19:41:27 +00:00
Alvaro Herrera
a84429a1aa
Remove an unused typedef.
2005-10-07 14:55:36 +00:00
Bruce Momjian
e2d8b79f8b
Suppress FAQ and TODO changes in pgcvslog output.
2005-09-27 17:16:08 +00:00
Bruce Momjian
a5b9e18acc
Add instructions.
2005-09-22 21:59:50 +00:00
Bruce Momjian
5d075bb4cc
Add "codelines" script to compute number of lines in a releaes.
2005-09-22 21:58:58 +00:00
Bruce Momjian
ded5dd6ed0
Update release checklist.
2005-08-25 00:30:10 +00:00
Bruce Momjian
63a67221a1
More beta1 cleanup.
2005-08-24 19:34:34 +00:00
Bruce Momjian
43bf3a6bc6
The attached patch updates the thread test program to run stand-alone on
...
Windows. The test itself is bypassed in configure as discussed, and
libpq has been updated appropriately to allow it to build in thread-safe
mode.
Dave Page
2005-08-23 21:02:05 +00:00
Bruce Momjian
a970a8cb95
Back out incorrect commit.
2005-08-23 20:48:47 +00:00
Bruce Momjian
eef7e30cc1
Fix function name.
2005-08-23 20:45:11 +00:00
Bruce Momjian
26b9dcb640
Minor cleanup.
2005-08-17 01:45:20 +00:00
Bruce Momjian
e19e382804
Update comments.
2005-08-16 19:29:38 +00:00
Bruce Momjian
e7fb5563af
Improve comment.
2005-08-16 19:23:31 +00:00
Bruce Momjian
f2ad4cadbf
Update pgcvslog comment on how to find branch start time.
...
Run autoconf/autoheader in case someone forgot in the past.
2005-08-16 17:46:57 +00:00
Bruce Momjian
505b925276
Fix #elif spacing too.
2005-07-13 15:59:32 +00:00
Bruce Momjian
5d0a43c585
Fix pgindent to not have blank line before #else in variable definition
...
section of a function.
2005-07-13 04:44:42 +00:00
Bruce Momjian
7690b41328
Add backslashes to parentheses in awk regex because if not, they are
...
treated as regex groups.
2005-07-13 04:00:28 +00:00
PostgreSQL Daemon
85f97937d2
testing activitymail
2005-07-08 15:13:09 +00:00
Bruce Momjian
b3d06e5a95
Update typedefs for pgindent.
2005-06-28 23:55:30 +00:00
Bruce Momjian
249802725d
Change awk ~ pattern from "" to //.
...
Remove extra backslash in pattern. Luke Lonergan
2005-06-28 23:16:33 +00:00
Tom Lane
2f5c47e882
Move findoidjoins out of contrib and into src/tools, which is a more
...
logical place for it since it is of no use to users. Per recent
discussions on cleaning up contrib.
2005-06-23 02:33:28 +00:00
Bruce Momjian
fb91a83e0e
Back out make_mkid change.
2005-06-04 18:20:43 +00:00
Bruce Momjian
00750f3f30
Improve readability of config location params by adding newline.
2005-06-04 18:13:59 +00:00
Bruce Momjian
22f0303023
Fix compile of entab to use stdarg.h. Clean up includes.
...
Marko Kreen
2005-05-27 15:15:31 +00:00
Tom Lane
1199026e9e
Update release checklist to reflect that HISTORY and INSTALL don't
...
need to be created by hand anymore.
2005-05-08 23:34:15 +00:00
Bruce Momjian
ce1ab398dd
Update backend flowchart HTML.
2005-05-06 19:13:02 +00:00
Bruce Momjian
33c5fce8db
Update flowchart sections to match current CVS.
2005-05-06 19:07:17 +00:00
Bruce Momjian
63ef676781
Markup improvements.
2005-05-06 18:25:46 +00:00
Bruce Momjian
8903592b10
Update backend flowchard wording
2005-05-06 18:23:13 +00:00
Neil Conway
3fa7901070
This patch changes the use of varargs.h to stdarg.h as
...
required by modern versions of GCC.
Niels Breet
2005-04-15 04:29:32 +00:00
Tom Lane
ad161bcc8a
Merge Resdom nodes into TargetEntry nodes to simplify code and save a
...
few palloc's. I also chose to eliminate the restype and restypmod fields
entirely, since they are redundant with information stored in the node's
contained expression; re-examining the expression at need seems simpler
and more reliable than trying to keep restype/restypmod up to date.
initdb forced due to change in contents of stored rules.
2005-04-06 16:34:07 +00:00
Bruce Momjian
0f3748a28c
Attached patch cleans up the HTML code in tools/backend. This is
...
required for us to pull it into the main website. Same kind of fixes as
last time, just make sure things aren't violating the HTML standard. No
context changes at all.
Magnus Hagander
2005-04-06 15:19:03 +00:00
Bruce Momjian
d1dcaed468
Update pgcvslog examples.
2005-04-01 16:34:31 +00:00
Bruce Momjian
a70574d803
Update pgcvslog examples.
2005-04-01 13:25:10 +00:00
Bruce Momjian
caad817d1c
Add fprintf() custom version to libpgport.
...
Document use of macros for pg_printf functions.
Bump major versions of all interfaces to handle movement of get_progname
from libpq to libpgport in 8.0, and probably other libpgport changes in 8.1.
2005-03-11 19:13:43 +00:00
Bruce Momjian
c5159bc0c0
Mark file-global function and variables as static.
2005-03-11 15:25:31 +00:00
Bruce Momjian
68c4804b08
Add to release checklist:
...
* Update inet/cidr data types with newest Bind patches
2005-02-02 16:58:52 +00:00
Bruce Momjian
d08889aa8b
Add tools/find_gt_lt to find < and > in SGML source.
...
Lowercase some uppercase tags so tools is more reliable at finding
problems.
2005-01-23 00:30:59 +00:00
Bruce Momjian
112654c72c
Mention issue with < and > in docs.
2005-01-22 23:39:21 +00:00
Bruce Momjian
31197bbdf5
Update version stamps for 8.1 as listed in RELEASE_CHANGES.
2005-01-18 05:00:35 +00:00
Bruce Momjian
4ea43bdfdf
Update copyright script.
2005-01-03 06:16:54 +00:00