index
:
postgresql
REL_16_STABLE
master
postgresql mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
backend
Commit message (
Expand
)
Author
Age
*
Change error messages to oids come out as %u and not %d. Change has no
Bruce Momjian
1999-05-10
*
Rearrange top-level rewrite operations so that EXPLAIN works
Tom Lane
1999-05-09
*
Running lo_read/lo_write under different memory context
Tatsuo Ishii
1999-05-09
*
Mistyping by me.
Vadim B. Mikheev
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-09
*
Add 'temporary file' facility to fd.c, and arrange for temp
Tom Lane
1999-05-09
*
Fix LMGR for MVCC.
Vadim B. Mikheev
1999-05-07
*
Fix oversights in flatten_tlistentry and replace_clause_joinvar_refs
Tom Lane
1999-05-06
*
fix_indxqual_references didn't cope with ArrayRef nodes,
Tom Lane
1999-05-06
*
Fix some nasty coredump bugs in hashjoin. This code was just
Tom Lane
1999-05-06
*
I have two patches for 6.5.0:
Bruce Momjian
1999-05-05
*
small error message improvement from Dmitry Samersoff
Bruce Momjian
1999-05-05
*
Repair incorrectly-figured snprintf length restriction.
Tom Lane
1999-05-04
*
Use sprintf() to convert float8 to a string during conversion to numeric.
Thomas G. Lockhart
1999-05-04
*
Make sure targetlist generated for subplan does not share
Tom Lane
1999-05-04
*
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-03
*
Revise union_planner and associated routines to clean up breakage
Tom Lane
1999-05-03
*
Clean up cost_sort some more: most callers were double-counting
Tom Lane
1999-05-01
*
Arrange for VACUUM to delete the init file that relcache.c uses
Tom Lane
1999-05-01
*
-T was omitted from getopt() call.
Tom Lane
1999-05-01
*
Fix compile failures in dt.c --- line broken in middle of
Tom Lane
1999-05-01
*
Patch from "Hiroshi Inoue" <Inoue@tpf.co.jp> for
Vadim B. Mikheev
1999-05-01
*
Use page-level ExtendLock lock instead of table-level -
Vadim B. Mikheev
1999-05-01
*
cleanup
Bruce Momjian
1999-04-30
*
Clean up typo causing compile failure.
Bruce Momjian
1999-04-30
*
Fill in reasonable-looking cost estimates in inserted nodes.
Tom Lane
1999-04-30
*
Clean up some bogosities in path cost estimation, like
Tom Lane
1999-04-30
*
Fix nasty little typo that prevented get_cheapest_path_for_joinkeys
Tom Lane
1999-04-30
*
Prevent priority inversion in locking by checking for existing locks
Bruce Momjian
1999-04-30
*
Bugfix (bug by me in 1.4) in backparsing INSERT ... SELECT
Jan Wieck
1999-04-29
*
Defend against 'update oid'. Someday we might want to support
Tom Lane
1999-04-29
*
Aggregate functions didn't work on subscripted array references.
Tom Lane
1999-04-29
*
Several routines in setrefs.c would crash on array refs
Tom Lane
1999-04-29
*
Fix stupid typo that broke empty-query response... odd that
Tom Lane
1999-04-28
*
Fixed DECIMAL data type to handle specified precision in atttypmod
Jan Wieck
1999-04-27
*
Fix for _copyUnique() suggested by Hiroshi Inoue
Tatsuo Ishii
1999-04-27
*
Fix from Yutaka Tanida <yutaka@marin.or.jp> for Cygwin32 support.
Tatsuo Ishii
1999-04-26
*
Insert a test for missing targetlist entry in replace_agg_clause.
Tom Lane
1999-04-26
*
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
*
My first cut at libpq revision didn't handle MULTIBYTE correctly,
Tom Lane
1999-04-25
*
ifdef out some unused routines to suppress gcc warnings.
Tom Lane
1999-04-25
*
Ooops, missed committing this one...
Tom Lane
1999-04-25
*
Revise backend libpq interfaces so that messages to the frontend
Tom Lane
1999-04-25
*
Rename explain's "size" to "rows".
Bruce Momjian
1999-04-23
*
Add disk space message to "can not extend" message.
Bruce Momjian
1999-04-23
*
Repair missing heap_endscan() in OperatorUpd().
Tom Lane
1999-04-23
*
Fix duplicating ROOT page in concurrent updates.
Vadim B. Mikheev
1999-04-22
[next]