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
*
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
*
Un-break CREATE TYPE. Fix some other inconsistencies in the
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-20
*
Add temporary for temp.
Bruce Momjian
1999-04-19
*
Fix problems seen when result of a subselect was used in an
Tom Lane
1999-04-19
*
Repair some problems in planner's handling of HAVING clauses.
Tom Lane
1999-04-19
*
After transforming a CASE expr with a default argument,
Tom Lane
1999-04-18
*
Allow CREATE FUNCTION xyz AS '' LANGUAGE 'internal' to
Tom Lane
1999-04-18
*
Fix kill() call in elog() so that it gets its own pid by calling getpid().
Tatsuo Ishii
1999-04-16
*
Improve error messages when a connection is rejected.
Tom Lane
1999-04-16
*
Fix max(int8) result by making sure int8larger() copies its result
Thomas G. Lockhart
1999-04-15
*
Initialize reltuples = 1000, relpages = 10 in a newly created
Tom Lane
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-15
*
Fix adding columns to a temp table.
Bruce Momjian
1999-04-13
*
There are some bugs about backward scanning using
Bruce Momjian
1999-04-13
*
Fix HEAP_MOVED_IN handling in HeapTupleSatisfiesDirty().
Vadim B. Mikheev
1999-04-12
*
Some comments...
Vadim B. Mikheev
1999-04-12
*
Unique btree-s:
Vadim B. Mikheev
1999-04-12
[next]