Bruce Momjian
a4f1da03cc
Have find_static skip main() functions.
2006-07-14 14:59:00 +00:00
Bruce Momjian
06bed485b0
Move CFLAGS for pginclude to the end of the command line.
2006-07-14 01:05:14 +00:00
Bruce Momjian
10157d4e6f
Skip stripping postgres_fe.h include file.
2006-07-13 18:25:09 +00:00
Bruce Momjian
70e2e3d8b1
Improve pginclude tools to process include file usage by other include files.
2006-07-13 16:39:20 +00:00
Bruce Momjian
99ac1e69ba
Fix pgrminclude to work for stripping include files.
2006-07-12 16:28:27 +00:00
Alvaro Herrera
7234777674
Apply entab fix from Marko Kreen for these problems:
...
- halt.c did not include stdlib.h, thus missed exit() prototype
- Makefile ignores BINDIR for install.
- Makefile calls install with user/group args, thus failing for regular user.
While trying it I noticed that the Makefile does not support VPATH builds ...
2006-07-11 21:21:59 +00:00
Bruce Momjian
1be8f80288
Improve pginclude tests.
2006-07-11 20:51:25 +00:00
Bruce Momjian
4084681546
Improve pginclude compile flags.
2006-07-11 20:12:29 +00:00
Bruce Momjian
8230fbf964
Update pginclude documentation.
2006-07-11 19:52:12 +00:00
Bruce Momjian
6d57ed7797
Have pgrminclude process include files too.
2006-07-11 19:45:16 +00:00
Bruce Momjian
22269434a6
Add $CFLAGS support to pgrminclude.
2006-07-11 19:34:34 +00:00
Bruce Momjian
1ddbfa16a8
Move pgrminclude debug code to be more effective.
2006-07-11 19:31:29 +00:00
Bruce Momjian
108fe524a9
Improve shell script wrapping.
2006-07-11 19:30:05 +00:00
Bruce Momjian
01835c495c
Add comments to pgrminclude.
2006-07-11 19:25:41 +00:00
Bruce Momjian
b85a965f5f
Allow each C include file to compile on its own by including any needed
...
header files.
2006-07-11 13:54:25 +00:00
Bruce Momjian
45a4309074
Add libpq include directory to script.
2006-07-11 02:01:24 +00:00
Bruce Momjian
d399f1b75e
Improve compile line for tool.
2006-07-10 18:39:32 +00:00
Bruce Momjian
54485d9fdd
Update usage documention for pginclude
2006-07-10 17:13:34 +00:00
Bruce Momjian
f61f01f1a2
Add $CFLAGS handling to pgcompinclude.
2006-07-10 17:11:43 +00:00
Bruce Momjian
94a61ef757
Fix 'find' args for pgcompinclude tool.
2006-07-10 17:08:38 +00:00
Bruce Momjian
bbd41aac44
Improve tool coding.
2006-07-10 16:45:44 +00:00
Bruce Momjian
e627c9b9a6
Improve script by processing only C files.
2006-07-10 16:07:24 +00:00
Bruce Momjian
751d985805
Update cvs command example to show diff -rBASE.
2006-05-31 10:24:29 +00:00
Bruce Momjian
c6aa53e8d6
Remove mention of pg_upgrade in release checklist.
2006-05-21 20:29:16 +00:00
Bruce Momjian
7d866ffad7
Mention packager bumps configure.in/configure.
2006-05-19 03:57:09 +00:00
Bruce Momjian
5981b9d03e
Fix typo in pgcvslog, used == instead of =.
2006-03-15 03:24:17 +00:00
Bruce Momjian
f3d99d160d
Add CVS tag lines to files that were lacking them.
2006-03-11 04:38:42 +00:00
Bruce Momjian
f2f5b05655
Update copyright for 2006. Update scripts.
2006-03-05 15:59:11 +00:00
Bruce Momjian
e096406c05
Update to 2006.
2006-03-05 15:21:45 +00:00
Bruce Momjian
10d78c76e9
Update release checlist.
2006-02-12 17:23:31 +00:00
Bruce Momjian
9e66c3e6fe
Move thread_test directory from /tools to /test so source-only tarballs
...
have the directory for the configure test.
2006-02-04 01:00:02 +00:00
Tom Lane
c599a247bb
Simplify lock manager data structures by making a clear separation between
...
the data defining the semantics of a lock method (ie, conflict resolution
table and ancillary data, which is all constant) and the hash tables
storing the current state. The only thing we give up by this is the
ability to use separate hashtables for different lock methods, but there
is no need for that anyway. Put some extra fields into the LockMethod
definition structs to clean up some other uglinesses, like hard-wired
tests for DEFAULT_LOCKMETHOD and USER_LOCKMETHOD. This commit doesn't
do anything about the performance issues we were discussing, but it clears
away some of the underbrush that's in the way of fixing that.
2005-12-09 01:22:04 +00:00
Bruce Momjian
aac96b8994
Fix pgindent of libpq-fe.h by hacking pgindent script.
...
Remove pgbench comment that was causing problems.
2005-11-23 04:23:30 +00:00
Bruce Momjian
558c4367e7
Update error message and documentation for fsync test.
2005-11-16 03:32:04 +00:00
Bruce Momjian
46117e4f2a
Have test_fsync honor -f filename argument.
2005-11-16 01:31:07 +00:00
Bruce Momjian
62fb1d6028
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:10 +00:00
Bruce Momjian
02c43ffbec
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 00:43:01 +00:00
Bruce Momjian
19cb457146
Revert pgindent length back to 79 because we are going to fix the BSD
...
indent bug.
2005-11-13 02:38:49 +00:00
Bruce Momjian
6521ea008e
Lower pgident length to 77, document BSD indent bug.
2005-11-07 23:50:20 +00:00
Bruce Momjian
aaf8cb0c72
Change maximum pgindent length from 79 to 78, per Tom.
2005-11-07 22:52:41 +00:00
Tom Lane
2a8d3d83ef
R-tree is dead ... long live GiST.
2005-11-07 17:36:47 +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