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
*
Add stdio for NULL define.
Bruce Momjian
1998-12-12
1
-1
/
+2
*
Clean up a few elog() messages for aggregates and functions.
Thomas G. Lockhart
1998-12-08
1
-2
/
+2
*
Define routines and catalog entries for string min()/max() functions.
Thomas G. Lockhart
1998-12-08
4
-16
/
+194
*
Define routines and catalog entries for string min()/max() functions.
Thomas G. Lockhart
1998-12-08
4
-26
/
+36
*
Fix coredumping bug in pg_dump -z; also eliminate memory leaks
Tom Lane
1998-12-05
2
-180
/
+151
*
These data types were removed before the last release.
Thomas G. Lockhart
1998-12-04
8
-607
/
+0
*
Include test for CASE expression.
Thomas G. Lockhart
1998-12-04
3
-0
/
+173
*
Implement CASE expression.
Thomas G. Lockhart
1998-12-04
17
-108
/
+777
*
Portability fixes found needed for SunOS 4.1.x:
Tom Lane
1998-11-30
4
-4
/
+11
*
Use autoconf to determine whether system has POSIX signals,
Tom Lane
1998-11-29
17
-358
/
+434
*
Change exp() behavior to generate error on underflow rather
Tom Lane
1998-11-29
2
-12
/
+5
*
Portability fix for old SunOS releases: realloc(NULL, ...)
Tom Lane
1998-11-29
1
-6
/
+12
*
Portability fix for old SunOS releases: fflush(NULL)
Tom Lane
1998-11-29
1
-4
/
+8
*
pq_getstr didn't handle buffer overrun correctly; it would
Tom Lane
1998-11-29
1
-26
/
+13
*
Add link to HPUX platform FAQ.
Tom Lane
1998-11-28
1
-0
/
+3
*
New platform-specific FAQ for HP-UX sites.
Tom Lane
1998-11-28
1
-0
/
+170
*
New HeapTuple structure/interface.
Vadim B. Mikheev
1998-11-27
3
-11
/
+11
*
New HeapTuple structure/interface.
Vadim B. Mikheev
1998-11-27
65
-851
/
+835
*
New HeapTuple structure/interface.
Vadim B. Mikheev
1998-11-27
8
-104
/
+117
*
csh and sh examples were reversed.
Thomas G. Lockhart
1998-11-25
2
-10
/
+26
*
Update platform FAQ's.
Bruce Momjian
1998-11-24
2
-0
/
+1192
*
Fixed bug in the unknown module. Module still tried to call
Jan Wieck
1998-11-23
1
-4
/
+4
*
modify configure so that template/.similar entries can be
Tom Lane
1998-11-23
3
-352
/
+383
*
Fix using indices in OR.
Vadim B. Mikheev
1998-11-22
7
-12
/
+27
*
Added indxqualorig to IndexScan: fix for using indices in OR.
Vadim B. Mikheev
1998-11-22
1
-1
/
+2
*
Updating and addign files...
Marc G. Fournier
1998-11-19
3
-79
/
+162
*
Performance improvement for libpq: avoid calling malloc separately
Tom Lane
1998-11-18
2
-116
/
+283
*
Add text<->float8 and text<->float4 conversion functions.
Thomas G. Lockhart
1998-11-17
3
-17
/
+130
*
Additional fixes for mixed-case table names from Billy Allie.
Thomas G. Lockhart
1998-11-17
2
-5
/
+13
*
From: Taral <taral@cyberjunkie.com>
Marc G. Fournier
1998-11-17
2
-71
/
+161
*
Start defining the Corba work...
Marc G. Fournier
1998-11-16
2
-0
/
+161
*
Fix a couple of bugs involving calling fmtID() twice in
Tom Lane
1998-11-15
1
-15
/
+14
*
Add new "-N" flag to force double quotes around identifiers.
Thomas G. Lockhart
1998-11-14
1
-8
/
+18
*
Add id attribute to reftitle to allow cross referencing from the new
Thomas G. Lockhart
1998-11-14
1
-1
/
+1
*
Add reference page for new vacuumdb utility.
Thomas G. Lockhart
1998-11-14
3
-0
/
+257
*
Add "vacuumdb" utility to make it easier to clean databases.
Thomas G. Lockhart
1998-11-14
2
-0
/
+122
*
Add "vacuumdb" utility.
Thomas G. Lockhart
1998-11-14
1
-2
/
+2
*
Fix test for table existance to allow mixed-case and whitespace in
Thomas G. Lockhart
1998-11-12
1
-2
/
+5
*
Fix at least a few shared-library problems on Linux.
Tom Lane
1998-11-12
2
-3
/
+8
*
Update for version 06-40-0001
Byron Nikolaidis
1998-11-11
19
-133
/
+211
*
Fix for NOT in where clause causing crash.
Bruce Momjian
1998-11-09
1
-1
/
+6
*
EXPLAIN VERBOSE had a very high probability of triggering
Tom Lane
1998-11-08
1
-20
/
+33
*
Fix a potential infinite loop in appendStringInfo: would lock
Tom Lane
1998-11-08
1
-19
/
+20
*
Update todo.
Bruce Momjian
1998-11-07
2
-16
/
+11
*
Add "-N" flag to force double quotes around identifiers.
Thomas G. Lockhart
1998-11-06
1
-2
/
+11
*
August version of docs superceded by sgml version from Jan.
Thomas G. Lockhart
1998-11-06
1
-448
/
+0
*
Upgrade to 0.91 ...
Marc G. Fournier
1998-11-06
5
-2515
/
+2645
*
Change the README file to show the upcoming 6.5 release...
Marc G. Fournier
1998-11-04
1
-1
/
+1
*
Test for and handle NULL arguments to mylog() print statements.
Thomas G. Lockhart
1998-11-04
4
-3
/
+11
*
Somehow had the solaris template names reversed. Probably was something
Thomas G. Lockhart
1998-11-04
2
-5
/
+4
[next]