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
*
Revert changes to process pg_proc.h entries without OIDs. We're not supposed
Magnus Hagander
2007-02-21
1
-12
/
+3
*
Parse pg_proc.h with entries without OIDs.
Magnus Hagander
2007-02-19
2
-4
/
+16
*
Make it possible to build with integer datetimes in msvc, and enable by default.
Magnus Hagander
2007-02-14
2
-0
/
+2
*
Move fsync method macro defines into /include/access/xlogdefs.h so they
Bruce Momjian
2007-02-14
1
-77
/
+1
*
Add script to run regression tests under vc++ without mingw. Update
Magnus Hagander
2007-02-13
2
-0
/
+39
*
One more fix for makefile := to : change.
Magnus Hagander
2007-02-13
1
-1
/
+1
*
Properly parse Makefile after change from := to =.
Magnus Hagander
2007-02-13
1
-1
/
+1
*
Fix pg_standby to build on msvc.
Magnus Hagander
2007-02-10
1
-1
/
+1
*
Win32 regression test fixes:
Bruce Momjian
2007-02-08
3
-13
/
+21
*
Normalize fgets() calls to use sizeof() for calculating the buffer size
Peter Eisentraut
2007-02-08
1
-2
/
+2
*
The VC++ build needs to compile the new strlcat.c file. Patch from Magnus
Alvaro Herrera
2007-02-07
1
-1
/
+1
*
Move NAMEDATALEN definition from postgres_ext.h to pg_config_manual.h. It
Peter Eisentraut
2007-02-06
1
-3
/
+3
*
This patch changes the installscript for vcbuild to actually parse the
Neil Conway
2007-02-02
1
-3
/
+38
*
Wording cleanup for error messages. Also change can't -> cannot.
Bruce Momjian
2007-02-01
1
-2
/
+2
*
Update comment.
Bruce Momjian
2007-01-31
1
-2
/
+2
*
Fix path problem in MSVC bison wrapper. per Joachim Wieland.
Andrew Dunstan
2007-01-28
1
-6
/
+8
*
Squelch some VC++ compiler warnings. Mark float literals with the "f"
Neil Conway
2007-01-26
2
-1
/
+13
*
Add a setlocal command to the beginning of build.bat. This is required
Neil Conway
2007-01-25
1
-0
/
+1
*
When using MSVC, disable the building of ecpg if pthreads is not
Bruce Momjian
2007-01-24
3
-24
/
+30
*
This patch is required for vcbuild to work after the changes to
Alvaro Herrera
2007-01-23
1
-3
/
+3
*
vcbuild updates from Magnus:
Neil Conway
2007-01-16
7
-18
/
+35
*
Attached patch fixes two problems:
Neil Conway
2007-01-10
1
-2
/
+4
*
This patch enables verbose output when building all projects. This is
Neil Conway
2007-01-10
1
-1
/
+1
*
Update copyright script to allow spaces around dash.
Bruce Momjian
2007-01-10
1
-2
/
+2
*
Fix vcbuild to allow building without OpenSSL and/or zlib. Magnus
Tom Lane
2007-01-09
1
-14
/
+21
*
vcbuild documentation from Magnus and Dave.
Tom Lane
2007-01-09
1
-0
/
+56
*
Check for ERANGE in exp() as well.
Bruce Momjian
2007-01-06
1
-1
/
+1
*
Document that we need to update the ecpg regression files when we update
Bruce Momjian
2007-01-06
1
-0
/
+1
*
Update CVS HEAD for 2007 copyright. Back branches are typically not
Bruce Momjian
2007-01-05
4
-8
/
+8
*
Update copyright script, report year used
Bruce Momjian
2007-01-05
1
-1
/
+3
*
Modify copyright script to pull current year from `date`.
Bruce Momjian
2007-01-05
1
-2
/
+2
*
Stamp major release 8.3.0, and increment library version numbers.
Bruce Momjian
2007-01-05
1
-0
/
+1
*
Fix AddDefine to handle quotes properly. Magnus
Tom Lane
2007-01-04
1
-0
/
+1
*
Support type modifiers for user-defined types, and pull most knowledge
Tom Lane
2006-12-30
1
-0
/
+2
*
Add support for XML build option to MSVC build scripts.
Tom Lane
2006-12-29
1
-0
/
+9
*
Clean up pgindent handling of comments after 'else' by only moving
Bruce Momjian
2006-12-27
1
-5
/
+11
*
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
[next]