]> git.ipfire.org Git - thirdparty/postgresql.git/shortlog
thirdparty/postgresql.git
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* postmaster.c: cleanup pmdaemonize under win32; missed...
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...
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  Bruce MomjianRename README's to match directory names. Mention...
2004-03-14  Tom LaneArrange to emit a CONTEXT: SQL function "foo" entry...
2004-03-13  Bruce MomjianDone:
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  Bruce MomjianUpdate FAQ with current release version.
2004-03-12  Bruce MomjianUpdate Russian FAQ, Viktor Vislobokov
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 ConwayFix a typo in the documentation for geqo_effort.
2004-03-12  Neil ConwayImprove documentation for the newly-added NOWAIT clause...
2004-03-12  Neil ConwayAllow 'Infinity' and '-Infinity' as input to the float4...
2004-03-11  Dennis BjorklundTranslation updates
2004-03-11  Bruce MomjianDocument the SSL and Kerberos are not thread-safe.
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-10  Neil ConwayFix a typo.
2004-03-10  Neil ConwayImprovements to README.CVS
2004-03-10  Bruce MomjianRemove HISTORY and INSTALL. Have them generated by...
2004-03-09  Neil ConwayTweak some text to avoid using <command>SET</command...
2004-03-09  Bruce MomjianAdd comment for Win32.
2004-03-09  Bruce MomjianRemove blank line in Makefile.
2004-03-09  Bruce MomjianAdd HISTORY/INSTALL clean target to 7.4.X.
2004-03-09  Peter EisentrautBuild scanner output when making a distribution.
2004-03-09  Neil ConwayAdd documentation for the recent 'ALSO' patch for CREAT...
2004-03-09  Bruce MomjianRebuild HISTORY file to match our official style sheets.
2004-03-09  Neil ConwayRefer to GUC variables using <xref> tags rather than...
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 MomjianDone:
2004-03-09  Bruce MomjianAdd:
2004-03-09  Bruce MomjianI wanted to submit some changes to the bundled postgres...
2004-03-08  Bruce MomjianHave SGML make clean remove text files output as well
2004-03-08  Bruce MomjianAdd comment about why ON COMMENT in non-current databas...
2004-03-08  Bruce MomjianUpdate German FAQ.
2004-03-08  Tom LaneTest for whether a previous IN join restricts the curre...
2004-03-07  Tom LaneSome editorial work on 7.4.2 release notes.
2004-03-07  Neil Conwaycontrib/xml2 updates from John Gray:
2004-03-07  Michael MeskesAdded multidimensional arrays as todo for ecpg.
2004-03-07  Tom LaneWhen testing usability of a partial index, recognize...
2004-03-07  Neil ConwayImprove discussion of using OIDs for identifying rows...
2004-03-07  Joe ConwayAdded new versions of dblink, dblink_exec, dblink_open...
2004-03-07  Neil ConwayExplicitely mention that some GUC variables cannot...
2004-03-07  Neil ConwayEditorialization of some text discussing 'IS NULL'...
next