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
/
backend
Commit message (
Expand
)
Author
Age
Files
Lines
*
From: t-ishii@sra.co.jp
Marc G. Fournier
1998-03-15
12
-117
/
+819
*
Remove postgres95.
Bruce Momjian
1998-03-14
1
-1
/
+1
*
Get the ultrix4 ports back in sync...
Marc G. Fournier
1998-03-10
4
-79
/
+2
*
Repair "LIKE" behavior with two adjacent wildcard characters ("_").
Thomas G. Lockhart
1998-03-07
1
-9
/
+10
*
Add one-line fix to allow redefining built-in functions.
Thomas G. Lockhart
1998-03-07
1
-1
/
+2
*
pg_user cleanup.
Bruce Momjian
1998-03-06
2
-15
/
+16
*
Last minute clean up for SunOS...
Marc G. Fournier
1998-03-02
2
-5
/
+6
*
Fix money type USE_LOCALE support at least for default "C" locale.
Thomas G. Lockhart
1998-03-02
1
-26
/
+53
*
From: "Billy G. Allie" <Bill.Allie@mug.org>
Marc G. Fournier
1998-03-01
1
-3
/
+1
*
From: "Billy G. Allie" <Bill.Allie@mug.org>
Marc G. Fournier
1998-03-01
2
-19
/
+19
*
Fix scan adjusting for marked index tuples.
Vadim B. Mikheev
1998-02-28
1
-1
/
+5
*
From: Darren King <darrenk@insightdist.com>
Marc G. Fournier
1998-02-27
1
-3
/
+3
*
ExecReScan for MergeJoin.
Vadim B. Mikheev
1998-02-27
2
-88
/
+75
*
In '(a,b,...) Op [ANY|ALL] (SubSelect)' Op is restricted to
Vadim B. Mikheev
1998-02-27
1
-2
/
+6
*
Check SELECT permissions in subqueries.
Vadim B. Mikheev
1998-02-27
2
-12
/
+15
*
From: Darren King <darrenk@insightdist.com>
Marc G. Fournier
1998-02-27
2
-218
/
+217
*
execScan.c: in the end of scan projInfo->pi_slot must be
Vadim B. Mikheev
1998-02-26
2
-28
/
+41
*
index_markpos()/index_restrpos are used now.
Vadim B. Mikheev
1998-02-26
1
-7
/
+1
*
pgindent run before 6.3 release, with Thomas' requested changes.
Bruce Momjian
1998-02-26
230
-5111
/
+5532
*
Fix 6.X vacuum bug in shrinking code.
Vadim B. Mikheev
1998-02-25
1
-15
/
+11
*
From: Jan Wieck <jwieck@debis.com>
Marc G. Fournier
1998-02-25
16
-120
/
+120
*
pgindent changes for Thomas proc/lock cleanup
Bruce Momjian
1998-02-25
1
-3
/
+3
*
Fix for locking problems an dpriority.
Bruce Momjian
1998-02-24
1
-4
/
+5
*
From: "Denis V. Dmitrienko" <denis@null.net>
Marc G. Fournier
1998-02-24
6
-7
/
+394
*
From: t-ishii@sra.co.jp
Marc G. Fournier
1998-02-24
2
-2
/
+111
*
Various fixes for string.h vs strings.h
Marc G. Fournier
1998-02-24
1
-10
/
+13
*
Remove #include "port-protos.h", since we no longer use it
Marc G. Fournier
1998-02-24
1
-6
/
+1
*
There is no more 'port-protos.h', so don't try to include it
Marc G. Fournier
1998-02-24
4
-40
/
+3
*
Forgot about the svr4 dynloader stuff
Marc G. Fournier
1998-02-24
2
-0
/
+38
*
From: Jan Wieck <jwieck@debis.com>
Marc G. Fournier
1998-02-24
2
-12
/
+13
*
Quick cleanups
Marc G. Fournier
1998-02-23
1
-2
/
+3
*
From: Jan Wieck <jwieck@debis.com>
Marc G. Fournier
1998-02-23
4
-4
/
+50
*
Remove libpq README.
Bruce Momjian
1998-02-23
1
-446
/
+0
*
Fix relation path constraction in mdblindwrt().
Vadim B. Mikheev
1998-02-23
1
-12
/
+25
*
Remind people of view permissions, and install libpq README.
Bruce Momjian
1998-02-23
1
-0
/
+446
*
ExecReScan for Unique & Sort nodes.
Vadim B. Mikheev
1998-02-23
4
-8
/
+77
*
Partial fix for select distinct in subselect.
Bruce Momjian
1998-02-23
1
-2
/
+5
*
Change:
Marc G. Fournier
1998-02-21
1
-2
/
+2
*
Add handling for new RangeTblEntry column name.
Bruce Momjian
1998-02-21
2
-9
/
+24
*
Constlen can be -1, so make it a signed type.
Bruce Momjian
1998-02-21
3
-9
/
+9
*
First step done,
Marc G. Fournier
1998-02-21
5
-14
/
+124
*
*** empty log message ***
Marc G. Fournier
1998-02-20
1
-31
/
+0
*
Password fix. Now people have to do the REVOKE themselves.
Bruce Momjian
1998-02-19
1
-0
/
+34
*
FIFO lock wait queue, with readers grouped together.
Bruce Momjian
1998-02-19
1
-12
/
+34
*
Various minor modes for i386_solaris
Marc G. Fournier
1998-02-19
1
-1
/
+2
*
Fix for InitPlan-s: have to copy subselect' result tuple.
Vadim B. Mikheev
1998-02-19
1
-0
/
+12
*
New nodeGroup.c code uses own copy of first tuple in a group.
Vadim B. Mikheev
1998-02-18
2
-88
/
+66
*
Start shipping gram.y products gram.c and parse.h to avoid having to build
Thomas G. Lockhart
1998-02-18
1
-2
/
+4
*
Include products of gram.y to allow systems without bison to build Postgres.
Thomas G. Lockhart
1998-02-18
2
-0
/
+10206
*
Allow LIKE expression in constraint clause.
Thomas G. Lockhart
1998-02-18
1
-1
/
+5
[next]