index
:
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
REL_16_STABLE
REL_17_STABLE
REL_18_STABLE
Release_1_0_3
WIN32_DEV
ecpg_big_bison
master
This is the main PostgreSQL git repository.
git repository user
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
backend
/
utils
Age
Commit message (
Expand
)
Author
1999-05-11
Changed debug options:
Jan Wieck
1999-05-10
Check for NUMERIC overflow a second time after rounding
Jan Wieck
1999-05-10
Fix initdb problem introduced by recent patch.
Bruce Momjian
1999-05-10
Change error messages to oids come out as %u and not %d. Change has no
Bruce Momjian
1999-05-09
Fix some miscellaneous places that were using raw open() or
Tom Lane
1999-05-09
Update hash and join routines to use fd.c's new temp-file
Tom Lane
1999-05-05
I have two patches for 6.5.0:
Bruce Momjian
1999-05-04
Use sprintf() to convert float8 to a string during conversion to numeric.
Thomas G. Lockhart
1999-05-03
Correct declaration of array_map() so that it doesn't make
Tom Lane
1999-05-03
here are some patches for 6.5.0 which I already submitted but have never
Bruce Momjian
1999-05-01
Arrange for VACUUM to delete the init file that relcache.c uses
Tom Lane
1999-05-01
Fix compile failures in dt.c --- line broken in middle of
Tom Lane
1999-04-29
Bugfix (bug by me in 1.4) in backparsing INSERT ... SELECT
Jan Wieck
1999-04-26
Fix from Yutaka Tanida <yutaka@marin.or.jp> for Cygwin32 support.
Tatsuo Ishii
1999-04-25
Still had a few MULTIBYTE problems when client encoding was
Tom Lane
1999-04-25
Correct potential infinite loop in pg_utf2wchar_with_len;
Tom Lane
1999-04-25
ifdef out some unused routines to suppress gcc warnings.
Tom Lane
1999-04-25
Revise backend libpq interfaces so that messages to the frontend
Tom Lane
1999-04-20
Change elog(ERROR) to get back to main loop via a plain sigsetjmp,
Tom Lane
1999-04-20
Portability patches for HPUX 11 and Unixware in configure
Tom Lane
1999-04-16
Fix kill() call in elog() so that it gets its own pid by calling getpid().
Tatsuo Ishii
1999-04-15
Fix max(int8) result by making sure int8larger() copies its result
Thomas G. Lockhart
1999-04-15
Fix code to check legal dates *before* calling localtime() to get the
Thomas G. Lockhart
1999-04-15
Fix boolean assignment of return values to use "FALSE" rather than the
Thomas G. Lockhart
1999-04-12
Fix HEAP_MOVED_IN handling in HeapTupleSatisfiesDirty().
Vadim B. Mikheev
1999-04-09
Fix CREATE OPERATOR ... LANGUAGE 'internal', which I broke while
Tom Lane
1999-04-06
Version string was truncating the last character.
Thomas G. Lockhart
1999-04-05
Fix HEAP_MOVED_OFF handling in HeapTupleSatisfiesDirty
Vadim B. Mikheev
1999-04-03
Give a better error message if an SQL-language function is
Tom Lane
1999-03-29
Modify fmgr so that internal name (compiler name) of a built-in
Tom Lane
1999-03-28
1. Vacuum is updated for MVCC.
Vadim B. Mikheev
1999-03-28
Fix bogus function signature for areajoinsel.
Tom Lane
1999-03-24
Add KOI8/WIN/ALT support
Tatsuo Ishii
1999-03-24
These small utilities are for generating internal tables from
Tatsuo Ishii
1999-03-22
Hi,
Bruce Momjian
1999-03-22
Cleanup of NULL in inet types.
Bruce Momjian
1999-03-21
This patch fixes the bug that made it impossible to grant permissions to
Bruce Momjian
1999-03-20
cleanup
Bruce Momjian
1999-03-18
cleanups
Bruce Momjian
1999-03-17
Add new postgres -O option to allow system table structure changes.
Bruce Momjian
1999-03-16
Fix snprintf with strings, and nextval('"Aa"');
Bruce Momjian
1999-03-15
LIKE cleanup.
Bruce Momjian
1999-03-15
Fix brain death in !!= operator ... it's still pretty bogus
Tom Lane
1999-03-15
> > > This patches src/bin/psql/psql.c.
Bruce Momjian
1999-03-14
src/backend/utils/adt/numeric.c fails to compile due to a string having
Bruce Momjian
1999-03-14
Attempting to insert a value of 'now' into a datetime type
Bruce Momjian
1999-03-14
Here is a little syntax error found in a .y file... A dropped semi.
Bruce Momjian
1999-03-14
We have tested the patches on three platforms:
Bruce Momjian
1999-03-07
Modify mcxt.h so that it doesn't pull in half of creation.
Tom Lane
1999-03-06
A few further tweaks to shared memory space estimation.
Tom Lane
[next]