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
/
include
/
c.h
Age
Commit message (
Expand
)
Author
1997-10-30
No more warnings on macros, thanks VAdim.
Bruce Momjian
1997-10-27
c.h:
Vadim B. Mikheev
1997-10-25
StrNCpy cleanup.
Bruce Momjian
1997-10-25
Rename strNcpy to StrNCpy, and change third parameter.
Bruce Momjian
1997-09-18
UPdate memset macro.
Bruce Momjian
1997-09-18
Cleanup for memset macro.
Bruce Momjian
1997-09-18
Inline frequently called functions.
Bruce Momjian
1997-09-08
Used modified version of indent that understands over 100 typedefs.
Bruce Momjian
1997-09-08
Another PGINDENT run that changes variable indenting and case label indenting...
Bruce Momjian
1997-09-07
Massive commit to run PGINDENT on all *.c and *.h files.
Bruce Momjian
1997-08-25
Small cleanup.
Bruce Momjian
1997-08-24
Major patch to speed up backend startup after profiling analysis.
Bruce Momjian
1997-08-12
Fix pgproc names over 15 chars in output. Add strNcpy() function. remove so...
Bruce Momjian
1997-05-17
added const declaration in form() E.Mergl
Edmund Mergl
1997-04-24
Various bug fixes based on a bug report submitted by
Marc G. Fournier
1997-04-15
Various minor HP related patches from:
Marc G. Fournier
1997-04-12
modifications to pg_dump towards supporting dumping of ACLs (doesn't work yet!)
Marc G. Fournier
1997-02-14
Remove WIN32 defines. They never worked.
Bruce Momjian
1997-02-09
Remove machine.h, since it wasn't doing anything that config.h wasn't
Marc G. Fournier
1997-02-08
Add missing paren for hpux.
Bruce Momjian
1996-12-26
Removal of unused CppConcat defines.
Bruce Momjian
1996-12-04
Change portname "sparc" to "sunos4" and change some portname dependencies to
Bryan Henderson
1996-11-14
Include stdlib.h to gives its NULL, etc. definitions precedence over ours.
Bryan Henderson
1996-11-05
Fix c.h for sparc_solaris
Marc G. Fournier
1996-11-04
Removed PORTNAME_. Use OS version only.
Bruce Momjian
1996-10-31
Add these files to ${SRCDIR}/include
Marc G. Fournier