Commit Graph

22848 Commits (c743cc2ee43c23185578dfb5e550110ad561ca6e)
 

Author SHA1 Message Date
Tom Lane c743cc2ee4 Add dependency to fix parallel-make race condition. Alexander Dupuy 20 years ago
Bruce Momjian a4f1da03cc Have find_static skip main() functions. 20 years ago
Bruce Momjian e0522505bd Remove 576 references of include files that were not needed. 20 years ago
Tom Lane ae643747b1 Fix a passel of recently-committed violations of the rule 'thou shalt 20 years ago
Bruce Momjian 51e8882197 Revert part of recent include patch not ready for application. 20 years ago
Bruce Momjian 03c2e5924e Add additional includes needed on some platforms. 20 years ago
Bruce Momjian 06bed485b0 Move CFLAGS for pginclude to the end of the command line. 20 years ago
Neil Conway a10fc5f254 Minor doc tweak: replace a "--" with "—". 20 years ago
Neil Conway f2a8aa0f89 Reorder the entries in the function section of the manual, to ensure they 20 years ago
Bruce Momjian fad1ea86bd Move math.h after postgresql.h 20 years ago
Bruce Momjian 10157d4e6f Skip stripping postgres_fe.h include file. 20 years ago
Bruce Momjian b43ebe5f83 More include file adjustments. 20 years ago
Bruce Momjian b844dd3f9e More include file adjustments. 20 years ago
Bruce Momjian 66c15dfda1 Adjust /contrib for new include file contents. 20 years ago
Bruce Momjian a22d76d96a Allow include files to compile own their own. 20 years ago
Bruce Momjian 70e2e3d8b1 Improve pginclude tools to process include file usage by other include files. 20 years ago
Neil Conway a18faa1ba2 Remove trailing comma from CreateStmtLikeOption enum definition. This 20 years ago
Peter Eisentraut 6809c064d7 Be consistent about not using ECHO_N/ECHO_C (seems unnecessary on Linux). 20 years ago
Neil Conway d0b54441db Fix C++-style comment. 20 years ago
Neil Conway 1abf76e82c "Annual" pgcrypto update from Marko Kreen: 20 years ago
Bruce Momjian 99ac1e69ba Fix pgrminclude to work for stripping include files. 20 years ago
Bruce Momjian de7e81fff4 Update schema USAGE permission description. 20 years ago
Joe Conway 9e196d7c92 Clean up for warning: 20 years ago
Alvaro Herrera 7234777674 Apply entab fix from Marko Kreen for these problems: 20 years ago
Tom Lane d29b66882a Tweak fillfactor code as per my recent proposal. Fix nbtsort.c so that 20 years ago
Bruce Momjian 1be8f80288 Improve pginclude tests. 20 years ago
Bruce Momjian 4084681546 Improve pginclude compile flags. 20 years ago
Bruce Momjian 8230fbf964 Update pginclude documentation. 20 years ago
Teodor Sigaev 001d30ee6b Add support to GIN for =(anyarray,anyarray) operation 20 years ago
Bruce Momjian 6d57ed7797 Have pgrminclude process include files too. 20 years ago
Bruce Momjian 22269434a6 Add $CFLAGS support to pgrminclude. 20 years ago
Bruce Momjian 1ddbfa16a8 Move pgrminclude debug code to be more effective. 20 years ago
Bruce Momjian 108fe524a9 Improve shell script wrapping. 20 years ago
Bruce Momjian 01835c495c Add comments to pgrminclude. 20 years ago
Neil Conway 2fa7a041f3 Correct the description of the pg_get_viewdef() function. Do some nearby 20 years ago
Bruce Momjian ac230e7431 Alphabetically order reference to include files, "S"-"Z". 20 years ago
Bruce Momjian 0ff3461bcc Alphabetically order reference to include files, "N" - "S". 20 years ago
Bruce Momjian 3a534ade39 Alphabetically order reference to include files, "G" - "M". 20 years ago
Bruce Momjian 0031f99bfa Add URL of code presentation to developers FAQ. 20 years ago
Teodor Sigaev 234163649e GIN improvements 20 years ago
Bruce Momjian fa601357fb Sort reference of include files, "A" - "F". 20 years ago
Tom Lane c469aed1cb Remove no-longer-needed configure test for krb5_encrypt(), per Jim Gates. 20 years ago
Teodor Sigaev 4fe8ba63fe Fix bug corrupting query in gist consistent function. 20 years ago
Tom Lane c713683fd7 Reverse inclusion order of <ws2tcpip.h> and <winsock2.h>, per Dave Page. 20 years ago
Bruce Momjian b85a965f5f Allow each C include file to compile on its own by including any needed 20 years ago
Bruce Momjian 45a4309074 Add libpq include directory to script. 20 years ago
Tom Lane cb33de773d Fix ALTER TABLE to check pre-existing NOT NULL constraints when rewriting 20 years ago
Bruce Momjian c5133e5920 Allow /contrib include files to compile on their own. 20 years ago
Bruce Momjian f0cd764723 Add #include code to prevent multiple inclusion. 20 years ago
Bruce Momjian 97c3fcd9b7 Move pthread-win32.h to /port, modify bcc/msvc makefiles. 20 years ago