index
:
delta/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
Release_1_0_3
WIN32_DEV
ecpg_big_bison
master
git.postgresql.org: git/postgresql.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix problems with grouping/aggregation in queries that use
Tom Lane
1999-06-06
5
-131
/
+87
*
I used bad style of comments and ... commented out some code in
Vadim B. Mikheev
1999-06-06
1
-11
/
+9
*
Instead of failing when the constructed name for a sequence,
Tom Lane
1999-06-05
1
-85
/
+92
*
Remove redeclarations of default parameter values from
Tom Lane
1999-06-05
1
-19
/
+19
*
a fix for Win32 support provided by yutaka@marin.or.jp.
Tatsuo Ishii
1999-06-05
1
-2
/
+2
*
trace.patch (compilation error)
Marc G. Fournier
1999-06-05
2
-11
/
+9
*
man.patch (make inconsistency)
Marc G. Fournier
1999-06-05
1
-3
/
+3
*
ecpg.patch (wrong makefile expansion in some cases)
Marc G. Fournier
1999-06-05
2
-11
/
+11
*
Suppress indexes on large objects from psql's \d listing;
Tom Lane
1999-06-04
1
-11
/
+24
*
Add startup-time check that -B is not unreasonably small for
Tom Lane
1999-06-04
1
-2
/
+19
*
Add configurable option controlling security checks in LO functions.
Tom Lane
1999-06-04
2
-2
/
+16
*
Turns out OIDNAMELEN wasn't really being used at all!
Tom Lane
1999-06-04
3
-15
/
+6
*
Add mention of SHARE ROW EXCLUSIVE mode.
Bruce Momjian
1999-06-04
2
-4
/
+6
*
man page cleanup for vadim.
Bruce Momjian
1999-06-04
1
-2
/
+2
*
Add description for SET TRANSACTION.
Bruce Momjian
1999-06-04
1
-1
/
+9
*
Fix for failure to clean SysCache entry when a relation is deleted
Tom Lane
1999-06-04
4
-57
/
+61
*
SET TRANSACTION ISOLATION LEVEL SERIALIZABLE;
Bruce Momjian
1999-06-03
1
-2
/
+2
*
Thanks for this, but SET TRANSACTION ISOLATION LEVEL
Bruce Momjian
1999-06-03
2
-5
/
+5
*
Add mention of FOR UPDATE and LIMIT/OFFSET>
Bruce Momjian
1999-06-03
2
-4
/
+14
*
Update lock sgml/man/psql help pages.
Bruce Momjian
1999-06-03
2
-5
/
+10
*
Add SET TRANSACTION ISOLATION LEVEL and SET NAMES mention.
Bruce Momjian
1999-06-03
2
-6
/
+6
*
Update psql help so it looks better.
Bruce Momjian
1999-06-03
1
-10
/
+14
*
Update SET commands for psql \h, man pages, and sgml.
Bruce Momjian
1999-06-03
2
-28
/
+45
*
1. Additional fix against ERROR: Child itemid marked as unused
Vadim B. Mikheev
1999-06-03
2
-25
/
+49
*
Unuseful tuple.t_data->t_infomask & HEAP_XMIN_COMMITTED in
Vadim B. Mikheev
1999-06-03
1
-3
/
+2
*
1. MyProc->xid assignment is moved to GetNewTransactionId so newer
Vadim B. Mikheev
1999-06-03
2
-18
/
+18
*
pg_dump failed on any database containing large objects,
Tom Lane
1999-06-03
1
-4
/
+6
*
Ensure consistent results when FormSortKeys fails to find
Tom Lane
1999-06-03
1
-2
/
+4
*
Ooops ... dllist.c can't use Assert() when it is compiled into
Tom Lane
1999-06-03
1
-2
/
+11
*
Changed "current." into "old." in rule string backparsing
Jan Wieck
1999-06-02
2
-31
/
+31
*
The INET and CIDR types mistakenly compared 198.68.123.0/24 and
Bruce Momjian
1999-06-02
1
-2
/
+10
*
typedef struct LTAG
Vadim B. Mikheev
1999-06-01
1
-7
/
+12
*
forgot to attach the patch. :(
Bruce Momjian
1999-06-01
1
-4
/
+4
*
commented out PgConnection& references for now. May be using them
Bruce Momjian
1999-06-01
3
-5
/
+4
*
Fix some latent bugs in dllist.c (carelessness about setting
Tom Lane
1999-05-31
3
-40
/
+73
*
Clean up memory leaks in LO operations by freeing LO's private
Tom Lane
1999-05-31
3
-28
/
+83
*
Generate a more specific error message when an operator used
Tom Lane
1999-05-31
1
-5
/
+61
*
Round up shmem size estimate to 1Kb boundary.
Tom Lane
1999-05-31
1
-1
/
+3
*
Correct serious bug in hashtable expansion routine: under the
Tom Lane
1999-05-31
1
-38
/
+44
*
NT similar file update.
Bruce Momjian
1999-05-31
1
-0
/
+4
*
Release XactLockTable share lock immediately after this lock is acquired
Vadim B. Mikheev
1999-05-31
1
-1
/
+2
*
Clean up uninitialized-variable warning from egcs.
Tom Lane
1999-05-30
1
-7
/
+12
*
egcs thinks omitting the return type in a function declaration
Tom Lane
1999-05-30
1
-3
/
+3
*
Replace static rcsid[] strings by IDENTIFICATION comments in
Tom Lane
1999-05-30
5
-14
/
+12
*
configure.in forgot to do AC_LANG_C to reselect C-based tests
Tom Lane
1999-05-30
2
-320
/
+331
*
Turns out that configure's test for HPUXMATHLIB didn't work
Tom Lane
1999-05-29
2
-103
/
+107
*
1. Run all pg_dump queries in single serializable transaction.
Vadim B. Mikheev
1999-05-29
4
-144
/
+42
*
Fix xid table sizing.
Vadim B. Mikheev
1999-05-29
2
-4
/
+5
*
Missing semicolons in non-HAS_TEST_AND_SET code paths :-(
Tom Lane
1999-05-29
1
-5
/
+5
*
Avoid redundant SysCache searches in coerce_type, for another
Tom Lane
1999-05-29
4
-37
/
+24
[next]