index
:
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
REL_16_STABLE
REL_17_STABLE
REL_18_STABLE
Release_1_0_3
WIN32_DEV
ecpg_big_bison
master
This is the main PostgreSQL git repository.
git repository user
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
Age
Commit message (
Expand
)
Author
1996-10-31
Added needed include file.
Bruce Momjian
1996-10-31
Missing from parser patch.
Bruce Momjian
1996-10-31
changed define(port) to define(PORTNAME_port)
Bruce Momjian
1996-10-31
Changed make to gmake.
Bruce Momjian
1996-10-31
Added prototypes missing from parser patch.
Bruce Momjian
1996-10-31
Removed false and changed to a commented true.
Bruce Momjian
1996-10-30
Fix memset() call, variables being passed in wrong order.
Marc G. Fournier
1996-10-30
Changes to libpgtcl submitted by: wieck@sapserv.debis.de (Jan Wieck)
Marc G. Fournier
1996-10-30
Fixes:
Marc G. Fournier
1996-10-30
Parser Overhaul
Bruce Momjian
1996-10-30
Fix small syntax error.
Bryan Henderson
1996-10-29
Fix sigaction again to try for portability.
Bryan Henderson
1996-10-29
Remove another snprintf() for Solaris.
Bryan Henderson
1996-10-28
Use strncpy() and local buffers instead of snprintf(), since not everyone
Bryan Henderson
1996-10-28
Make a local isblank() function, since not all standard C libraries have it.
Bryan Henderson
1996-10-28
Add our own copy of inet_aton() for sparc_solaris, which doesn't have it in
Bryan Henderson
1996-10-27
Simplify make files, add full dependencies.
Bryan Henderson
1996-10-26
Correct #if statement so it compiles on Solaris. Thanks Keith Parks.
Bryan Henderson
1996-10-26
D'Arcy's cleanups
Marc G. Fournier
1996-10-25
Make sure the btree patch gets into 2.0 as well...
Marc G. Fournier
1996-10-25
Add CFLAGS+=-DPOSTPORT=... so we can take it out of the global CFLAGS.
Bryan Henderson
1996-10-25
Use EUROPEAN_DATES instead of EUROPEAN_STYLE
Bryan Henderson
1996-10-25
E Use EUROPEAN_DATES from config.h instead of -D option
Bryan Henderson
1996-10-24
Fixes: Growing backend when using nested function calls
Marc G. Fournier
1996-10-24
Fixes: Errors when PQexec() in backend creates temp
Marc G. Fournier
1996-10-24
Fixes:
Marc G. Fournier
1996-10-24
Take out the PERFECT_MMGR #ifdefs:
Marc G. Fournier
1996-10-24
Bruce...does this fix it once and for all? *grin*
Marc G. Fournier
1996-10-23
Major code cleanups from D'arcy (-Wall -Werror)
Marc G. Fournier
1996-10-23
|I have moved things around so that things happen in the following order:
Marc G. Fournier
1996-10-23
Update "planner" directory to "optimizer" in include paths in this dead code.
Bryan Henderson
1996-10-21
Cosmetic changes to ordering of #include files
Marc G. Fournier
1996-10-21
-Wall'd
Marc G. Fournier
1996-10-21
-Wall'd
Marc G. Fournier
1996-10-21
-Wall'd ... I missed a subdir under access :(
Marc G. Fournier
1996-10-21
Make line 159:bp = NULL, to quiet compiler
Marc G. Fournier
1996-10-21
-Wall'd
Marc G. Fournier
1996-10-21
Force user to set PORTNAME. Remove NAMEDATALEN from CFLAGS (don't need it
Bryan Henderson
1996-10-21
-Wall'd
Marc G. Fournier
1996-10-21
-Wall'd
Marc G. Fournier
1996-10-21
-Wall Cleanup of gist subdirectory
Marc G. Fournier
1996-10-21
-Wall cleanup of gist subdirectory:
Marc G. Fournier
1996-10-21
Define prototypes from giststrat.c required in gistscan.c
Marc G. Fournier
1996-10-20
Other then:
Marc G. Fournier
1996-10-20
remove an #ifdef/#else/#endif that doesn't actually have anything inside
Marc G. Fournier
1996-10-20
Make default HAVE_MEMMOVE defined, undef inside of definitions for sparc
Marc G. Fournier
1996-10-20
change '#if defined(PORTNAME_sparc)' to '#if !defined(HAVE_MEMMOVE)'
Marc G. Fournier
1996-10-20
Add #define HAVE_MEMMOVE for systems that do have it.
Marc G. Fournier
1996-10-20
Clean up comments (-Wall -Werror)
Marc G. Fournier
1996-10-20
#include file cleanup
Marc G. Fournier
[next]