]> granicus.if.org Git - postgresql/shortlog
postgresql
2004-04-07 Tom LaneExtend set-operation planning to keep track of the...
2004-04-07 Tom Lanebuild_subquery_pathkeys() was examining wrong copy...
2004-04-07 Bruce MomjianDone:
2004-04-07 Bruce MomjianUpdate FAQ_DEV.
2004-04-07 Bruce MomjianUpdate Darwin as thread-safe.
2004-04-07 Bruce Momjian> >>1. change the type of "log_statement" option from...
2004-04-06 Tom LaneSupport FULL JOIN with no join clauses, such as X FULL...
2004-04-06 Tom LaneALTER SEQUENCE RESTART did the wrong thing if sequence...
2004-04-06 Bruce MomjianAdd thread program mention of errno thread-safety.
2004-04-06 Bruce MomjianThe attached applied patch throws an error if the delim...
2004-04-06 Bruce MomjianAdd CLUSTER tag to psql \d display.
2004-04-05 Bruce MomjianAdd comment that sched_yield might be a portability...
2004-04-05 Bruce MomjianChange getpid() while loop to use sched_yield(), greatl...
2004-04-05 Peter EisentrautNew translation
2004-04-05 Peter EisentrautTranslation updates
2004-04-05 Bruce MomjianHave threads wait for parent to test thread-specific...
2004-04-05 Bruce MomjianCorrects issues recently posted by Dann Corbit, allowin...
2004-04-05 Bruce MomjianThis is a cleanup patch for access/transam/xact.c....
2004-04-05 Bruce MomjianAllow LIKE/ILIKE to appear in more places in a query.
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...
next