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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Even compile generated .h files should be in ${SRCDIR}/include...
Marc G. Fournier
1996-10-31
1
-4
/
+4
*
Well, normally there wouldn't be anything in -I../.., and in a minute, there
Marc G. Fournier
1996-10-31
1
-2
/
+1
*
Add these files to ${SRCDIR}/include
Marc G. Fournier
1996-10-31
3
-0
/
+1179
*
Move these files to ${SRCDIR}/include
Marc G. Fournier
1996-10-31
3
-1179
/
+0
*
There is no -I../.. include files...
Marc G. Fournier
1996-10-31
1
-3
/
+2
*
USE of PORTNAME_* should be discouraged wherever possible. The code
Marc G. Fournier
1996-10-31
1
-17
/
+17
*
Installed new FAQ's after I deleted them accidentally while
Bruce Momjian
1996-10-31
2
-78
/
+73
*
Removed duplicate files.
Bruce Momjian
1996-10-31
2
-556
/
+0
*
Changed include path.
Bruce Momjian
1996-10-31
1
-2
/
+2
*
Added needed include file.
Bruce Momjian
1996-10-31
14
-13
/
+34
*
Missing from parser patch.
Bruce Momjian
1996-10-31
1
-7
/
+16
*
changed define(port) to define(PORTNAME_port)
Bruce Momjian
1996-10-31
1
-17
/
+17
*
Changed make to gmake.
Bruce Momjian
1996-10-31
2
-3
/
+4
*
Added prototypes missing from parser patch.
Bruce Momjian
1996-10-31
2
-2
/
+4
*
Removed false and changed to a commented true.
Bruce Momjian
1996-10-31
1
-3
/
+3
*
Fix memset() call, variables being passed in wrong order.
Marc G. Fournier
1996-10-30
1
-3
/
+3
*
Fixes: Incorrect syntax for copy command
Marc G. Fournier
1996-10-30
1
-4
/
+4
*
Changes to libpgtcl submitted by: wieck@sapserv.debis.de (Jan Wieck)
Marc G. Fournier
1996-10-30
7
-119
/
+368
*
commit a newer IRIX FAQ from Andrew
Marc G. Fournier
1996-10-30
1
-0
/
+26
*
Commit a newer fact for 1.09 from Andrew
Marc G. Fournier
1996-10-30
1
-5
/
+15
*
Fixes:
Marc G. Fournier
1996-10-30
4
-5
/
+43
*
Fix up INSTALL file
Marc G. Fournier
1996-10-30
1
-33
/
+35
*
Parser Overhaul
Bruce Momjian
1996-10-30
10
-495
/
+412
*
Fix small syntax error.
Bryan Henderson
1996-10-30
1
-2
/
+1
*
Fix sigaction again to try for portability.
Bryan Henderson
1996-10-29
1
-3
/
+3
*
Remove another snprintf() for Solaris.
Bryan Henderson
1996-10-29
1
-3
/
+10
*
Slight changes to INSTALL to point ppl at the Linux/IRIX specific
Marc G. Fournier
1996-10-28
1
-2
/
+4
*
Add in Andrew's FAQs
Marc G. Fournier
1996-10-28
2
-0
/
+520
*
Use strncpy() and local buffers instead of snprintf(), since not everyone
Bryan Henderson
1996-10-28
1
-9
/
+12
*
Make a local isblank() function, since not all standard C libraries have it.
Bryan Henderson
1996-10-28
1
-2
/
+12
*
Add our own copy of inet_aton() for sparc_solaris, which doesn't have it in
Bryan Henderson
1996-10-28
3
-5
/
+170
*
Simplify make files, add full dependencies.
Bryan Henderson
1996-10-27
140
-2314
/
+3271
*
Correct #if statement so it compiles on Solaris. Thanks Keith Parks.
Bryan Henderson
1996-10-26
1
-4
/
+2
*
D'Arcy's cleanups
Marc G. Fournier
1996-10-26
6
-12
/
+19
*
Make sure the btree patch gets into 2.0 as well...
Marc G. Fournier
1996-10-25
1
-9
/
+50
*
Add CFLAGS+=-DPOSTPORT=... so we can take it out of the global CFLAGS.
Bryan Henderson
1996-10-25
1
-1
/
+3
*
Use EUROPEAN_DATES instead of EUROPEAN_STYLE
Bryan Henderson
1996-10-25
1
-11
/
+8
*
E Use EUROPEAN_DATES from config.h instead of -D option
Bryan Henderson
1996-10-25
1
-1
/
+3
*
Fixes: Growing backend when using nested function calls
Marc G. Fournier
1996-10-24
1
-1
/
+32
*
Fixes: Errors when PQexec() in backend creates temp
Marc G. Fournier
1996-10-24
4
-8
/
+30
*
Fixes:
Marc G. Fournier
1996-10-24
1
-2
/
+2
*
Take out the PERFECT_MMGR #ifdefs:
Marc G. Fournier
1996-10-24
2
-6
/
+2
*
Bruce...does this fix it once and for all? *grin*
Marc G. Fournier
1996-10-24
1
-1
/
+1
*
Major code cleanups from D'arcy (-Wall -Werror)
Marc G. Fournier
1996-10-23
44
-147
/
+249
*
|I have moved things around so that things happen in the following order:
Marc G. Fournier
1996-10-23
1
-27
/
+26
*
Update "planner" directory to "optimizer" in include paths in this dead code.
Bryan Henderson
1996-10-23
2
-15
/
+15
*
Cosmetic changes to ordering of #include files
Marc G. Fournier
1996-10-21
7
-146
/
+133
*
-Wall'd
Marc G. Fournier
1996-10-21
4
-109
/
+207
*
-Wall'd
Marc G. Fournier
1996-10-21
3
-35
/
+145
*
-Wall'd ... I missed a subdir under access :(
Marc G. Fournier
1996-10-21
3
-3
/
+33
[next]