]> granicus.if.org Git - postgresql/history - src/include
Rename irix5 port to irix.
[postgresql] / src / include /
2004-05-19 Bruce MomjianWin32 can't have the same function coming from two...
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 ConwayRemove an unused (and empty) header file.
2004-05-14 Neil ConwayImplement the width_bucket() function, per SQL2003...
2004-05-14 Neil ConwayImprove documentation for SQLSTATE error codes, per...
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 Bruce MomjianRename find_my_binary/find_other_binary to
2004-05-11 Bruce MomjianAs part of the work for making relocatable installs...
2004-05-11 Tom LaneRefactor low-level aclcheck code to provide useful...
2004-05-10 Tom LanePromote row expressions to full-fledged citizens of...
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 Tom LaneGet rid of cluster.c's apparatus for rebuilding a relat...
2004-05-07 Tom LaneThe timezone() family of functions (a/k/a AT TIME ZONE...
2004-05-07 Tom LaneSolve the 'Turkish problem' with undesirable locale...
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-05 Tom LaneSecond try at a portable unsetenv().
2004-05-05 Tom LaneALTER TABLE rewrite. New cool stuff:
2004-05-02 Bruce MomjianUpdate catalog version for acl removal changes.
2004-05-02 Bruce MomjianRevert patch --- needs more generalized solution.
2004-05-01 Bruce MomjianAlign prototype in C code.
2004-04-30 Bruce MomjianSuppress use of timezone library by ecpg.
2004-04-30 Bruce MomjianMore timezone build adjustments.
2004-04-30 Bruce MomjianRename to USE_PGTZ to match code.
2004-04-30 Bruce MomjianEnable use of our own timezone library for Win32.
2004-04-30 Bruce MomjianMinor adjustments to enable public-domain timezone...
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-23 Neil ConwayAdd ceiling() as an alias for ceil(), and power() as...
2004-04-23 Bruce MomjianAdd new auto-detection of thread flags.
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-19 Tom LaneCode review for ARC patch. Eliminate static variables...
2004-04-19 Bruce Momjian* Most changes are to fix warnings issued when compilin...
2004-04-18 Tom LaneTweak findTargetlistEntry so that bare names occurring...
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-07 Tom LaneExtend set-operation planning to keep track of the...
2004-04-07 Bruce Momjian> >>1. change the type of "log_statement" option from...
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 MomjianRemove 'syslog' GUC variable, and add more logical...
2004-04-02 Tom Lanecheck_sql_fn_retval has always thought that we supporte...
2004-04-02 Tom LaneGet rid of crocky use of RangeVar nodes in parser to...
2004-04-01 Tom LaneReplace TupleTableSlot convention for whole-row variabl...
2004-03-30 Teodor SigaevCleanup vectors of GISTENTRY and eliminate problem...
2004-03-24 Tom LaneReplace max_expr_depth parameter with a max_stack_depth...
2004-03-24 Bruce MomjianAllow unlink/rename of files open by another process...
2004-03-23 Tom LaneUpgrade ALTER TABLE DROP COLUMN so that it can drop...
2004-03-23 Tom LaneReplace the virtual_host and tcpip_socket parameters...
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-20 Bruce MomjianHandle draft version of getpwuid_r() that accepts only...
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-17 Tom LaneReimplement CASE val WHEN compval1 THEN ... WHEN compva...
2004-03-17 Bruce MomjianDocument SPI_push() and SPI_pop().
2004-03-17 Tom LaneReplace the switching function ExecEvalExpr() with...
2004-03-15 Bruce MomjianRemove GUC log_statement, log_pid, log_timestamp, log_s...
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 Tom LaneTweak planner so that index expressions and predicates...
2004-03-12 Neil ConwayAllow 'Infinity' and '-Infinity' as input to the float4...
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-09 Bruce MomjianCorrects a typo, introduces missing variables, and...
2004-03-09 Bruce MomjianThe win32 port backend will require the functionality...
2004-03-09 Bruce MomjianAdd:
2004-03-05 Bruce MomjianAdd new SPI functions for use by PL/Java:
2004-03-04 Neil ConwayEmit a warning when an empty string is input to the...
2004-03-02 Tom LaneJunkfilter logic to force a projection step during...
2004-03-02 Bruce MomjianFix sizeof(Oid) in PGSTAT_NUM_TABPURGE. (Actually...
2004-03-02 Bruce MomjianAdd missing checks for Borland C compiler.
2004-02-28 Tom LaneRemove unneeded indxqual field in IndexScanState, and...
2004-02-25 Bruce MomjianFor application to HEAD, following community review.
2004-02-24 Tom Laneanyarray really needs to be declared with typalign...
2004-02-23 Tom LaneFix obsolete comment.
2004-02-23 Tom LaneReplace opendir/closedir calls throughout the backend...
2004-02-23 Tom LaneNOFILE isn't used anywhere any more.
2004-02-23 Tom LaneDo a direct probe during postmaster startup to determin...
2004-02-22 Tom LaneMove responsibility for copying argv[] array into ps_st...
2004-02-21 Tom LaneFix random build breakage from log_disconnections patch.
2004-02-21 Tom LaneImplement a solution to the 'Turkish locale downcases...
2004-02-18 Bruce MomjianHere is a patch that implements setitimer() on win32...
2004-02-17 Bruce MomjianThis patch brings up to date what I did last year ...
2004-02-17 Tom LaneMake use of statistics on index expressions. There...
2004-02-15 Tom LaneFirst steps towards statistics on expressional (nee...
2004-02-14 Tom LaneCreate crosstype comparison operators for date vs....
2004-02-13 Tom LaneAfter further thought about support for gathering stats...
2004-02-12 Tom LaneAdd hooks for type-specific calculation of ANALYZE...
next