summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* In PGP public key tests, encrypt the secret key with AES not CAST5,Tom Lane2006-07-142-32/+32
* Fix another passel of include-file breakage. Kris Jurka, Tom LaneTom Lane2006-07-147-7/+15
* Add dependency to fix parallel-make race condition. Alexander DupuyTom Lane2006-07-141-1/+3
* Have find_static skip main() functions.Bruce Momjian2006-07-141-2/+2
* Remove 576 references of include files that were not needed.Bruce Momjian2006-07-14246-826/+251
* Fix a passel of recently-committed violations of the rule 'thou shaltTom Lane2006-07-1440-93/+48
* Revert part of recent include patch not ready for application.Bruce Momjian2006-07-148-8/+19
* Add additional includes needed on some platforms.Bruce Momjian2006-07-1412-20/+14
* Move CFLAGS for pginclude to the end of the command line.Bruce Momjian2006-07-142-6/+6
* Minor doc tweak: replace a "--" with "—".Neil Conway2006-07-141-2/+2
* Reorder the entries in the function section of the manual, to ensure theyNeil Conway2006-07-131-346/+338
* Move math.h after postgresql.hBruce Momjian2006-07-131-3/+3
* Skip stripping postgres_fe.h include file.Bruce Momjian2006-07-131-1/+2
* More include file adjustments.Bruce Momjian2006-07-139-22/+9
* More include file adjustments.Bruce Momjian2006-07-1315-21/+34
* Adjust /contrib for new include file contents.Bruce Momjian2006-07-137-1/+11
* Allow include files to compile own their own.Bruce Momjian2006-07-13124-190/+259
* Improve pginclude tools to process include file usage by other include files.Bruce Momjian2006-07-132-4/+11
* Remove trailing comma from CreateStmtLikeOption enum definition. ThisNeil Conway2006-07-131-2/+2
* Be consistent about not using ECHO_N/ECHO_C (seems unnecessary on Linux).Peter Eisentraut2006-07-131-11/+2
* Fix C++-style comment.Neil Conway2006-07-131-2/+2
* "Annual" pgcrypto update from Marko Kreen:Neil Conway2006-07-1322-374/+4397
* Fix pgrminclude to work for stripping include files.Bruce Momjian2006-07-121-15/+16
* Update schema USAGE permission description.Bruce Momjian2006-07-121-2/+4
* Clean up for warning:Joe Conway2006-07-121-6/+6
* Apply entab fix from Marko Kreen for these problems:Alvaro Herrera2006-07-112-3/+4
* Tweak fillfactor code as per my recent proposal. Fix nbtsort.c so thatTom Lane2006-07-117-28/+41
* Improve pginclude tests.Bruce Momjian2006-07-111-7/+11
* Improve pginclude compile flags.Bruce Momjian2006-07-112-5/+8
* Update pginclude documentation.Bruce Momjian2006-07-111-2/+9
* Add support to GIN for =(anyarray,anyarray) operationTeodor Sigaev2006-07-116-5/+52
* Have pgrminclude process include files too.Bruce Momjian2006-07-111-5/+3
* Add $CFLAGS support to pgrminclude.Bruce Momjian2006-07-111-2/+2
* Move pgrminclude debug code to be more effective.Bruce Momjian2006-07-111-5/+5
* Improve shell script wrapping.Bruce Momjian2006-07-111-2/+4
* Add comments to pgrminclude.Bruce Momjian2006-07-111-1/+4
* Correct the description of the pg_get_viewdef() function. Do some nearbyNeil Conway2006-07-111-69/+65
* Alphabetically order reference to include files, "S"-"Z".Bruce Momjian2006-07-1116-67/+67
* Alphabetically order reference to include files, "N" - "S".Bruce Momjian2006-07-1124-54/+56
* Alphabetically order reference to include files, "G" - "M".Bruce Momjian2006-07-1114-37/+37
* Add URL of code presentation to developers FAQ.Bruce Momjian2006-07-111-2/+3
* GIN improvementsTeodor Sigaev2006-07-114-74/+221
* Sort reference of include files, "A" - "F".Bruce Momjian2006-07-1123-50/+50
* Remove no-longer-needed configure test for krb5_encrypt(), per Jim Gates.Tom Lane2006-07-112-133/+1
* Fix bug corrupting query in gist consistent function.Teodor Sigaev2006-07-113-3/+19
* Reverse inclusion order of <ws2tcpip.h> and <winsock2.h>, per Dave Page.Tom Lane2006-07-111-1/+1
* Allow each C include file to compile on its own by including any neededBruce Momjian2006-07-1113-38/+62
* Add libpq include directory to script.Bruce Momjian2006-07-111-2/+2
* Fix ALTER TABLE to check pre-existing NOT NULL constraints when rewritingTom Lane2006-07-101-31/+38
* Allow /contrib include files to compile on their own.Bruce Momjian2006-07-1010-11/+24