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
*
Add comments describing interface to heap_getattr().
Bryan Henderson
1996-12-09
1
-21
/
+30
*
Reduce printing from debug level 2 ande layout change.
Bruce Momjian
1996-12-07
1
-11
/
+20
*
Reduce printing from deub level 2 ande layout change.
Bruce Momjian
1996-12-07
1
-2
/
+2
*
Remove Dan's fix of SELECT NULL to fix INSERT NULL.
Bruce Momjian
1996-12-07
2
-6
/
+4
*
Fix for SELECT NULL.
Bruce Momjian
1996-12-07
1
-2
/
+3
*
Fix from Jan agreed with by Massimo.
Bruce Momjian
1996-12-07
1
-1
/
+4
*
_bt_updateitem is returned in code, but works only if sizes of keys
Vadim B. Mikheev
1996-12-06
1
-50
/
+76
*
1. _bt_compare fixed to work properly with new code in _bt_insertonpg
Vadim B. Mikheev
1996-12-06
1
-10
/
+91
*
Remove duplicate patch for COUNT fix.
Bruce Momjian
1996-12-04
1
-17
/
+2
*
Change portname "sparc" to "sunos4" and change some portname dependencies to
Bryan Henderson
1996-12-04
4
-27
/
+19
*
Change tests to lowercase for esthetics.
Bruce Momjian
1996-12-03
1
-11
/
+11
*
pname=NULL -> pname="" (stringinfo.c:appendStringInfo doesn't like NULL).
Vadim B. Mikheev
1996-12-03
1
-2
/
+2
*
Make COUNT,SUM case insensitive.
Bruce Momjian
1996-12-03
1
-2
/
+17
*
Fix compiler warning about unitialized variables.
Bruce Momjian
1996-12-01
1
-2
/
+2
*
This patch changes quite a few instances of references of Oid's
Bruce Momjian
1996-11-30
9
-82
/
+90
*
As someone asked for this feature - patch for 1.09 follows.
Bruce Momjian
1996-11-30
3
-14
/
+52
*
Change end-of-line comma to semicolon.
Bruce Momjian
1996-11-30
1
-2
/
+2
*
Added BETWEEN and IN to grammar. Map != to <>.
Bruce Momjian
1996-11-30
3
-17
/
+55
*
Allow select oid,* from table. Allow * anywhere in target list.
Bruce Momjian
1996-11-29
2
-21
/
+23
*
Added: dynamic re-moving page from list of pages usable for shrinking
Vadim B. Mikheev
1996-11-29
1
-3
/
+60
*
Fix for BSDI compile.
Bruce Momjian
1996-11-29
1
-8
/
+1
*
Changed saved_relname size to save memory.
Bruce Momjian
1996-11-28
1
-5
/
+7
*
Fix for "might be used uninitialized" warnings.
Vadim B. Mikheev
1996-11-28
1
-12
/
+11
*
TransactionIdIsInProgress is commented out
Vadim B. Mikheev
1996-11-27
1
-5
/
+7
*
Allow all empty queries to return EMPTY.
Bruce Momjian
1996-11-27
1
-3
/
+3
*
More stuff to make it compile on various ports.
Bryan Henderson
1996-11-27
9
-10
/
+34
*
Shrinking and other things.
Vadim B. Mikheev
1996-11-27
1
-230
/
+921
*
New smgrtruncate smgr' interface func.
Vadim B. Mikheev
1996-11-27
1
-3
/
+29
*
New mdtruncate() func for single segment relations (< 2Gb).
Vadim B. Mikheev
1996-11-27
1
-1
/
+31
*
TransactionIdIsInProgress is here now and gives quality answer
Vadim B. Mikheev
1996-11-27
1
-1
/
+41
*
Setting MyProc->xid to InvalidTransactionId while creating
Vadim B. Mikheev
1996-11-27
1
-2
/
+4
*
Setting MyProc->xid to current transaction' id in StartTransaction
Vadim B. Mikheev
1996-11-27
1
-2
/
+24
*
TransactionIdIsInProgress moved to shmem.c
Vadim B. Mikheev
1996-11-27
1
-1
/
+7
*
Make it compile on Ultrix. Thanks Erik Bertelson.
Bryan Henderson
1996-11-26
9
-12
/
+31
*
Properly structure ProcedureNameIndexScan so it doesn't generate
Bryan Henderson
1996-11-26
1
-38
/
+53
*
Include fcntl.h, which is not automatically included by sys/file.h on all sys...
Bryan Henderson
1996-11-25
1
-1
/
+2
*
Prevent empty queries from crashing server.
Bruce Momjian
1996-11-25
1
-5
/
+3
*
Fix access through null pointer info->rule_action. Thanks Darren King.
Bryan Henderson
1996-11-24
1
-41
/
+38
*
Fix syntax error: missing argument to elog(). Thanks Darren King.
Bryan Henderson
1996-11-24
1
-2
/
+2
*
Typecasts, etc. to make compile work on AIX. Thanks Darren King..
Bryan Henderson
1996-11-24
3
-13
/
+13
*
Move include of signal.h inside pqsignal.h so it's always where it's needed.
Bryan Henderson
1996-11-24
3
-7
/
+4
*
First pass at getting shared libraries on AIX properly built.
Bryan Henderson
1996-11-23
1
-14
/
+25
*
Fix bug: -D options implies -d option.
Bryan Henderson
1996-11-22
1
-1
/
+2
*
Fix memory overhelding while forming index' result:
Vadim B. Mikheev
1996-11-21
2
-30
/
+11
*
Fix memory overhelding while forming index' result:
Vadim B. Mikheev
1996-11-21
1
-9
/
+3
*
Fix memory overhelding while forming index' result:
Vadim B. Mikheev
1996-11-21
1
-14
/
+8
*
Can't add a keyword without making it a keyword. :-)
Bruce Momjian
1996-11-20
1
-2
/
+2
*
There is a bug in aclinsert3 in the code which update the acl arrays.
Bruce Momjian
1996-11-20
1
-1
/
+3
*
Removed old Assert's used during development.
Bruce Momjian
1996-11-19
1
-6
/
+1
*
The routines in magic.c have moved to the more accessible version.c.
Bryan Henderson
1996-11-19
1
-167
/
+0
[next]