]> granicus.if.org Git - postgresql/history - src
Done:
[postgresql] / src /
2006-08-01 Bruce MomjianAllow multiple -n (schema) and -t (table) pg_dump...
2006-08-01 Bruce MomjianRemove extra argument to printf().
2006-08-01 Andrew Dunstanhave pg_regress fall back on testing with the canonical...
2006-07-31 Tom LaneChange the relation_open protocol so that we obtain...
2006-07-31 Michael MeskesAdded missing ECPGget_sqlca() call
2006-07-31 Michael MeskesFirst small patches needed for regression tests
2006-07-31 Tom LaneChange the bootstrap sequence so that toast tables...
2006-07-30 Tom LaneFix a couple of comments.
2006-07-30 Michael MeskesReplaced $Header$ by $§PosgreSQL$
2006-07-30 Michael MeskesAdded missing $Header$ entries.
2006-07-30 Alvaro HerreraModify snapshot definition so that lazy vacuums are...
2006-07-30 Bruce MomjianFix WIN32 wait() return value macros to be accurate...
2006-07-29 Andrew Dunstanprevent multiplexing Windows kernel event objects we...
2006-07-29 Bruce MomjianDon't use #include <crtdefs.h> for MSVC <= 1400.
2006-07-29 Bruce MomjianAdd #include postgres_fe.h in two win32-specific files...
2006-07-29 Tom LaneAdjust initialization sequence for timezone_abbreviatio...
2006-07-28 Tom LaneSQL2003-standard statistical aggregates, by Sergey...
2006-07-28 Michael MeskesVariables should be free'ed only once.
2006-07-28 Michael MeskesRemoved superfluous comment
2006-07-28 Michael MeskesAnd one more:
2006-07-28 Michael MeskesAdded more SoC changes by Joachim Wieland <joe@mcknight...
2006-07-27 Tom LaneAggregate functions now support multiple input argument...
2006-07-27 Tom LaneOriginal coding of pg_regress.c made the results and...
2006-07-27 Bruce MomjianAllow LDAP lookups from pg_service.conf.
2006-07-27 Peter EisentrautAllow units to be specified with configuration settings.
2006-07-26 Tom LaneCode review for bigint-LIMIT patch. Fix missed planner...
2006-07-26 Bruce MomjianWork around bug in strxfmt() but in MS VS2005.
2006-07-26 Peter EisentrautWhen a GUC string variable is not set, print the empty...
2006-07-26 Peter EisentrautConvert effective_cache_size to an integer, for better...
2006-07-26 Bruce MomjianChange LIMIT/OFFSET to use int8
2006-07-25 Tom LaneModify btree to delete known-dead index entries without...
2006-07-25 Tom LaneAdd missing @OVERRIDE to 'India' config file, per Micha...
2006-07-25 Tom LaneRemove hard-wired lists of timezone abbreviations in...
2006-07-25 Andrew DunstanUse correct ifdef test for cygwin, namely __CYGWIN__...
2006-07-25 Tom LaneMake the order of operations in PostmasterMain a bit...
2006-07-24 Peter EisentrautDTrace support, with a small initial set of probes
2006-07-24 Peter EisentrautMark postgresql.conf entries that require server restar...
2006-07-24 Andrew DunstanRemove dubious and redundant (we think) setting of...
2006-07-24 Tom LaneAdd a fudge factor to genericcostestimate() to prevent...
2006-07-23 Tom LaneConvert the lock manager to use the new dynahash.c...
2006-07-23 Tom LaneFix oversight in sizing of shared buffer lookup hashtab...
2006-07-23 Tom LaneSplit the buffer mapping table into multiple separately...
2006-07-22 Tom LaneAdd support to dynahash.c for partitioning shared hasht...
2006-07-22 Tom LaneHmm, seems --disable-spinlocks has been broken for...
2006-07-22 Tom LaneIn the recent changes to make the planner account bette...
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 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 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 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 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.
next