]> granicus.if.org Git - postgresql/history - src
Return inline to win32.h because code was OK, but keep additional
[postgresql] / src /
2006-08-10 Bruce MomjianReturn inline to win32.h because code was OK, but keep...
2006-08-10 Bruce MomjianMove "#define inline __inline" from port/win32.h to...
2006-08-10 Bruce MomjianFix display of log duration so it is milliseconds.micro...
2006-08-09 Tom LaneFix inadequate makefile-fu in ecpg regression tests...
2006-08-09 Bruce MomjianRound microseconds on setitimer upwards.
2006-08-09 Bruce MomjianOn Win32, make minimum setitimer() sleep be 1ms, so...
2006-08-09 Bruce MomjianFix statement_timeout on Win32 so that it properly...
2006-08-09 Bruce MomjianFormatting improvement.
2006-08-09 Michael MeskesFixed some memory bugs that somehow reappeared.
2006-08-09 Michael MeskesFixed error handling in numeric conversion (Joachim).
2006-08-09 Bruce MomjianSuppress MSVC warnings about weak functions by using
2006-08-08 Bruce MomjianFix win32.mak for config cleanup.
2006-08-08 Tom LaneFix 'make clean' for change of regression.diffs file...
2006-08-08 Tom LaneAdd a feature for automatic initialization and finaliza...
2006-08-08 Bruce MomjianFix definition of "errcode" for MSVC.
2006-08-08 Michael MeskesCleaned up log output a little bit more.
2006-08-08 Michael MeskesMade parser check for valid copy to/from stdin/stdout...
2006-08-08 Bruce MomjianFor protocol-level prepare/bind/execute:
2006-08-07 Tom LanePut back another improperly-removed #include.
2006-08-07 Tom LaneOn some platforms, pg_usleep isn't interruptible by...
2006-08-07 Tom LaneMake recovery from WAL be restartable, by executing...
2006-08-07 Michael MeskesJoachim fixed some bugs in numeric handling in pgtypeslib.
2006-08-06 Tom LaneTweak sanity_check regression test to display more...
2006-08-06 Tom LaneAdd support for forcing a switch to a new xlog file...
2006-08-06 Bruce MomjianUse better named loop variable for large loop, rather...
2006-08-05 Tom LaneFix inheritance_planner() to delete dummy subplans...
2006-08-05 Michael MeskesTwo more changes to regression tests to fix two differe...
2006-08-05 Tom LaneExtend relation_excluded_by_constraints() to check...
2006-08-05 Tom LaneTeach predicate_refuted_by() how to do proofs involving...
2006-08-04 Bruce MomjianAdd some blank lines for formatting.
2006-08-04 Tom LaneFix domain_in() bug exhibited by Darcy Buskermolen...
2006-08-04 Bruce Momjian#ifdef fix for MSVC builds of libpq.
2006-08-04 Bruce MomjianImprove logging of protocol-level prepared statements.
2006-08-04 Bruce MomjianFix bug in new pg_dump -T/-N handling that was dumping...
2006-08-04 Tom LaneRemove redeclaration of struct sqlca_t --- unnecessary...
2006-08-04 Tom LaneFix missing 'static' keywords --- some compilers gripe...
2006-08-04 Tom Lane'make clean' must remove the create subdirectories...
2006-08-04 Tom LaneTeach eval_const_expressions to simplify BooleanTest...
2006-08-04 Michael MeskesRegression test updates and fixes
2006-08-04 Bruce MomjianAdd missing ecpg function prototype needed when in...
2006-08-04 Tom LaneAdd some basic tests of GUC behavior.
2006-08-03 Tom LaneCause ALTER TABLE to perform ALTER COLUMN DROP DEFAULT...
2006-08-03 Tom LaneRemove use of a regex character class in resultmap...
2006-08-03 Tom LaneFix AfterTriggerExecute() to pass tg_trigtuple and...
2006-08-03 Tom LaneAdd missing pgstat_count_index_scan(), per Andreas...
2006-08-03 Tom LaneA few regression tests for VALUES, from Gavin Sherry.
2006-08-03 Michael MeskesRemoved compiler warnings
2006-08-03 Michael MeskesApplied test suite update by Joachim Wieland <joe@mckni...
2006-08-02 Bruce MomjianMove 'ddl' right after 'none' in postgresql.conf. ...
2006-08-02 Bruce MomjianFix logic to prevent pg_dump from dumping system schema...
2006-08-02 Andrew Dunstanremove extraneous space after -L flag.
2006-08-02 Tom LaneArrange for ValuesScan to keep per-sublist expression...
2006-08-02 Michael MeskesAnd finally the Makefiles
2006-08-02 Tom LaneWups, got the test for contain_vars_of_level-not-needed...
2006-08-02 Michael MeskesHopefully that's it. The remaining files for ecpg regre...
2006-08-02 Tom LaneAdd a HINT per suggestion from Michael Glaesemann....
2006-08-02 Michael MeskesSome more regression test files
2006-08-02 Michael MeskesOne more file to remove
2006-08-02 Michael MeskesRemoved old test files
2006-08-02 Michael Meskesynced parser and keyword list.
2006-08-02 Joe ConwayAdd support for multi-row VALUES clauses as part of...
2006-08-01 Bruce MomjianFix bug I introduced while cleaning up pg_dump -t/...
2006-08-01 Bruce MomjianAdd support for loadable modules to allocated shared...
2006-08-01 Bruce MomjianAdd pg_dump -X no-data-for-failed-tables option to...
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
next