OSDN Git Service

pg-rex/syncrep.git
2004-03-27 Bruce MomjianClean up function call arg appearance.
2004-03-27 Bruce MomjianChange small 'if/else' test to use Max().
2004-03-27 Tom LaneFix brain-dead placement of global variable declaration.
2004-03-27 Tom LaneNow that we are allowing index opclasses to contain...
2004-03-26 Bruce MomjianAdd -D_REENTRANT for Solaris threading.
2004-03-26 Neil ConwayMore cross-reference work, other minor SGML fixes and...
2004-03-25 Bruce MomjianUpdate gcc solaris flags.
2004-03-25 Bruce MomjianFix for SSL compile.
2004-03-25 Tom LaneConvert some GUC variable references to links.
2004-03-25 Teodor Sigaev1 Minimize memory allocation for void (but not null...
2004-03-24 Tom LaneAdd a more useful error message for the case where...
2004-03-24 Tom LaneReplace max_expr_depth parameter with a max_stack_depth...
2004-03-24 Bruce MomjianAdd:
2004-03-24 Tom LaneAdjust error message wording per Andrew Dunstan's advice.
2004-03-24 Neil ConwayMake a cross-reference in the ALTER TABLE ref page...
2004-03-24 Bruce MomjianUpdate description error text:
2004-03-24 Bruce MomjianHere's a patch implementing the "thread method" to...
2004-03-24 Bruce MomjianAllow unlink/rename of files open by another process...
2004-03-24 Neil ConwayFix a minor typo in the log_line_prefix docs and make...
2004-03-24 Bruce MomjianAdd thread locking to SSL and Kerberos connections.
2004-03-24 Bruce MomjianDocument fallback to tcp/ip localhost connection from...
2004-03-24 Neil ConwayFix some whitespace formatting, and remove an overly...
2004-03-24 Bruce Momjian>>Also, what is the default connection mode of psql...
2004-03-24 Bruce MomjianUse the new GUC variable default_with_oids in pg_dump...
2004-03-24 Neil ConwayUpdate the float8 regression tests: they should now...
2004-03-23 Tom LanePQresult should be PGresult.
2004-03-23 Tom LaneFix small typo.
2004-03-23 Tom LaneRepair misleading description of MOVE's command tag...
2004-03-23 Tom LaneUse dollar-quoting for function bodies, unless disabled...
2004-03-23 Bruce MomjianWhen changing select() calls for delays into pg_usleep...
2004-03-23 Tom LaneUpgrade ALTER TABLE DROP COLUMN so that it can drop...
2004-03-23 Neil ConwayMinor SGML improvements.
2004-03-23 Neil ConwayFix typo in postmaster reference page: from Tom.
2004-03-23 Bruce Momjianfflush() FILE buffer to descriptor so stat call gets...
2004-03-23 Neil ConwayImprove the locale and character set docs, add some...
2004-03-23 Bruce MomjianFix getpwuid_r call:
2004-03-23 Tom LaneReplace the virtual_host and tcpip_socket parameters...
2004-03-22 Tom LaneBefore deciding we can use a socket for statistics...
2004-03-22 Tom LaneAdd missing extern for optind.
2004-03-22 Tom LaneClean up rather poor description of the difference...
2004-03-22 Tom LaneStandardize output buffer size and display format for...
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 MomjianIn working through a pg_autovacuum problem with Joe...
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 MomjianAlways test getpwuid_r because HEAD always uses *_r...
2004-03-20 Bruce MomjianHandle draft version of getpwuid_r() that accepts only...
2004-03-19 Tom LaneAdd a usage example for has_function_privilege().
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 Bruce MomjianDone:
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 MomjianModify:
2004-03-17 Bruce MomjianDocument SPI_push() and SPI_pop().
2004-03-17 Tom LaneReplace the switching function ExecEvalExpr() with...
2004-03-16 Bruce MomjianAdd:
2004-03-16 Bruce MomjianRemove double-rename used by Win32 on busy files. ...
2004-03-15 Bruce Momjianlog_statement was not removed by the previous patch...
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* postc: cleanup pmdaemonize under win32; missed failur...
2004-03-15 Bruce MomjianHandle OID's and unsigned values better in pg_autovacuum.
2004-03-15 Bruce MomjianWindows uses codepages rather than the environment...
2004-03-15 Bruce MomjianUpdate random regression test text to be clearer.
2004-03-15 Bruce MomjianUpdate random test description because it fails less...
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 Bruce MomjianFix typo.
2004-03-15 Bruce MomjianMention Linux syslog will sync lines to disk, and descr...
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...
next