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
*
Make sure -L and -I's for our source tree are always before system include
Peter Eisentraut
2001-02-20
39
-100
/
+95
*
Remove obsolete claim that it doesn't work to use gcc with HP's C++
Tom Lane
2001-02-20
1
-14
/
+1
*
Select optimization by default for HP's C compiler.
Tom Lane
2001-02-20
1
-0
/
+1
*
Update TODO list.
Bruce Momjian
2001-02-20
1
-2
/
+2
*
Update TODO list.
Bruce Momjian
2001-02-20
1
-1
/
+2
*
Changes:
Bruce Momjian
2001-02-20
2
-14
/
+17
*
Truncate incoming username and database name to NAMEDATALEN-1 characters
Tom Lane
2001-02-20
1
-1
/
+9
*
Update HPUX FAQ.
Bruce Momjian
2001-02-20
1
-76
/
+32
*
Fix pg_passwd's failure to cope with usernames > 8 chars.
Tom Lane
2001-02-20
2
-50
/
+52
*
Remove inclusion of <varargs.h> on SunOS; this does not work since we
Tom Lane
2001-02-20
1
-2
/
+1
*
Document --enable-cassert.
Tom Lane
2001-02-19
1
-3
/
+27
*
Update TODO list.
Bruce Momjian
2001-02-19
1
-2
/
+4
*
Update TODO list.
Bruce Momjian
2001-02-19
1
-1
/
+2
*
Change plpgsql's GET DIAGNOSTICS statement to use SQL99-compatible
Tom Lane
2001-02-19
8
-120
/
+130
*
Update TODO list.
Bruce Momjian
2001-02-19
1
-1
/
+3
*
Update TODO list.
Bruce Momjian
2001-02-19
1
-2
/
+2
*
Update TODO list.
Bruce Momjian
2001-02-19
1
-1
/
+2
*
Synced gram.y and preproc.y.
Michael Meskes
2001-02-19
2
-0
/
+5
*
Fix nasty bug in configure.
Tatsuo Ishii
2001-02-19
2
-5
/
+5
*
Update example of partially constraining join order to use a subselect
Tom Lane
2001-02-19
1
-5
/
+6
*
AND/OR truth table needs another row IMHO.
Tom Lane
2001-02-19
1
-5
/
+12
*
Add copyright mentions, per Tom Lane.
Bruce Momjian
2001-02-18
24
-128
/
+68
*
Allow extract() to accept the same field selectors as date_part(), not just
Peter Eisentraut
2001-02-18
1
-1
/
+2
*
Add --template option to createdb script to allow access to WITH TEMPLATE
Tom Lane
2001-02-18
3
-12
/
+43
*
Enhance documentation of date/time functions. Add extract, current_date,
Peter Eisentraut
2001-02-18
1
-86
/
+609
*
Make <lineannotation> italic. Fix syntax error in print style.
Peter Eisentraut
2001-02-18
1
-3
/
+4
*
Add note that partial indices are not currently supported.
Tom Lane
2001-02-18
1
-0
/
+11
*
Update description of fsync option for 7.1.
Tom Lane
2001-02-18
1
-14
/
+20
*
Change default commit_delay to zero, update documentation.
Tom Lane
2001-02-18
4
-16
/
+24
*
Change s_lock to not use any zero-delay select() calls; these are just a
Tom Lane
2001-02-18
9
-188
/
+284
*
Remove bogus set_ps_display call --- changing displayed status here is
Tom Lane
2001-02-18
1
-7
/
+8
*
Catch some stray references to .htm files.
Tom Lane
2001-02-17
2
-6
/
+6
*
No more .htm files, so don't try to add them to the doc tarballs.
Tom Lane
2001-02-17
1
-5
/
+5
*
Update TODO list.
Bruce Momjian
2001-02-17
1
-1
/
+1
*
Fix a bug in psql. unescape() does not work for multi-byte encodings.
Tatsuo Ishii
2001-02-17
1
-3
/
+9
*
Fix README in Japanese to sync with README.pgbench updated by Tom.
Tatsuo Ishii
2001-02-17
1
-6
/
+9
*
Seems a bad idea to assume that select(2) doesn't touch the input masks
Tom Lane
2001-02-17
1
-3
/
+3
*
Add current seek position to FDDEBUG output for FileRead,
Tom Lane
2001-02-17
1
-7
/
+10
*
Just noticed that use of 'volatile' in HPPA S_UNLOCK() was causing gcc
Tom Lane
2001-02-16
1
-3
/
+5
*
Update README's install instructions to agree with current reality.
Tom Lane
2001-02-16
1
-9
/
+10
*
Update bsdi shared memory stuff.
Bruce Momjian
2001-02-16
2
-1
/
+18
*
Update BSDI FAQ.
Bruce Momjian
2001-02-16
2
-19
/
+7
*
Defend against starting a non-MULTIBYTE-enabled backend in a database
Tom Lane
2001-02-16
1
-5
/
+8
*
Some more updates...
Peter Mount
2001-02-16
7
-126
/
+350
*
Update BSDI SGML.
Bruce Momjian
2001-02-16
2
-9
/
+8
*
ichar() has been renamed to chr(), so fix translation table.
Tom Lane
2001-02-16
1
-1
/
+1
*
Fix bugs in pltcl's new return_null command: it was liable to go belly up
Tom Lane
2001-02-16
1
-20
/
+41
*
Fix erroneous sort request in pltcl selftest.
Tom Lane
2001-02-16
2
-5
/
+5
*
Clean up two rather nasty bugs in operator selection code.
Tom Lane
2001-02-16
9
-90
/
+162
*
Add casting for numeric/float4/float8 type value
Hiroshi Inoue
2001-02-16
1
-0
/
+27
[next]