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
*
Turns out OIDNAMELEN wasn't really being used at all!
Tom Lane
1999-06-04
*
Fix for failure to clean SysCache entry when a relation is deleted
Tom Lane
1999-06-04
*
1. Additional fix against ERROR: Child itemid marked as unused
Vadim B. Mikheev
1999-06-03
*
Unuseful tuple.t_data->t_infomask & HEAP_XMIN_COMMITTED in
Vadim B. Mikheev
1999-06-03
*
1. MyProc->xid assignment is moved to GetNewTransactionId so newer
Vadim B. Mikheev
1999-06-03
*
Ensure consistent results when FormSortKeys fails to find
Tom Lane
1999-06-03
*
Ooops ... dllist.c can't use Assert() when it is compiled into
Tom Lane
1999-06-03
*
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-06-02
*
Fix some latent bugs in dllist.c (carelessness about setting
Tom Lane
1999-05-31
*
Clean up memory leaks in LO operations by freeing LO's private
Tom Lane
1999-05-31
*
Generate a more specific error message when an operator used
Tom Lane
1999-05-31
*
Round up shmem size estimate to 1Kb boundary.
Tom Lane
1999-05-31
*
Correct serious bug in hashtable expansion routine: under the
Tom Lane
1999-05-31
*
Release XactLockTable share lock immediately after this lock is acquired
Vadim B. Mikheev
1999-05-31
*
1. Run all pg_dump queries in single serializable transaction.
Vadim B. Mikheev
1999-05-29
*
Fix xid table sizing.
Vadim B. Mikheev
1999-05-29
*
Missing semicolons in non-HAS_TEST_AND_SET code paths :-(
Tom Lane
1999-05-29
*
Avoid redundant SysCache searches in coerce_type, for another
Tom Lane
1999-05-29
*
new_relation_targetlist used to cause about 8 separate (and
Tom Lane
1999-05-29
*
Clean up inefficient and just plain bad code in some hot-spot
Tom Lane
1999-05-29
*
Repair performance problem in SI segment manipulations: iterating
Tom Lane
1999-05-28
*
Fix for crypt memory leak, from James Thompson
Bruce Momjian
1999-05-27
*
Patch from Andreas: when CREATE TABLE is followed by CREATE INDEX
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-26
*
Another pgindent run. Sorry folks.
Bruce Momjian
1999-05-25
*
Make 0x007f -> (unsigned)0x7f to make pgindent happy.
Bruce Momjian
1999-05-25
*
Get rid of page-level locking in btree-s.
Vadim B. Mikheev
1999-05-25
*
pgindent run over code.
Bruce Momjian
1999-05-25
*
Bugfix - Range table entries that are unused after rewriting should
Jan Wieck
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-25
*
Do not assign output columns to junk attributes created from
Tom Lane
1999-05-23
*
Detect case of invalid use of GROUP BY when there are no
Tom Lane
1999-05-23
*
Fix tuple chain moving bug found by "Hiroshi Inoue" <Inoue@tpf.co.jp>.
Vadim B. Mikheev
1999-05-23
*
Update commentary in sample GEQO config file.
Tom Lane
1999-05-22
*
Reduce default GEQO 'effort' setting to MEDIUM always.
Tom Lane
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
*
Allow GEQO effort to be specified numerically, as well as
Tom Lane
1999-05-22
*
Modify backend switch parsing to prevent 'insecure' switches
Tom Lane
1999-05-22
*
Fix for select 1;select 2 without trailing semi.
Bruce Momjian
1999-05-22
*
Fix for DEFAULT ''.
Bruce Momjian
1999-05-22
*
Make postgres prompt backend>, and remove PARSEDEBUG.
Bruce Momjian
1999-05-22
*
Disable fix. Didn't work.
Bruce Momjian
1999-05-21
*
Fix typo and attempt default fix.
Bruce Momjian
1999-05-21
*
Treat {} as special regex too.
Bruce Momjian
1999-05-21
*
add retest, a regex testing program
Tatsuo Ishii
1999-05-21
*
Fix problem with | in ~ comparison using index.
Bruce Momjian
1999-05-21
[next]