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
Age
Commit message (
Expand
)
Author
1999-06-10
1. Fix for elog(ERROR, "EvalPlanQual: t_xmin is uncommitted ?!")
Vadim B. Mikheev
1999-06-10
Fix errors in SELECT ... GROUP BY ... UNION SELECT ...
Tom Lane
1999-06-09
Reset evaluation plan tuple table next free slot counter to 0
Vadim B. Mikheev
1999-06-07
Concurrency... Highest one...
Vadim B. Mikheev
1999-06-07
Repair recently-introduced error in makeIndexable for LIKE:
Tom Lane
1999-06-07
Have to release meta page before reading root one!
Vadim B. Mikheev
1999-06-06
1. xact.c: update comments about changing MyProc->xid and MyProc->xmin.
Vadim B. Mikheev
1999-06-06
equal() needs a case for Aggref nodes, as shown by:
Tom Lane
1999-06-06
Fix problems with grouping/aggregation in queries that use
Tom Lane
1999-06-06
I used bad style of comments and ... commented out some code in
Vadim B. Mikheev
1999-06-05
Instead of failing when the constructed name for a sequence,
Tom Lane
1999-06-05
trace.patch (compilation error)
Marc G. Fournier
1999-06-04
Add startup-time check that -B is not unreasonably small for
Tom Lane
1999-06-04
Add configurable option controlling security checks in LO functions.
Tom Lane
1999-06-04
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-03
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-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
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-29
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-28
Repair performance problem in SI segment manipulations: iterating
Tom Lane
1999-05-27
Fix for crypt memory leak, from James Thompson
Bruce Momjian
1999-05-26
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-25
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-23
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
[next]