]> git.ipfire.org Git - thirdparty/postgresql.git/shortlog
thirdparty/postgresql.git
2004-04-05  Bruce MomjianRemove 'syslog' GUC variable, and add more logical...
2004-04-05  Bruce MomjianImprove handling of GUC USERLIMIT variables by reorgani...
2004-04-05  Bruce MomjianAdd volatile to thread-specific thread variables.
2004-04-05  Bruce MomjianUpdate thread test to only test for 'localhost' and...
2004-04-04  Bruce MomjianUpdate thread test to do getpid() in while loop, also...
2004-04-02  Tom Lanecheck_sql_fn_retval has always thought that we supporte...
2004-04-02  Tom LaneFix poor choice of error message in corner cases.
2004-04-02  Tom LaneClean up some code that had gotten a bit ugly through...
2004-04-02  Tom LaneGet rid of crocky use of RangeVar nodes in parser to...
2004-04-02  Dennis BjorklundTranslation updates
2004-04-02  Dennis BjorklundTranslation updates
2004-04-02  Tom LaneFix some more compatibility issues (ctype.h macros...
2004-04-01  Tom LaneFix some portability issues with new float input code...
2004-04-01  Tom LaneFix some portability issues (reliance on gcc-isms).
2004-04-01  Tom LaneFix portability issues with functions that don't match...
2004-04-01  Tom LaneAdd missing casts to unsigned char in recently-added...
2004-04-01  Tom LaneAdjust expected regression outputs for plan changes...
2004-04-01  Tom LaneReplace TupleTableSlot convention for whole-row variabl...
2004-04-01  Bruce MomjianImprove comments on USERLIMIT GUC processing.
2004-03-31  Bruce MomjianAdd description of log_statement_stats's function ...
2004-03-31  Bruce MomjianBack out tutorial changes:
2004-03-31  Bruce MomjianAdd psql backslash command discussion.
2004-03-31  Bruce MomjianAdd:
2004-03-31  Bruce MomjianRemove:
2004-03-30  Bruce MomjianFix markup errors from recent patch.
2004-03-30  Bruce Momjian1. In keeping with the recent discussion that there...
2004-03-30  Bruce MomjianAdd:
2004-03-30  Bruce MomjianAdd mention of how to use \df to find functions using...
2004-03-30  Bruce MomjianFix to_char for 1 BC. Previously it returned 1 AD.
2004-03-30  Teodor SigaevCleanup vectors of GISTENTRY and eliminate problem...
2004-03-29  Tom LaneUse fuzzy comparison of path costs in add_path(), so...
2004-03-29  Michael MeskesFixed possible segfault in type.c (by Juergen Cappel)
2004-03-29  Bruce MomjianUpdate FAQ from Robert Treat
2004-03-28  Tom LaneSome further editorializing on README.CVS.
2004-03-28  Bruce MomjianClean up thread test program.
2004-03-27  Bruce MomjianAdd test for thread-safe errno to thread test program.
2004-03-27  Bruce MomjianAdd comment about psql \s (history display):
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...
next