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
/
include
Commit message (
Expand
)
Author
Age
Files
Lines
*
This is the first (of hopefully few) AIX port patches. This patch
Bruce Momjian
1998-08-29
1
-2
/
+2
*
Hello!
Bruce Momjian
1998-08-29
2
-3
/
+10
*
Make 'name' type int aligned, like char/varchar.
Bruce Momjian
1998-08-27
2
-16
/
+16
*
Fix 'd ' should be 'd'.
Bruce Momjian
1998-08-27
1
-2
/
+2
*
Fix problem where attbyval was wrong for xid types.
Bruce Momjian
1998-08-26
2
-33
/
+42
*
Fix atttypmod alignment again, and re-enable ecpg.
Bruce Momjian
1998-08-26
2
-2
/
+19
*
Fix atttypmod to be int32 in system catalogs. Oops.
Bruce Momjian
1998-08-26
1
-2
/
+2
*
Make attalign match type alignment.
Bruce Momjian
1998-08-26
2
-20
/
+20
*
cvs add'd two files for the tprintf() patch...
Marc G. Fournier
1998-08-25
1
-0
/
+85
*
From: Massimo Dal Zotto <dz@cs.unitn.it>
Marc G. Fournier
1998-08-25
3
-3
/
+15
*
From: Massimo Dal Zotto <dz@cs.unitn.it>
Marc G. Fournier
1998-08-25
1
-3
/
+3
*
missed adding a new include file
Marc G. Fournier
1998-08-25
1
-0
/
+87
*
From: Massimo Dal Zotto <dz@cs.unitn.it>
Marc G. Fournier
1998-08-25
2
-1
/
+4
*
From: Massimo Dal Zotto <dz@cs.unitn.it>
Marc G. Fournier
1998-08-25
1
-2
/
+2
*
From: Massimo Dal Zotto <dz@cs.unitn.it>
Marc G. Fournier
1998-08-25
2
-21
/
+47
*
From: Massimo Dal Zotto <dz@cs.unitn.it>
Marc G. Fournier
1998-08-25
1
-20
/
+0
*
From: Massimo Dal Zotto <dz@cs.unitn.it>
Marc G. Fournier
1998-08-25
1
-9
/
+13
*
Add is_sequence flag to ColumnDef structure. Used to implement SERIAL type.
Thomas G. Lockhart
1998-08-25
1
-1
/
+2
*
Make sure resdomno for update/insert match attribute number for
Bruce Momjian
1998-08-25
1
-4
/
+3
*
This is the final state of the rule system for 6.4 after the
Bruce Momjian
1998-08-24
2
-4
/
+12
*
o note that now pg_database has a new attribuite "encoding" even
Bruce Momjian
1998-08-24
10
-726
/
+29
*
Attached is a patch that uses autoconf to determine whether there
Bruce Momjian
1998-08-23
2
-15
/
+14
*
Here are additional patches for the UnixWare 7 port.
Bruce Momjian
1998-08-22
3
-5
/
+14
*
Vacuum fix. Was modifying cache.
Bruce Momjian
1998-08-19
2
-14
/
+15
*
heap_fetch requires buffer pointer, must be released; heap_getnext
Bruce Momjian
1998-08-19
21
-286
/
+116
*
From: Jan Wieck <jwieck@debis.com>
Marc G. Fournier
1998-08-18
1
-2
/
+6
*
Remove single-argument trim() function from table.
Thomas G. Lockhart
1998-08-15
1
-4
/
+1
*
Include OID as a built-in type.
Thomas G. Lockhart
1998-08-14
1
-2
/
+6
*
fix typo.
Bruce Momjian
1998-08-11
1
-1
/
+2
*
index strategy cleanup
Bruce Momjian
1998-08-11
1
-5
/
+1
*
Change owner from oid to int4 type.
Bruce Momjian
1998-08-11
10
-33
/
+33
*
More op_class cleanup.
Bruce Momjian
1998-08-11
1
-2
/
+2
*
Remove NOBTREE defines, and make findoidlinks handle regproc.
Bruce Momjian
1998-08-11
3
-171
/
+3
*
cleanup.
Bruce Momjian
1998-08-11
1
-2
/
+2
*
Cleanup optimizer function names and clarify code.
Bruce Momjian
1998-08-10
3
-10
/
+10
*
New pgindent.
Bruce Momjian
1998-08-09
1
-2
/
+2
*
Make large objects their own relkind type. Fix dups in pg_class_mb
Bruce Momjian
1998-08-06
6
-698
/
+10
*
From: David Hartwig <daybee@bellatlantic.net>
Marc G. Fournier
1998-08-05
3
-7
/
+22
*
MergeSort was sometimes called mergejoin and was confusing. Now
Bruce Momjian
1998-08-04
5
-13
/
+13
*
Update mark/reset index code for multiple indexes, (OR code).
Bruce Momjian
1998-08-03
1
-1
/
+2
*
Adrian Hall reported a problem to me that snprintf() doesn't exist in, at
Marc G. Fournier
1998-08-01
1
-0
/
+3
*
Lmgr cleanup, new locking modes for LLL.
Vadim B. Mikheev
1998-08-01
4
-53
/
+40
*
Fix scan adjustment.
Vadim B. Mikheev
1998-07-30
1
-9
/
+17
*
Use Snapshot in heap access methods.
Vadim B. Mikheev
1998-07-27
7
-33
/
+67
*
Missed a few files in the last round of commits from Tatsuo, as well
Marc G. Fournier
1998-07-27
3
-0
/
+1377
*
From: t-ishii@sra.co.jp
Marc G. Fournier
1998-07-26
6
-32
/
+12
*
I really hope that I haven't missed anything in this one...
Marc G. Fournier
1998-07-24
6
-15
/
+75
*
VariableCache (next XID generator) is placed in shmem.
Vadim B. Mikheev
1998-07-21
1
-1
/
+19
*
Theses buffer leaks are caused by indexes that are kept open between
Bruce Momjian
1998-07-21
2
-2
/
+10
*
target list fixes.
Bruce Momjian
1998-07-20
1
-4
/
+2
[next]