]> granicus.if.org Git - postgresql/history - src
Mention dependency problems caused by pgrminclude on include files.
[postgresql] / src /
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 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 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 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-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 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-12 Bruce MomjianFix pgrminclude to work for stripping include files.
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 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 Teodor SigaevGIN improvements
2006-07-11 Bruce MomjianSort reference of include files, "A" - "F".
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 MomjianMove pthread-win32.h to /port, modify bcc/msvc makefiles.
2006-07-10 Bruce MomjianImprove compile line for tool.
2006-07-10 Bruce MomjianUpdate usage documention for pginclude
2006-07-10 Bruce MomjianAdd $CFLAGS handling to pgcompinclude.
2006-07-10 Bruce MomjianFix 'find' args for pgcompinclude tool.
2006-07-10 Bruce MomjianImprove tool coding.
2006-07-10 Alvaro HerreraImprove vacuum code to track minimum Xids per table...
2006-07-10 Bruce MomjianImprove script by processing only C files.
2006-07-10 Alvaro HerreraTesting commit stuff
2006-07-08 Alvaro HerreraFix typo in comment.
2006-07-06 Bruce MomjianWIN32 fixes:
2006-07-06 Bruce MomjianAttached patch is required ot build with the CRT that...
2006-07-06 Bruce MomjianPlease find attached two patches for documentation...
2006-07-05 Michael MeskesFixed remaining Coverity bugs.
2006-07-04 Bruce MomjianRemove libpq's PQescapeIdentifier(), not safe from...
2006-07-04 Neil ConwayFix typos in comments.
2006-07-03 Tom LaneCode review for FILLFACTOR patch. Change WITH grammar...
2006-07-02 Neil ConwayDo a pass of code review for the ALTER TABLE ADD INHERI...
2006-07-02 Bruce MomjianAdd FILLFACTOR to CREATE INDEX.
2006-07-02 Bruce MomjianALTER TABLE ... ADD/DROPS INHERIT (actually INHERIT...
2006-07-01 Tom LaneFix oversight in planning for multiple indexscans driven by
2006-07-01 Tom LaneRevise the planner's handling of "pseudoconstant" WHERE...
2006-06-30 Alvaro HerreraFix memory leak introduced in the prior commit, detecte...
2006-06-30 Alvaro HerreraFix use-after-free error reported by Neil Conway.
2006-06-29 Tom LaneRemove the separate 'stats buffer' process, letting...
2006-06-29 Tom LaneChange TRUNCATE's method for searching for foreign...
2006-06-28 Neil ConwayAdd missing #include directive: pg_constraint.h declare...
2006-06-28 Neil ConwayFix typo in comment.
2006-06-28 Tom LaneImprove planner estimates for size of tuple hash tables.
2006-06-28 Tom LaneFix hash aggregation to suppress unneeded columns from...
2006-06-28 Tom LaneAdjust TupleHashTables to use MinimalTuple format for...
2006-06-28 Teodor SigaevForget to add new file :((
2006-06-28 Teodor SigaevChanges
2006-06-27 Tom LaneRemove embedded newline in string literal --- seems...
2006-06-27 Bruce MomjianAdd GUC update_process_title to control whether 'ps...
2006-06-27 Tom LaneConvert hash join code to use MinimalTuple format in...
2006-06-27 Bruce MomjianDefault stats_command_string to 'on', now that its...
2006-06-27 Tom LanePut #ifdef NOT_USED around posix_fadvise call. We...
2006-06-27 Bruce MomjianRevert patch, doesn't do what it should:
2006-06-27 Tom LaneExtend the MinimalTuple concept to tuplesort.c, thereby...
2006-06-27 Alvaro HerreraClamp last_anl_tuples to n_live_tuples, in case we...
2006-06-27 Bruce MomjianAdd INCLUDING CONSTRAINTS to CREATE TABLE LIKE.
2006-06-27 Bruce MomjianDisallow changing/dropping default expression of a...
2006-06-27 Bruce MomjianFix for recent Win32 pg_dump tar temp file patch.
2006-06-27 Tom LaneCreate infrastructure for 'MinimalTuple' representation...
2006-06-27 Bruce MomjianOn Win32, use loop to create pg_dump temporary tar...
2006-06-27 Bruce MomjianAdd PQescapeIdentifier() to libpq
2006-06-26 Bruce MomjianFix blank line.
next