| Commit message (Expand) | Author | Age | Files | Lines |
| * | In PGP public key tests, encrypt the secret key with AES not CAST5, | Tom Lane | 2006-07-14 | 2 | -32/+32 |
| * | Fix another passel of include-file breakage. Kris Jurka, Tom Lane | Tom Lane | 2006-07-14 | 7 | -7/+15 |
| * | Add dependency to fix parallel-make race condition. Alexander Dupuy | Tom Lane | 2006-07-14 | 1 | -1/+3 |
| * | Have find_static skip main() functions. | Bruce Momjian | 2006-07-14 | 1 | -2/+2 |
| * | Remove 576 references of include files that were not needed. | Bruce Momjian | 2006-07-14 | 246 | -826/+251 |
| * | Fix a passel of recently-committed violations of the rule 'thou shalt | Tom Lane | 2006-07-14 | 40 | -93/+48 |
| * | Revert part of recent include patch not ready for application. | Bruce Momjian | 2006-07-14 | 8 | -8/+19 |
| * | 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 |