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
/
c.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
Remove inclusion of <varargs.h> on SunOS; this does not work since we
Tom Lane
2001-02-20
1
-2
/
+1
*
Restructure the key include files per recent pghackers discussion: there
Tom Lane
2001-02-10
1
-560
/
+191
*
Change Copyright from PostgreSQL, Inc to PostgreSQL Global Development Group.
Bruce Momjian
2001-01-24
1
-2
/
+2
*
Deal with C++ incompatibility of sys_nerr declaration by taking it out
Tom Lane
2001-01-21
1
-5
/
+1
*
Add configure check for sys_nerr, to end all discussions.
Peter Eisentraut
2001-01-09
1
-1
/
+5
*
The KAME files md5.* and sha1.* have the following changelog
Bruce Momjian
2001-01-09
1
-1
/
+4
*
Add configure check to see whether <string.h> and <strings.h> may both be
Peter Eisentraut
2000-11-03
1
-1
/
+4
*
New diff that now covers the entire tree. Applying this gets postgresql
Bruce Momjian
2000-10-03
1
-12
/
+11
*
Here is the first batch of files and diffs for the BeOS port. I've run into
Bruce Momjian
2000-10-02
1
-1
/
+15
*
Standardize on __CYGWIN__ rather than __CYGWIN32__ macro. Doesn't matter
Peter Eisentraut
2000-09-29
1
-4
/
+4
*
fmgr interface mopup work. Use new DatumGetBool and BoolGetDatum
Tom Lane
2000-08-21
1
-1
/
+4
*
I concur with Andreas: unconditionally including <sys/fcntl.h> is not
Tom Lane
2000-07-17
1
-2
/
+2
*
Revise aggregate functions per earlier discussions in pghackers.
Tom Lane
2000-07-17
1
-1
/
+20
*
Remove a bunch of unused configure tests, in particular cases where
Peter Eisentraut
2000-07-12
1
-4
/
+1
*
Add assert checking to GUC ("debug_assertions")
Peter Eisentraut
2000-07-12
1
-2
/
+2
*
Fix misuse of StrNCpy to copy and add null to non-null-terminated data.
Tom Lane
2000-07-07
1
-6
/
+14
*
Backend makefile cleanup. make maintainer-clean is now completely
Peter Eisentraut
2000-07-06
1
-7
/
+1
*
Mark functions as static and ifdef NOT_USED as appropriate.
Bruce Momjian
2000-06-08
1
-3
/
+1
*
More cleanup of c.h binary macros
Bruce Momjian
2000-06-02
1
-3
/
+3
*
Reverse PG_BINARY defines
Bruce Momjian
2000-06-02
1
-2
/
+2
*
Remove NT-specific file open defines by defining our own open macros for
Bruce Momjian
2000-06-02
1
-1
/
+12
*
First round of changes for new fmgr interface. fmgr itself and the
Tom Lane
2000-05-28
1
-5
/
+141
*
Ye-old pgindent run. Same 4-space tabs.
Bruce Momjian
2000-04-12
1
-7
/
+13
*
Reverse out macro fix for the time being.
Bruce Momjian
2000-04-12
1
-9
/
+5
*
Prevent drop database failure from showing.
Bruce Momjian
2000-04-12
1
-5
/
+9
*
Add compatiblity information for bytea.
Bruce Momjian
2000-03-20
1
-3
/
+5
*
Change MemSet and StrNCpy to evaluate their arguments only once.
Tom Lane
2000-03-19
1
-65
/
+64
*
Add:
Bruce Momjian
2000-01-26
1
-2
/
+3
*
Fixed everything in and surrounding createdb and dropdb to make it more
Peter Eisentraut
2000-01-13
1
-2
/
+1
*
Avoid compiler warnings on systems that have snprintf and/or vsnprintf
Tom Lane
1999-12-20
1
-3
/
+3
*
Move some system includes into c.h, and remove duplicates.
Bruce Momjian
1999-07-17
1
-2
/
+6
*
More config.h cleanups.
Bruce Momjian
1999-07-17
1
-7
/
+5
*
Redefine cpu's as __cpu__. Only for 6.6 branch.
Bruce Momjian
1999-07-13
1
-2
/
+2
*
#ifdef around true and false.
Bruce Momjian
1999-07-01
1
-2
/
+6
*
Rename to vararg_format().
Bruce Momjian
1999-06-19
1
-5
/
+5
*
Change form() to varargform() to prevent portability problems.
Bruce Momjian
1999-06-19
1
-5
/
+5
*
pgindent run over code.
Bruce Momjian
1999-05-25
1
-59
/
+62
*
Remove overly presumptuous use of __STDC__ in c.h, replacing
Tom Lane
1999-04-02
1
-99
/
+35
*
Small cleanups.
Bruce Momjian
1999-03-30
1
-5
/
+1
*
Changes to fix/improve the dynamic loading on NT
Marc G. Fournier
1999-03-09
1
-1
/
+19
*
Change my-function-name-- to my_function_name, and optimizer renames.
Bruce Momjian
1999-02-13
1
-58
/
+58
*
Include <varargs.h> on SunOS. (Does any other platform need it??)
Tom Lane
1999-02-11
1
-1
/
+2
*
Apply Win32 patch from Horak Daniel.
Bruce Momjian
1999-01-17
1
-1
/
+5
*
Add configure test to see whether vsnprintf() is present,
Tom Lane
1999-01-17
1
-2
/
+19
*
Change Size from unsigned int to size_t.
Bruce Momjian
1998-12-13
1
-2
/
+2
*
Unixware patches from Billy G. Allie.
Bruce Momjian
1998-10-04
1
-2
/
+3
*
OK, folks, here is the pgindent output.
Bruce Momjian
1998-09-01
1
-18
/
+20
*
Hello!
Bruce Momjian
1998-08-29
1
-1
/
+3
*
From: Massimo Dal Zotto <dz@cs.unitn.it>
Marc G. Fournier
1998-08-25
1
-9
/
+13
*
rename MAIN_MEMORY to STABLE_MEMORY_STORAGE
Bruce Momjian
1998-06-23
1
-3
/
+3
[next]