]> granicus.if.org Git - postgresql/history - src
Disasble threads on unixware until other platforms report a problem.
[postgresql] / src /
2004-03-22 Bruce MomjianDisasble threads on unixware until other platforms...
2004-03-22 Bruce MomjianIncrease xlog str_time() static string variable, per...
2004-03-22 Bruce MomjianI just noticed that \dp outputs "Table" to indicate...
2004-03-22 Bruce MomjianAdds DLLIMPORT modifier to check_function_bodies
2004-03-22 Bruce MomjianAdd mention of "-D_POSIX_PTHREAD_SEMANTICS" enabling...
2004-03-22 Tom LaneAdd timestamp-versus-timestamptz cross-type comparison...
2004-03-21 Tom LaneRevise syntax-error reporting behavior to give pleasant...
2004-03-21 Dennis BjorklundTranslation updates
2004-03-21 Dennis BjorklundTranslation updates
2004-03-20 Tom LaneRewrite pg_dump's comment-dumping code to pull over...
2004-03-20 Bruce MomjianRemove suggestiong for using test for wal_sync_method.
2004-03-20 Bruce MomjianHandle draft version of getpwuid_r() that accepts only...
2004-03-19 Tom LaneCreate a validator for plpgsql, so that some minimal...
2004-03-19 Tom LaneCode review for log_line_prefix patch. Cooperate with...
2004-03-18 Bruce MomjianMake test_fsync use optimizer flag.
2004-03-18 Bruce MomjianFix log_executor_stats if() test.
2004-03-18 Bruce MomjianAdd Unixware thread support from Larry Rosenman.
2004-03-18 Bruce MomjianAllocate 16mb file for testing.
2004-03-18 Bruce MomjianHave program default to 1000 loops, and add file name...
2004-03-18 Bruce MomjianAdd comment about using this testing for wal_sync_method.
2004-03-18 Bruce MomjianAdd fsync tests:
2004-03-18 Bruce MomjianMention which fsync methods are unavailable.
2004-03-18 Bruce MomjianAdd permission mode to opens().
2004-03-18 Bruce MomjianAdd missing include
2004-03-18 Bruce MomjianRemove acccidental object/binary files.
2004-03-18 Bruce MomjianAdd fsync test program. It tests fsync to see if times...
2004-03-17 Tom LaneDuring btree index build, sort equal-keyed tuples accor...
2004-03-17 Tom LaneReimplement CASE val WHEN compval1 THEN ... WHEN compva...
2004-03-17 Bruce MomjianDocument SPI_push() and SPI_pop().
2004-03-17 Tom LaneReplace the switching function ExecEvalExpr() with...
2004-03-16 Bruce MomjianRemove double-rename used by Win32 on busy files. ...
2004-03-15 Bruce MomjianThe "cvs add" of test_thread_implicit.pgc seems to...
2004-03-15 Bruce MomjianCheck for EOF on pipe differs under win32, as it is...
2004-03-15 Bruce Momjianfloat8-small-is-zero and float8-exp-three-digits will...
2004-03-15 Bruce Momjian* postmaster.c: cleanup pmdaemonize under win32; missed...
2004-03-15 Bruce MomjianWindows uses codepages rather than the environment...
2004-03-15 Bruce MomjianRemove GUC log_statement, log_pid, log_timestamp, log_s...
2004-03-15 Bruce MomjianImprove random regression tests to fail less frequently.
2004-03-15 Tatsuo IshiiAdd PQmbdsplen() which returns the "display length...
2004-03-15 Tom LaneLocalize our dependencies on the way to create NAN...
2004-03-15 Tom LaneRemove grotty special-case code in coerce_to_target_typ...
2004-03-14 Bruce MomjianUpdate Solaris thread flags, per Jim Seymour
2004-03-14 Tom LaneTweak planner so that index expressions and predicates...
2004-03-14 Tom LaneFix error in termination of COPY IN mode when using...
2004-03-14 Bruce MomjianMark linux as thread-enabled with new 7.5 tests.
2004-03-14 Bruce MomjianFix ecpg_sqlca_key_destructor to return void.
2004-03-14 Bruce Momjian> (I also see some post-7.4.1 changes in src/template...
2004-03-14 Michael Meskes- Fixed Informix compat math functions to cope with...
2004-03-14 Neil ConwayPortability fixes and bug fixes for recent floating...
2004-03-14 Tom LaneTeach psql to show the location of syntax errors visual...
2004-03-14 Tom LaneArrange to emit a CONTEXT: SQL function "foo" entry...
2004-03-13 Tom LaneGenerate a WARNING when the column types in a foreign...
2004-03-13 Tom LaneRepair memory leakage introduced into the non-hashed...
2004-03-12 Dennis BjorklundTranslation updates
2004-03-12 Bruce MomjianFixes recent changes to test. For immediate application.
2004-03-12 Dennis BjorklundTranslation updates
2004-03-12 Dennis BjorklundTranslation updates
2004-03-12 Bruce MomjianRename incorrect references to nonblock.c to noblock...
2004-03-12 Neil ConwayAllow 'Infinity' and '-Infinity' as input to the float4...
2004-03-11 Dennis BjorklundTranslation updates
2004-03-11 Neil ConwayRevise int2/int4/int8/float4/float8 input routines...
2004-03-11 Tatsuo IshiiAdd NOWAIT option to LOCK command
2004-03-10 Bruce MomjianMove non-blocking code into its own /port file, for...
2004-03-09 Peter EisentrautBuild scanner output when making a distribution.
2004-03-09 Bruce MomjianCorrects a typo, introduces missing variables, and...
2004-03-09 Bruce MomjianDetermines the PKGLIBDIR equivalent under win32. Requir...
2004-03-09 Bruce MomjianAdd ALSO keyword to CREATE RULE.
2004-03-09 Bruce MomjianMake a separate win32 debug DLL along with the non...
2004-03-09 Bruce MomjianThe win32 port backend will require the functionality...
2004-03-09 Bruce MomjianAdd:
2004-03-08 Bruce MomjianAdd comment about why ON COMMENT in non-current databas...
2004-03-08 Tom LaneTest for whether a previous IN join restricts the curre...
2004-03-07 Tom LaneWhen testing usability of a partial index, recognize...
2004-03-05 Bruce MomjianPer a brief conversation with Tom, I've created a patch...
2004-03-05 Tom Lanelibpq's query to get the OIDs of large-object support...
2004-03-05 Bruce MomjianWin32:
2004-03-05 Bruce MomjianAdd new SPI functions for use by PL/Java:
2004-03-05 Bruce MomjianFix log_executor_stats for non-multi queries. Backpatc...
2004-03-04 Neil ConwayEmit a warning when an empty string is input to the...
2004-03-04 Michael Meskes- Fixed segfault due to missing check for variable...
2004-03-03 Tom LaneModify pg_dump so that the preferred dump order is...
2004-03-03 Bruce MomjianAdds the -W flag to the pwd call under Win32. This...
2004-03-02 Tom LaneRemove useless rebuilding of subPlan list during ExecIn...
2004-03-02 Tom LaneUpdate obsolete comment.
2004-03-02 Tom LaneAlways schema-qualify the name of a function referenced...
2004-03-02 Tom LaneJunkfilter logic to force a projection step during...
2004-03-02 Bruce MomjianFix sizeof(Oid) in PGSTAT_NUM_TABPURGE. (Actually...
2004-03-02 Bruce MomjianAdd missing checks for Borland C compiler.
2004-03-02 Tom LaneTeach is_distinct_query to recognize that GROUP BY...
2004-03-02 Bruce MomjianAdd missing sprompt.obj psql usage for Borland compiler...
2004-03-02 Michael MeskesAdded partly missing VOLATILE keyword.
2004-02-29 Tom Lanemake_sort_from_pathkeys()'s method for choosing which...
2004-02-29 Bruce Momjian"Corrects" the int8/float4/float8 tests under win32.
2004-02-28 Tom LaneRemove unneeded indxqual field in IndexScanState, and...
2004-02-28 Dennis BjorklundTranslation updates
2004-02-28 Dennis BjorklundTranslation update
2004-02-28 Dennis BjorklundTranslation updates
2004-02-28 Dennis BjorklundTranslation updates
2004-02-27 Tom LaneAdjust remove_redundant_join_clauses() so that when...
2004-02-27 Tom Lanegenericcostestimate() neglected to include qual startup...
next