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
*
Add additional includes needed on some platforms.
Bruce Momjian
2006-07-14
12
-20
/
+14
*
Move CFLAGS for pginclude to the end of the command line.
Bruce Momjian
2006-07-14
2
-6
/
+6
*
Minor doc tweak: replace a "--" with "—".
Neil Conway
2006-07-14
1
-2
/
+2
*
Reorder the entries in the function section of the manual, to ensure they
Neil Conway
2006-07-13
1
-346
/
+338
*
Move math.h after postgresql.h
Bruce Momjian
2006-07-13
1
-3
/
+3
*
Skip stripping postgres_fe.h include file.
Bruce Momjian
2006-07-13
1
-1
/
+2
*
More include file adjustments.
Bruce Momjian
2006-07-13
9
-22
/
+9
*
More include file adjustments.
Bruce Momjian
2006-07-13
15
-21
/
+34
*
Adjust /contrib for new include file contents.
Bruce Momjian
2006-07-13
7
-1
/
+11
*
Allow include files to compile own their own.
Bruce Momjian
2006-07-13
124
-190
/
+259
*
Improve pginclude tools to process include file usage by other include files.
Bruce Momjian
2006-07-13
2
-4
/
+11
*
Remove trailing comma from CreateStmtLikeOption enum definition. This
Neil Conway
2006-07-13
1
-2
/
+2
*
Be consistent about not using ECHO_N/ECHO_C (seems unnecessary on Linux).
Peter Eisentraut
2006-07-13
1
-11
/
+2
*
Fix C++-style comment.
Neil Conway
2006-07-13
1
-2
/
+2
*
"Annual" pgcrypto update from Marko Kreen:
Neil Conway
2006-07-13
22
-374
/
+4397
*
Fix pgrminclude to work for stripping include files.
Bruce Momjian
2006-07-12
1
-15
/
+16
*
Update schema USAGE permission description.
Bruce Momjian
2006-07-12
1
-2
/
+4
*
Clean up for warning:
Joe Conway
2006-07-12
1
-6
/
+6
*
Apply entab fix from Marko Kreen for these problems:
Alvaro Herrera
2006-07-11
2
-3
/
+4
*
Tweak fillfactor code as per my recent proposal. Fix nbtsort.c so that
Tom Lane
2006-07-11
7
-28
/
+41
*
Improve pginclude tests.
Bruce Momjian
2006-07-11
1
-7
/
+11
*
Improve pginclude compile flags.
Bruce Momjian
2006-07-11
2
-5
/
+8
*
Update pginclude documentation.
Bruce Momjian
2006-07-11
1
-2
/
+9
*
Add support to GIN for =(anyarray,anyarray) operation
Teodor Sigaev
2006-07-11
6
-5
/
+52
*
Have pgrminclude process include files too.
Bruce Momjian
2006-07-11
1
-5
/
+3
*
Add $CFLAGS support to pgrminclude.
Bruce Momjian
2006-07-11
1
-2
/
+2
*
Move pgrminclude debug code to be more effective.
Bruce Momjian
2006-07-11
1
-5
/
+5
*
Improve shell script wrapping.
Bruce Momjian
2006-07-11
1
-2
/
+4
*
Add comments to pgrminclude.
Bruce Momjian
2006-07-11
1
-1
/
+4
*
Correct the description of the pg_get_viewdef() function. Do some nearby
Neil Conway
2006-07-11
1
-69
/
+65
*
Alphabetically order reference to include files, "S"-"Z".
Bruce Momjian
2006-07-11
16
-67
/
+67
*
Alphabetically order reference to include files, "N" - "S".
Bruce Momjian
2006-07-11
24
-54
/
+56
*
Alphabetically order reference to include files, "G" - "M".
Bruce Momjian
2006-07-11
14
-37
/
+37
*
Add URL of code presentation to developers FAQ.
Bruce Momjian
2006-07-11
1
-2
/
+3
*
GIN improvements
Teodor Sigaev
2006-07-11
4
-74
/
+221
*
Sort reference of include files, "A" - "F".
Bruce Momjian
2006-07-11
23
-50
/
+50
*
Remove no-longer-needed configure test for krb5_encrypt(), per Jim Gates.
Tom Lane
2006-07-11
2
-133
/
+1
*
Fix bug corrupting query in gist consistent function.
Teodor Sigaev
2006-07-11
3
-3
/
+19
*
Reverse inclusion order of <ws2tcpip.h> and <winsock2.h>, per Dave Page.
Tom Lane
2006-07-11
1
-1
/
+1
*
Allow each C include file to compile on its own by including any needed
Bruce Momjian
2006-07-11
13
-38
/
+62
*
Add libpq include directory to script.
Bruce Momjian
2006-07-11
1
-2
/
+2
*
Fix ALTER TABLE to check pre-existing NOT NULL constraints when rewriting
Tom Lane
2006-07-10
1
-31
/
+38
*
Allow /contrib include files to compile on their own.
Bruce Momjian
2006-07-10
10
-11
/
+24
*
Add #include code to prevent multiple inclusion.
Bruce Momjian
2006-07-10
4
-4
/
+20
*
Move pthread-win32.h to /port, modify bcc/msvc makefiles.
Bruce Momjian
2006-07-10
3
-2
/
+2
*
Remove a few baby-C macros in fuzzystrmatch. Add a few missing includes.
Bruce Momjian
2006-07-10
5
-9
/
+11
*
Improve compile line for tool.
Bruce Momjian
2006-07-10
1
-2
/
+3
*
Update usage documention for pginclude
Bruce Momjian
2006-07-10
1
-4
/
+6
*
Add $CFLAGS handling to pgcompinclude.
Bruce Momjian
2006-07-10
1
-2
/
+2
*
Fix 'find' args for pgcompinclude tool.
Bruce Momjian
2006-07-10
1
-2
/
+2
[next]