index
:
delta/postgresql.git
REL2_0B
REL6_4
REL6_5_PATCHES
REL7_0_PATCHES
REL7_1_STABLE
REL7_2_STABLE
REL7_3_STABLE
REL7_4_STABLE
REL8_0_STABLE
REL8_1_STABLE
REL8_2_STABLE
REL8_3_STABLE
REL8_4_STABLE
REL8_5_ALPHA1_BRANCH
REL8_5_ALPHA2_BRANCH
REL8_5_ALPHA3_BRANCH
REL9_0_ALPHA4_BRANCH
REL9_0_ALPHA5_BRANCH
REL9_0_STABLE
REL9_1_STABLE
REL9_2_STABLE
REL9_3_STABLE
REL9_4_STABLE
REL9_5_STABLE
REL9_6_STABLE
REL_10_STABLE
REL_11_STABLE
REL_12_STABLE
REL_13_STABLE
REL_14_STABLE
REL_15_STABLE
Release_1_0_3
WIN32_DEV
ecpg_big_bison
master
git.postgresql.org: git/postgresql.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
tools
Commit message (
Expand
)
Author
Age
Files
Lines
*
Restructure operator classes to allow improved handling of cross-data-type
Tom Lane
2006-12-23
1
-15
/
+34
*
More MSVC build support from Magnus.
Tom Lane
2006-11-29
4
-0
/
+411
*
Copy fsync() defines into test_fsync.c, someday place them in an
Bruce Momjian
2006-11-25
1
-41
/
+136
*
Separate release preparation jobs for all releases and for major releases
Peter Eisentraut
2006-11-24
1
-20
/
+25
*
Revert out:
Bruce Momjian
2006-11-23
1
-21
/
+7
*
Update fsync test to match new O_DIRECT behavior.
Bruce Momjian
2006-11-23
1
-7
/
+21
*
VC build patch from Magnus:
Neil Conway
2006-11-21
1
-2
/
+5
*
More MSVC build fixes:
Tom Lane
2006-11-20
4
-16
/
+30
*
Various MSVC build fixes from Magnus; also remove stray Windows
Tom Lane
2006-10-22
6
-139
/
+296
*
Remove use of '<' and '>' in SGML, use '&' escapes.
Bruce Momjian
2006-10-16
1
-3
/
+3
*
Fix test_fsync compile on MinGW(win32)
Bruce Momjian
2006-10-13
2
-19
/
+37
*
Typo fix.
Bruce Momjian
2006-10-10
1
-1
/
+1
*
Add release checklist item:
Bruce Momjian
2006-10-10
1
-0
/
+1
*
Update comments for pgcvslog, -r BASE does not work with cvs log.
Bruce Momjian
2006-10-08
1
-5
/
+2
*
Exclude pgindent from affecting the ecpg regression directory.
Bruce Momjian
2006-10-04
1
-1
/
+3
*
Add qsort and qsort_arg to MSVC list of src/port files.
Tom Lane
2006-10-04
1
-2
/
+2
*
Udpate typedefs for pgindent.
Bruce Momjian
2006-10-04
1
-1
/
+2
*
pgevent fixes:
Bruce Momjian
2006-10-03
1
-0
/
+4
*
Update typedef list for 8.2 pgindent run.
Bruce Momjian
2006-10-03
1
-43
/
+107
*
Fix a couple other places that need to know about (some) src/port/ files
Tom Lane
2006-09-28
1
-1
/
+1
*
Several fixes for MSVC build scripts, from Magnus.
Tom Lane
2006-09-15
4
-46
/
+87
*
Update pgcvslog comments.
Bruce Momjian
2006-09-07
1
-5
/
+6
*
Update Emacs/vim editor info.
Bruce Momjian
2006-09-07
2
-0
/
+96
*
Add MSVC build tools.
Bruce Momjian
2006-09-04
8
-0
/
+1048
*
Add WIN32 compile suggestion to pginclude README.
Bruce Momjian
2006-07-19
1
-2
/
+1
*
Add pginclude testing ideas.
Bruce Momjian
2006-07-18
1
-0
/
+3
*
Mention dependency problems caused by pgrminclude on include files.
Bruce Momjian
2006-07-17
1
-5
/
+15
*
Create a tool to catch #include omissions that might not result in any
Tom Lane
2006-07-15
2
-0
/
+246
*
Have find_static skip main() functions.
Bruce Momjian
2006-07-14
1
-2
/
+2
*
Move CFLAGS for pginclude to the end of the command line.
Bruce Momjian
2006-07-14
2
-6
/
+6
*
Skip stripping postgres_fe.h include file.
Bruce Momjian
2006-07-13
1
-1
/
+2
*
Improve pginclude tools to process include file usage by other include files.
Bruce Momjian
2006-07-13
2
-4
/
+11
*
Fix pgrminclude to work for stripping include files.
Bruce Momjian
2006-07-12
1
-15
/
+16
*
Apply entab fix from Marko Kreen for these problems:
Alvaro Herrera
2006-07-11
2
-3
/
+4
*
Improve pginclude tests.
Bruce Momjian
2006-07-11
1
-7
/
+11
*
Improve pginclude compile flags.
Bruce Momjian
2006-07-11
2
-5
/
+8
*
Update pginclude documentation.
Bruce Momjian
2006-07-11
1
-2
/
+9
*
Have pgrminclude process include files too.
Bruce Momjian
2006-07-11
1
-5
/
+3
*
Add $CFLAGS support to pgrminclude.
Bruce Momjian
2006-07-11
1
-2
/
+2
*
Move pgrminclude debug code to be more effective.
Bruce Momjian
2006-07-11
1
-5
/
+5
*
Improve shell script wrapping.
Bruce Momjian
2006-07-11
1
-2
/
+4
*
Add comments to pgrminclude.
Bruce Momjian
2006-07-11
1
-1
/
+4
*
Allow each C include file to compile on its own by including any needed
Bruce Momjian
2006-07-11
1
-1
/
+2
*
Add libpq include directory to script.
Bruce Momjian
2006-07-11
1
-2
/
+2
*
Improve compile line for tool.
Bruce Momjian
2006-07-10
1
-2
/
+3
*
Update usage documention for pginclude
Bruce Momjian
2006-07-10
1
-4
/
+6
*
Add $CFLAGS handling to pgcompinclude.
Bruce Momjian
2006-07-10
1
-2
/
+2
*
Fix 'find' args for pgcompinclude tool.
Bruce Momjian
2006-07-10
1
-2
/
+2
*
Improve tool coding.
Bruce Momjian
2006-07-10
1
-3
/
+3
*
Improve script by processing only C files.
Bruce Momjian
2006-07-10
1
-2
/
+2
[next]