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
*
Fixed incorrect output for some structs.
Michael Meskes
2003-05-27
2
-4
/
+10
*
Adjust error-handling logic in libpq. For the first time, libpq copes
Tom Lane
2003-05-26
1
-12
/
+25
*
Add item for changing a column's data type.
Bruce Momjian
2003-05-26
2
-9
/
+31
*
Fix misstatement in release-notes item.
Tom Lane
2003-05-26
2
-3
/
+3
*
Update:
Bruce Momjian
2003-05-26
1
-2
/
+2
*
Make sure printtup() always sends the number of columns previously
Tom Lane
2003-05-26
1
-5
/
+5
*
Add documentation to 'createuser' that ALTER USER must be used to add or
Bruce Momjian
2003-05-26
4
-21
/
+26
*
Add:
Bruce Momjian
2003-05-26
1
-2
/
+2
*
Remove comment that cbrt() isn't being used.
Bruce Momjian
2003-05-26
1
-2
/
+1
*
Cause CHAR(n) to TEXT or VARCHAR conversion to automatically strip trailing
Tom Lane
2003-05-26
36
-1555
/
+1007
*
Information schema improvements
Peter Eisentraut
2003-05-25
2
-128
/
+374
*
Clean up our static cbrt() implementation in float.c.
Bruce Momjian
2003-05-25
1
-17
/
+2
*
Move item:
Bruce Momjian
2003-05-25
1
-3
/
+3
*
Update:
Bruce Momjian
2003-05-25
1
-3
/
+3
*
Add:
Bruce Momjian
2003-05-24
1
-1
/
+4
*
Update XML items:
Bruce Momjian
2003-05-24
1
-2
/
+3
*
Added:
Bruce Momjian
2003-05-24
1
-6
/
+3
*
Add cost estimate discussion to TODO.detail.
Bruce Momjian
2003-05-24
1
-1
/
+402
*
Add to TODO:
Bruce Momjian
2003-05-24
1
-0
/
+168
*
With disabled triggers, allow pg_dump to use ALTER TABLE ADD FOREIGN KEY
Bruce Momjian
2003-05-24
1
-1
/
+2
*
Improve implementation of btrim/ltrim/rtrim: provide a special case for
Tom Lane
2003-05-23
4
-165
/
+230
*
One more ecpg todo fixed and removed.
Michael Meskes
2003-05-23
1
-1
/
+0
*
Place statement_timeout in proper order in docs, from Bruno Wolff III.
Bruce Momjian
2003-05-23
2
-883
/
+44
*
Forgot these.
Michael Meskes
2003-05-23
2
-7
/
+14
*
ecpg now accepts array elements as arguments.
Michael Meskes
2003-05-23
4
-436
/
+625
*
Seems pl_funcs didn't have support for plpgsql PERFORM statement.
Tom Lane
2003-05-23
1
-1
/
+16
*
Update for 7.3.3.
Tom Lane
2003-05-22
1
-0
/
+100
*
Add define for missing EAI_ADDRFAMILY in BSD/OS 4.3.
Bruce Momjian
2003-05-22
1
-0
/
+5
*
Update release history for impending 7.3.3 release.
Tom Lane
2003-05-22
1
-1
/
+104
*
Fix compilation on Cygwin.
Peter Eisentraut
2003-05-22
7
-13
/
+12
*
Add defense against possibility that tzname[] doesn't exist.
Tom Lane
2003-05-22
1
-1
/
+14
*
Fixed segfault when detecting undefined cursor.
Michael Meskes
2003-05-22
1
-8
/
+10
*
Adjust configure so that extern tzname[] will be checked for
Tom Lane
2003-05-22
4
-9
/
+48
*
Repair sometimes-incorrect computation of StartUpID after a crash, per
Tom Lane
2003-05-22
1
-52
/
+64
*
Removed one TODO item for ecpg as this is done.
Michael Meskes
2003-05-22
1
-1
/
+0
*
ecpg now recognizes named structs/unions. So you don't have to list the whole...
Michael Meskes
2003-05-22
10
-114
/
+264
*
Fix coredump in pg_get_triggerdef, ensure function name is schema-
Tom Lane
2003-05-20
1
-80
/
+47
*
Reversed my incorrect fix.
Michael Meskes
2003-05-20
3
-5
/
+16
*
Add error message style guidelines to the SGML documentation.
Tom Lane
2003-05-19
2
-20
/
+626
*
Use -fPIC on Sparc, per Tom Callaway.
Tom Lane
2003-05-19
1
-0
/
+5
*
Rename Win32 include directory from win32_include to win32.
Bruce Momjian
2003-05-19
9
-2
/
+2
*
Fixed exec sql ifdef command.
Michael Meskes
2003-05-19
1
-2
/
+2
*
Repair quoting sloppiness, lack of schema awareness in reindexdb.
Tom Lane
2003-05-19
1
-23
/
+43
*
Add documentation for information schema, and some corrections on some
Peter Eisentraut
2003-05-18
4
-17
/
+1776
*
Add code to test for unknown timezone names (following some ideas from
Tom Lane
2003-05-18
3
-39
/
+265
*
Fix breakage induced by recent patch (careless use of fmtId()).
Tom Lane
2003-05-17
1
-3
/
+5
*
Fix failure when uniq-ifying an array of zero elements.
Tom Lane
2003-05-16
1
-17
/
+5
*
Small changes to use the absolute path to system catalogs.
Tom Lane
2003-05-16
3
-5
/
+5
*
Made variable type double work again.
Michael Meskes
2003-05-16
3
-15
/
+18
*
Fixed incorrect include and another typo. Sorry, the include did not create a...
Michael Meskes
2003-05-16
3
-3
/
+7
[next]