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-06-12
Reversed out Massimo patch.
Bruce Momjian
1999-06-12
I don't like last minute patches before the final freeze, but I believe that
Bruce Momjian
1999-06-07
Repair recently-introduced error in makeIndexable for LIKE:
Tom Lane
1999-06-05
trace.patch (compilation error)
Marc G. Fournier
1999-06-04
Fix for failure to clean SysCache entry when a relation is deleted
Tom Lane
1999-06-02
Changed "current." into "old." in rule string backparsing
Jan Wieck
1999-06-02
The INET and CIDR types mistakenly compared 198.68.123.0/24 and
Bruce Momjian
1999-05-31
Fix some latent bugs in dllist.c (carelessness about setting
Tom Lane
1999-05-31
Generate a more specific error message when an operator used
Tom Lane
1999-05-31
Correct serious bug in hashtable expansion routine: under the
Tom Lane
1999-05-29
Clean up inefficient and just plain bad code in some hot-spot
Tom Lane
1999-05-26
Add fix for 0x7fU constants to pgindent
Bruce Momjian
1999-05-26
Make functions static or NOT_USED as appropriate.
Bruce Momjian
1999-05-25
Another pgindent run. Sorry folks.
Bruce Momjian
1999-05-25
Make 0x007f -> (unsigned)0x7f to make pgindent happy.
Bruce Momjian
1999-05-25
pgindent run over code.
Bruce Momjian
1999-05-25
Fixed bug in rules event qualification output.
Jan Wieck
1999-05-25
FIx for 0.0.0.0/0 output as 00/0.
Bruce Momjian
1999-05-22
Modify aset.c logic so that blocks requested from malloc get
Tom Lane
1999-05-22
Improve error message from failed LOAD command (include
Tom Lane
1999-05-22
Modify backend switch parsing to prevent 'insecure' switches
Tom Lane
1999-05-19
Remove 4096 string limited key on block size
Bruce Momjian
1999-05-13
set client_encoding to <nothing> crashes backend.
Tatsuo Ishii
1999-05-12
Fixed small bug in ruleutils and added output of pg_views and
Jan Wieck
1999-05-12
Replaced targetlist entry in GroupClause by reference number
Jan Wieck
1999-05-12
I am sorry, I misinterpreted the still failing trigger regression test.
Bruce Momjian
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
[next]