aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
* Add pginclude testing ideas.Bruce Momjian2006-07-18
* Done:Bruce Momjian2006-07-18
* Mark a few functions as static or NOT_USED.Bruce Momjian2006-07-18
* Make pg_regress a tad simpler and more general-purpose by removing itsTom Lane2006-07-18
* Mention dependency problems caused by pgrminclude on include files.Bruce Momjian2006-07-17
* Improve psql's \df slash command to include the argument names and modesNeil Conway2006-07-17
* Minor documentation tweak: in the tables of functions and operators,Neil Conway2006-07-16
* Include libpq/pqcomm.h to ensure we have correct knowledge ofTom Lane2006-07-16
* In a Windows backend, don't build src/port/pgsleep.c's version ofTom Lane2006-07-16
* Ensure that we retry rather than erroring out when send() or recv() returnTom Lane2006-07-16
* Fix a few places where $Id$ and $Header$ CVS tags had crept into theTom Lane2006-07-16
* Fix lack of repeat-inclusion guard in win32 substitute sys/socket.h.Tom Lane2006-07-16
* Put back another not-so-unnecessary #include, per report from Hiroshi Saito.Tom Lane2006-07-16
* Fix getDatumCopy(): don't use store_att_byval to copy into a DatumTom Lane2006-07-16
* Improve error message wording.Tom Lane2006-07-16
* Put back some more not-so-unused-as-all-that #includes. This un-breaksTom Lane2006-07-15
* Fix some pgcrypto portability issues, per Marko Kreen.Tom Lane2006-07-15
* Fix some missing inclusions identified with new pgcheckdefines tool.Tom Lane2006-07-15
* Fix some makefiles that fail to yield good results from 'make -qp'.Tom Lane2006-07-15
* Create a tool to catch #include omissions that might not result in anyTom Lane2006-07-15
* Fix misguided removal of access/tuptoaster.h inclusion, per Kris Jurka.Tom Lane2006-07-14
* In PGP public key tests, encrypt the secret key with AES not CAST5,Tom Lane2006-07-14
* Fix another passel of include-file breakage. Kris Jurka, Tom LaneTom Lane2006-07-14
* Add dependency to fix parallel-make race condition. Alexander DupuyTom Lane2006-07-14
* Have find_static skip main() functions.Bruce Momjian2006-07-14
* Remove 576 references of include files that were not needed.Bruce Momjian2006-07-14
* Fix a passel of recently-committed violations of the rule 'thou shaltTom Lane2006-07-14
* Revert part of recent include patch not ready for application.Bruce Momjian2006-07-14
* Add additional includes needed on some platforms.Bruce Momjian2006-07-14
* Move CFLAGS for pginclude to the end of the command line.Bruce Momjian2006-07-14
* Minor doc tweak: replace a "--" with "—".Neil Conway2006-07-14
* Reorder the entries in the function section of the manual, to ensure theyNeil Conway2006-07-13
* Move math.h after postgresql.hBruce Momjian2006-07-13
* Skip stripping postgres_fe.h include file.Bruce Momjian2006-07-13
* More include file adjustments.Bruce Momjian2006-07-13
* More include file adjustments.Bruce Momjian2006-07-13
* Adjust /contrib for new include file contents.Bruce Momjian2006-07-13
* Allow include files to compile own their own.Bruce Momjian2006-07-13
* Improve pginclude tools to process include file usage by other include files.Bruce Momjian2006-07-13
* Remove trailing comma from CreateStmtLikeOption enum definition. ThisNeil Conway2006-07-13
* Be consistent about not using ECHO_N/ECHO_C (seems unnecessary on Linux).Peter Eisentraut2006-07-13
* Fix C++-style comment.Neil Conway2006-07-13
* "Annual" pgcrypto update from Marko Kreen:Neil Conway2006-07-13
* Fix pgrminclude to work for stripping include files.Bruce Momjian2006-07-12
* Update schema USAGE permission description.Bruce Momjian2006-07-12
* Clean up for warning:Joe Conway2006-07-12
* Apply entab fix from Marko Kreen for these problems:Alvaro Herrera2006-07-11
* Tweak fillfactor code as per my recent proposal. Fix nbtsort.c so thatTom Lane2006-07-11
* Improve pginclude tests.Bruce Momjian2006-07-11
* Improve pginclude compile flags.Bruce Momjian2006-07-11