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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix a potential free() of string literal in oid2name, per report from
Neil Conway
2004-12-02
1
-12
/
+25
*
Add:
Bruce Momjian
2004-12-02
1
-1
/
+4
*
This is a little patch to correct the documentation on CVS. The URL for
Neil Conway
2004-12-02
1
-6
/
+6
*
Update Japanese FAQ.
Bruce Momjian
2004-12-02
2
-61
/
+50
*
Teach regex_fixed_prefix() the correct handling of advanced regex
Tom Lane
2004-12-02
1
-8
/
+26
*
Make some adjustments to reduce platform dependencies in plan selection.
Tom Lane
2004-12-02
9
-1465
/
+1481
*
Allow libpq to build on MS Visual Studio .NET 2003 on Windows XP.
Bruce Momjian
2004-12-01
2
-3
/
+8
*
Update French FAQ.
Bruce Momjian
2004-12-01
2
-108
/
+55
*
Fix timestamptz_age() to do calculation in local timezone not GMT, per bug 1332.
Tom Lane
2004-12-01
1
-14
/
+20
*
Clarify documentation of age() functions.
Tom Lane
2004-12-01
1
-9
/
+10
*
Change planner to use the current true disk file size as its estimate of
Tom Lane
2004-12-01
18
-3170
/
+1219
*
Add:
Bruce Momjian
2004-12-01
1
-1
/
+2
*
Update with Gavin's additions.
Bruce Momjian
2004-12-01
2
-986
/
+1069
*
Remove question mark on COPY CSV fix:
Bruce Momjian
2004-11-30
1
-2
/
+2
*
Add \n to end of output for psql \s with no history file name.
Bruce Momjian
2004-11-30
1
-1
/
+3
*
Update Turkish FAQ.
Bruce Momjian
2004-11-30
2
-25
/
+15
*
Removed:
Bruce Momjian
2004-11-30
1
-7
/
+1
*
Quote SHELL arguments only on Win32.
Bruce Momjian
2004-11-30
1
-3
/
+5
*
Add:
Bruce Momjian
2004-11-30
1
-1
/
+7
*
Fix readline/libedit selection code to prefer readline over libedit
Tom Lane
2004-11-30
3
-36
/
+298
*
Update wording:
Bruce Momjian
2004-11-30
1
-2
/
+2
*
Updated TODO list description:
Bruce Momjian
2004-11-30
1
-5
/
+8
*
Add:
Bruce Momjian
2004-11-30
1
-1
/
+2
*
Add:
Bruce Momjian
2004-11-30
1
-1
/
+5
*
Fix a few typos in comments.
Neil Conway
2004-11-30
2
-7
/
+7
*
Add:
Bruce Momjian
2004-11-30
1
-1
/
+3
*
Update plperl to use ereport() not elog() for user-facing messages,
Tom Lane
2004-11-29
2
-38
/
+67
*
Add:
Bruce Momjian
2004-11-29
1
-2
/
+2
*
Clean up initdb's error handling so that it prints something more
Tom Lane
2004-11-29
1
-100
/
+140
*
Update Turkish FAQ.
Bruce Momjian
2004-11-29
2
-36
/
+16
*
Add comment explaining possible compiler warning:
Bruce Momjian
2004-11-29
1
-1
/
+5
*
Add:
Bruce Momjian
2004-11-29
1
-1
/
+5
*
Typo fixes.
Bruce Momjian
2004-11-29
2
-4
/
+5
*
Have initdb display relative paths to start postmaster if used to invoke
Bruce Momjian
2004-11-29
1
-5
/
+16
*
Make pg_dumplo schema-aware. Karel Zak
Tom Lane
2004-11-28
4
-54
/
+106
*
Avoid scribbling on original parsetree during DECLARE CURSOR. This
Tom Lane
2004-11-28
1
-2
/
+11
*
Add description:
Bruce Momjian
2004-11-28
1
-2
/
+8
*
Mega-clarifications from Joachim Wieland.
Bruce Momjian
2004-11-28
2
-69
/
+90
*
Work around lack of NLS support in libpgport by making those components
Peter Eisentraut
2004-11-27
8
-30
/
+28
*
Correctly name the Windows operating systems
Peter Eisentraut
2004-11-27
5
-27
/
+30
*
Update of conformance information to SQL:2003
Peter Eisentraut
2004-11-27
26
-202
/
+302
*
Fix HAVE_OPTRESET to be HAVE_INT_OPTRESET. Typos spotted by Lorne Sunley.
Tom Lane
2004-11-27
8
-15
/
+15
*
Add web development faq item.
Bruce Momjian
2004-11-27
2
-3
/
+31
*
Add mention of Cygwin. Update version number.
Bruce Momjian
2004-11-27
2
-6
/
+8
*
Add to CPPFLAGS/CFLAGS in template files, don't over-ride them.
Bruce Momjian
2004-11-27
8
-11
/
+11
*
This adds mention of my latest tweak to the tsearch2/pg_trgm
Tom Lane
2004-11-27
1
-5
/
+9
*
RelOptInfo.pages should really be declared as BlockNumber, not long.
Tom Lane
2004-11-26
1
-2
/
+3
*
Install Tcl regex fixes to sync our regex engine with Tcl 8.4.8 (up from
Tom Lane
2004-11-24
1
-5
/
+10
*
Our interface code for Spencer's regexp package was checking for regexp
Tom Lane
2004-11-24
1
-6
/
+25
*
A client_encoding specification coming from the connection request has
Tom Lane
2004-11-24
3
-43
/
+78
[next]