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
*
Use new utils/version.c instead of backend/utils/init/magic.c.
Bryan Henderson
1996-11-12
4
-308
/
+331
*
Fixed double pfree on opaque.
Bruce Momjian
1996-11-11
1
-3
/
+1
*
Various cleanups from D'Arcy
Marc G. Fournier
1996-11-11
1
-3
/
+1
*
Add an abort() call to ExceptionalCondition so that is Assert is
Marc G. Fournier
1996-11-11
1
-2
/
+5
*
change include c.h to postgres.h
Marc G. Fournier
1996-11-11
1
-2
/
+2
*
Warning removal cleanup
Bruce Momjian
1996-11-11
4
-6
/
+11
*
Change gmake to $(MAKE) so backend compiles on system with no "gmake".
Bryan Henderson
1996-11-10
1
-2
/
+2
*
prototype cleanup
Bruce Momjian
1996-11-10
1
-2
/
+1
*
Recognize dependencies more reliably.
Bryan Henderson
1996-11-10
4
-24
/
+40
*
All external function definitions now have prototypes that are checked.
Bruce Momjian
1996-11-10
61
-187
/
+179
*
Quiet compiler warnings.
Bryan Henderson
1996-11-10
5
-41
/
+45
*
Add #include <unistd.h> to quiet compiler warning about missing getopt() decl...
Bryan Henderson
1996-11-10
1
-1
/
+2
*
Remove #include <regex.h> so it compiles on systems with GNU regex library.
Bryan Henderson
1996-11-10
1
-8
/
+1
*
Make it find inet_aton.h so backend compiles on Solaris.
Bryan Henderson
1996-11-10
1
-2
/
+3
*
Makefile cleanup after reorganization
Bruce Momjian
1996-11-09
42
-84
/
+73
*
More compile cleanups
Bruce Momjian
1996-11-08
9
-26
/
+30
*
Fix perbyte_cpu thing
Bryan Henderson
1996-11-08
1
-5
/
+6
*
Compile and warning cleanup
Bruce Momjian
1996-11-08
70
-190
/
+284
*
Another patch to quiet the compiler from D'Arcy
Marc G. Fournier
1996-11-08
1
-4
/
+4
*
Add some missing includes
Marc G. Fournier
1996-11-08
1
-3
/
+4
*
D'Arcy's recent cleanups
Marc G. Fournier
1996-11-08
10
-24
/
+39
*
Another directory that compiles with no errors, and few warnings
Marc G. Fournier
1996-11-06
24
-57
/
+109
*
Make sure that #include <postgres.h> is included in fmgrtab.c
Marc G. Fournier
1996-11-06
1
-3
/
+4
*
More files cleaned out
Marc G. Fournier
1996-11-06
7
-14
/
+22
*
Just a couple of small mods
Marc G. Fournier
1996-11-06
2
-4
/
+7
*
I'm getting there, slowly :)
Marc G. Fournier
1996-11-06
12
-102
/
+104
*
Slowly getting faster to make sure it compiles...still needs cleaning
Marc G. Fournier
1996-11-06
7
-34
/
+37
*
Clean it up so that it compiles
Marc G. Fournier
1996-11-06
15
-350
/
+241
*
Another directory cleaned up
Marc G. Fournier
1996-11-06
7
-167
/
+383
*
Some compile failure fixes from Keith Parks <emkxp01@mtcc.demon.co.uk>
Marc G. Fournier
1996-11-06
59
-410
/
+210
*
Makes it compile...still needs work
Marc G. Fournier
1996-11-05
5
-5
/
+27
*
Missed a file...
Marc G. Fournier
1996-11-05
1
-1
/
+3
*
There, that cleans *that* out
Marc G. Fournier
1996-11-05
5
-89
/
+37
*
One more to go
Marc G. Fournier
1996-11-05
6
-72
/
+62
*
Almost done access...
Marc G. Fournier
1996-11-05
10
-135
/
+70
*
More cleanups
Marc G. Fournier
1996-11-05
4
-52
/
+28
*
More cleanups
Marc G. Fournier
1996-11-05
3
-53
/
+27
*
another directory cleaned of extraneous #includes
Marc G. Fournier
1996-11-05
9
-83
/
+51
*
More cleaned out #include files
Marc G. Fournier
1996-11-05
5
-52
/
+39
*
Re-add -I../.. for fmgr.h
Marc G. Fournier
1996-11-05
8
-52
/
+52
*
Clean up a few of the #include files
Marc G. Fournier
1996-11-05
3
-6
/
+3
*
Added missing #includes pointed out by Keith Parks
Marc G. Fournier
1996-11-05
1
-2
/
+4
*
Remove OPENLINK define
Bruce Momjian
1996-11-04
4
-36
/
+6
*
Remove NULL_PATCH define
Bruce Momjian
1996-11-04
4
-16
/
+4
*
Remove ARRAY_PATCH define
Bruce Momjian
1996-11-04
2
-20
/
+2
*
Remove ESCAPE_PATCH define
Bruce Momjian
1996-11-04
2
-8
/
+2
*
Removed PORTNAME_. Use OS version only.
Bruce Momjian
1996-11-04
1
-6
/
+6
*
Another first pass at cleaning up the #includes
Marc G. Fournier
1996-11-03
16
-185
/
+30
*
Cleaned up include headers
Marc G. Fournier
1996-11-03
1
-5
/
+1
*
first pass at cleaning up include files
Marc G. Fournier
1996-11-03
9
-70
/
+31
[next]