]> git.ipfire.org Git - thirdparty/postgresql.git/shortlog
thirdparty/postgresql.git
2006-07-22  Andrew DunstanAdd libdir to PATH for Cygwin as well as WIN32 - should...
2006-07-21  Peter EisentrautFor automatic dependency tracking, replace our sed...
2006-07-21  Tom LaneAdd the full set of comparison functions for type TID...
2006-07-21  Tom LaneAh, I finally realize why Magnus wanted to add a -...
2006-07-20  Bruce MomjianUpdate documentation on GRANT SCEMA USAGE, again.
2006-07-20  Tom LaneAs a stopgap to get the Windows buildfarm members runni...
2006-07-20  Peter EisentrautMake pg_config location overridable for pgxs builds.
2006-07-20  Tom LanePrint out diff status code when we think there's a...
2006-07-20  Tom LaneSuppress unused-variable compiler warning, per Andrew...
2006-07-20  Tom LaneFix pg_regress.c to report tests in a parallel group...
2006-07-20  Tom LaneMake pg_regress.c get paths from pg_config_paths.h...
2006-07-20  Tom LaneDon't try to truncate multixact SLRU files in checkpoin...
2006-07-19  Bruce MomjianUpdate GRANT USAGE on schema permission description.
2006-07-19  Neil Conwaypgcrypto merge cleanup:
2006-07-19  Tom LaneAdjust spawn_process() to avoid unnecessary overhead...
2006-07-19  Bruce MomjianUpdate WIN32 quoting roles documentation.
2006-07-19  Tom LaneAdjust pg_regress to print out the exact string given...
2006-07-19  Bruce MomjianAdd WIN32 compile suggestion to pginclude README.
2006-07-19  Tom Lanekill() is declared in <signal.h> per Single Unix Spec.
2006-07-19  Tom LaneTweak command quoting for Windows (I'd forgotten about...
2006-07-19  Tom LaneRemove unnecessary inclusion of libpq into pg_regress...
2006-07-19  Tom LaneRewrite pg_regress as a C program instead of a shell...
2006-07-18  Tom Lanecopydir() and rmtree() need to use lstat, not stat...
2006-07-18  Bruce MomjianThe Win32 DEF files that are generated for libpq contai...
2006-07-18  Bruce MomjianAdd pginclude testing ideas.
2006-07-18  Bruce MomjianDone:
2006-07-18  Bruce MomjianMark a few functions as static or NOT_USED.
2006-07-18  Tom LaneMake pg_regress a tad simpler and more general-purpose...
2006-07-17  Bruce MomjianMention dependency problems caused by pgrminclude on...
2006-07-17  Neil ConwayImprove psql's \df slash command to include the argumen...
2006-07-16  Neil ConwayMinor documentation tweak: in the tables of functions...
2006-07-16  Tom LaneInclude libpq/pqcomm.h to ensure we have correct knowle...
2006-07-16  Tom LaneIn a Windows backend, don't build src/port/pgsleep...
2006-07-16  Tom LaneEnsure that we retry rather than erroring out when...
2006-07-16  Tom LaneFix a few places where $Id$ and $Header$ CVS tags had...
2006-07-16  Tom LaneFix lack of repeat-inclusion guard in win32 substitute...
2006-07-16  Tom LanePut back another not-so-unnecessary #include, per repor...
2006-07-16  Tom LaneFix getDatumCopy(): don't use store_att_byval to copy...
2006-07-16  Tom LaneImprove error message wording.
2006-07-15  Tom LanePut back some more not-so-unused-as-all-that #includes...
2006-07-15  Tom LaneFix some pgcrypto portability issues, per Marko Kreen.
2006-07-15  Tom LaneFix some missing inclusions identified with new pgcheck...
2006-07-15  Tom LaneFix some makefiles that fail to yield good results...
2006-07-15  Tom LaneCreate a tool to catch #include omissions that might...
2006-07-14  Tom LaneFix misguided removal of access/tuptoaster.h inclusion...
2006-07-14  Tom LaneIn PGP public key tests, encrypt the secret key with...
2006-07-14  Tom LaneFix another passel of include-file breakage. Kris...
2006-07-14  Tom LaneAdd dependency to fix parallel-make race condition...
2006-07-14  Bruce MomjianHave find_static skip main() functions.
2006-07-14  Bruce MomjianRemove 576 references of include files that were not...
2006-07-14  Tom LaneFix a passel of recently-committed violations of the...
2006-07-14  Bruce MomjianRevert part of recent include patch not ready for appli...
2006-07-14  Bruce MomjianAdd additional includes needed on some platforms.
2006-07-14  Bruce MomjianMove CFLAGS for pginclude to the end of the command...
2006-07-14  Neil ConwayMinor doc tweak: replace a "--" with "&mdash;".
2006-07-13  Neil ConwayReorder the entries in the function section of the...
2006-07-13  Bruce MomjianMove math.h after postgresql.h
2006-07-13  Bruce MomjianSkip stripping postgres_fe.h include file.
2006-07-13  Bruce MomjianMore include file adjustments.
2006-07-13  Bruce MomjianMore include file adjustments.
2006-07-13  Bruce MomjianAdjust /contrib for new include file contents.
2006-07-13  Bruce MomjianAllow include files to compile own their own.
2006-07-13  Bruce MomjianImprove pginclude tools to process include file usage...
2006-07-13  Neil ConwayRemove trailing comma from CreateStmtLikeOption enum...
2006-07-13  Peter EisentrautBe consistent about not using ECHO_N/ECHO_C (seems...
2006-07-13  Neil ConwayFix C++-style comment.
2006-07-13  Neil Conway"Annual" pgcrypto update from Marko Kreen:
2006-07-12  Bruce MomjianFix pgrminclude to work for stripping include files.
2006-07-12  Bruce MomjianUpdate schema USAGE permission description.
2006-07-12  Joe ConwayClean up for warning:
2006-07-11  Alvaro HerreraApply entab fix from Marko Kreen for these problems:
2006-07-11  Tom LaneTweak fillfactor code as per my recent proposal. Fix...
2006-07-11  Bruce MomjianImprove pginclude tests.
2006-07-11  Bruce MomjianImprove pginclude compile flags.
2006-07-11  Bruce MomjianUpdate pginclude documentation.
2006-07-11  Teodor SigaevAdd support to GIN for =(anyarray,anyarray) operation
2006-07-11  Bruce MomjianHave pgrminclude process include files too.
2006-07-11  Bruce MomjianAdd $CFLAGS support to pgrminclude.
2006-07-11  Bruce MomjianMove pgrminclude debug code to be more effective.
2006-07-11  Bruce MomjianImprove shell script wrapping.
2006-07-11  Bruce MomjianAdd comments to pgrminclude.
2006-07-11  Neil ConwayCorrect the description of the pg_get_viewdef() functio...
2006-07-11  Bruce MomjianAlphabetically order reference to include files, "S...
2006-07-11  Bruce MomjianAlphabetically order reference to include files, "N...
2006-07-11  Bruce MomjianAlphabetically order reference to include files, "G...
2006-07-11  Bruce MomjianAdd URL of code presentation to developers FAQ.
2006-07-11  Teodor SigaevGIN improvements
2006-07-11  Bruce MomjianSort reference of include files, "A" - "F".
2006-07-11  Tom LaneRemove no-longer-needed configure test for krb5_encrypt...
2006-07-11  Teodor SigaevFix bug corrupting query in gist consistent function.
2006-07-11  Tom LaneReverse inclusion order of <ws2tcpip.h> and <winsock2...
2006-07-11  Bruce MomjianAllow each C include file to compile on its own by...
2006-07-11  Bruce MomjianAdd libpq include directory to script.
2006-07-10  Tom LaneFix ALTER TABLE to check pre-existing NOT NULL constrai...
2006-07-10  Bruce MomjianAllow /contrib include files to compile on their own.
2006-07-10  Bruce MomjianAdd #include code to prevent multiple inclusion.
2006-07-10  Bruce MomjianMove pthread-win32.h to /port, modify bcc/msvc makefiles.
2006-07-10  Bruce MomjianRemove a few baby-C macros in fuzzystrmatch. Add a...
2006-07-10  Bruce MomjianImprove compile line for tool.
2006-07-10  Bruce MomjianUpdate usage documention for pginclude
next