]> granicus.if.org Git - postgresql/history - src/backend
Rename irix5 port to irix.
[postgresql] / src / backend /
2004-05-19 Bruce MomjianRename irix5 port to irix.
2004-05-19 Bruce MomjianOnly do pkglib_path if needed.
2004-05-19 Bruce MomjianOnly do find_my_exec if it doesn't come from the postma...
2004-05-19 Bruce MomjianAdd get_pkglib_path to postmaster.c
2004-05-19 Bruce MomjianMove find_my_exec lower so elog() works, per Tom.
2004-05-19 Neil ConwayMinor correction for previous SQLSTATE patch: I changed...
2004-05-18 Tom LanesetRuleCheckAsUser has to be applied to any subqueries...
2004-05-18 Bruce MomjianMove get_pkglib_path up into main.c too.
2004-05-18 Bruce MomjianMove find_my_exec() way up into main.c so it is availab...
2004-05-18 Bruce MomjianClean up some relative path install issues with Claudio...
2004-05-17 Bruce MomjianReorganize code to allow path-relative installs.
2004-05-16 Neil ConwayChange ln(), log(), power(), and sqrt() to emit the...
2004-05-14 Neil ConwayImplement the width_bucket() function, per SQL2003...
2004-05-14 Bruce MomjianAdjust find_my_exec/find_other_exec() so that the retur...
2004-05-14 Tom LaneTighten parsing of boolean options to CREATE TYPE and...
2004-05-13 Bruce MomjianReorganize backend code to more cleanly manage executab...
2004-05-12 Tom LaneTighten up overflow check in path_recv, pursuant to...
2004-05-12 Bruce MomjianRename find_my_binary/find_other_binary to
2004-05-12 Bruce MomjianFix bug by passing arg[0] to find_my_binary().
2004-05-11 Tom LaneYawn ... still another place not quite ready for zero...
2004-05-11 Bruce MomjianAs part of the work for making relocatable installs...
2004-05-11 Tom LaneAdd tests to enlargeStringInfo() to avoid possible...
2004-05-11 Tom LaneRefactor low-level aclcheck code to provide useful...
2004-05-11 Tom LaneFix oversights in processing of LIMIT expressions durin...
2004-05-11 Tom LaneRepair recalculation failure for nested sub-SELECTs...
2004-05-10 Tom LanePromote row expressions to full-fledged citizens of...
2004-05-08 Tom LaneFix a couple of oversights in new ALTER TABLE code...
2004-05-08 Tom LaneAlter string format used for integer and OID lists...
2004-05-08 Tom LaneGet rid of rd_nblocks field in relcache entries. Turns...
2004-05-08 Bruce MomjianImprove style of new log_statement_stats error message...
2004-05-08 Tom LaneGet rid of cluster.c's apparatus for rebuilding a relat...
2004-05-07 Neil ConwayRefactor CheckDropPermissions() to move some initializa...
2004-05-07 Tom LaneNATURAL CROSS JOIN is a contradiction in terms, not...
2004-05-07 Bruce MomjianRemove crude test for log_statement_stats in startup...
2004-05-07 Bruce MomjianThrow error if log_statement_stats is used with conflic...
2004-05-07 Tom LaneSolve the 'Turkish problem' with undesirable locale...
2004-05-06 Bruce Momjiansysv_shmem.c patch is to correct a bug that prevents...
2004-05-06 Bruce MomjianErase MD5 user passwords when a user is renamed because...
2004-05-06 Tom LaneMake ALTER COLUMN TYPE preserve clustered status for...
2004-05-06 Tom LaneRewrite nodeRead() in a less obfuscated fashion, per...
2004-05-06 Neil ConwayFix grammatical error in comment.
2004-05-05 Tom LaneDon't assume that struct timeval's tv_sec field is...
2004-05-05 Tom LaneFix get_rels_with_domain to not do the wrong thing...
2004-05-05 Tom LaneALTER TABLE rewrite. New cool stuff:
2004-05-02 Bruce MomjianRevert patch --- needs more generalized solution.
2004-04-30 Bruce MomjianMore cleanups for USE_PGTZ.
2004-04-26 Bruce MomjianPlease find attached a small patch against current...
2004-04-26 Bruce MomjianPlease find a attached a small patch that adds accessor...
2004-04-25 Neil ConwayTiny assorted fixes: correct a typo in a comment in...
2004-04-25 Neil ConwayRemove the last traces of Joe Hellerstein's "xfunc...
2004-04-24 Tom LaneEnsure getaddrinfo_all returns null result on failure.
2004-04-22 Neil ConwayMake LocalRefCount and PrivateRefCount arrays of int32...
2004-04-22 Bruce MomjianPer discussion earlier today, here is a fix that lets...
2004-04-22 Bruce MomjianThis patch makes the EXECUTE command's completion tag...
2004-04-21 Tom LaneTweak indexscan and seqscan code to arrange that steps...
2004-04-21 Tom LaneAnother round of code cleanup on bufmgr. Use BM_VALID...
2004-04-21 Bruce MomjianChange COPY CSV keyword to be:
2004-04-19 Tom LaneCode review for ARC patch. Eliminate static variables...
2004-04-19 Bruce MomjianPrevent doubling of escapes when not in quote mode...
2004-04-19 Bruce MomjianRemove debug code that acidentally got into CVS from...
2004-04-19 Bruce MomjianFix for BEGIN with ISOLATION/READONLY clauses.
2004-04-19 Bruce Momjian* Most changes are to fix warnings issued when compilin...
2004-04-19 Bruce MomjianComplete TODO item:
2004-04-18 Tom LaneTweak findTargetlistEntry so that bare names occurring...
2004-04-16 Bruce MomjianHandle Warn_restart_ready properly in SIGTERM safety...
2004-04-15 Bruce MomjianModify COPY for() loop to use attnum as a variable...
2004-04-12 Bruce MomjianHere's an attempt at new socket and signal code for...
2004-04-11 Bruce MomjianExit backend from SIGTERM or FATAL by simulating client...
2004-04-10 Bruce MomjianPlease find a small patch to fix the brain damage ...
2004-04-09 Dennis BjorklundTranslation updates
2004-04-07 Bruce MomjianPush superuser check farther down in the if() statement...
2004-04-07 Tom LaneStill another place to make the world safe for zero...
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 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 MomjianThe attached applied patch throws an error if the delim...
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-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-01 Tom LaneFix some portability issues with new float input code...
2004-04-01 Tom LaneAdd missing casts to unsigned char in recently-added...
2004-04-01 Tom LaneReplace TupleTableSlot convention for whole-row variabl...
2004-04-01 Bruce MomjianImprove comments on USERLIMIT GUC processing.
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-27 Bruce MomjianClean up function call arg appearance.
2004-03-27 Bruce MomjianChange small 'if/else' test to use Max().
2004-03-27 Tom LaneNow that we are allowing index opclasses to contain...
2004-03-24 Tom LaneReplace max_expr_depth parameter with a max_stack_depth...
2004-03-24 Tom LaneAdjust error message wording per Andrew Dunstan's advice.
2004-03-24 Bruce MomjianUpdate description error text:
next