]> granicus.if.org Git - postgresql/history - src/backend
Rename irix5 port to irix.
[postgresql] / src / backend /
2004-03-24 Bruce MomjianHere's a patch implementing the "thread method" to...
2004-03-24 Bruce MomjianAdd thread locking to SSL and Kerberos connections.
2004-03-24 Neil ConwayFix some whitespace formatting, and remove an overly...
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 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 LaneStandardize output buffer size and display format for...
2004-03-22 Bruce MomjianIncrease xlog str_time() static string variable, per...
2004-03-22 Bruce MomjianAdds DLLIMPORT modifier to check_function_bodies
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-19 Tom LaneCode review for log_line_prefix patch. Cooperate with...
2004-03-18 Bruce MomjianFix log_executor_stats if() test.
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 MomjianDocument SPI_push() and SPI_pop().
2004-03-17 Tom LaneReplace the switching function ExecEvalExpr() with...
2004-03-16 Bruce MomjianRemove double-rename used by Win32 on busy files. ...
2004-03-15 Bruce MomjianCheck for EOF on pipe differs under win32, as it is...
2004-03-15 Bruce Momjian* postmaster.c: cleanup pmdaemonize under win32; missed...
2004-03-15 Bruce MomjianWindows uses codepages rather than the environment...
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-14 Neil ConwayPortability fixes and bug fixes for recent floating...
2004-03-14 Tom LaneArrange to emit a CONTEXT: SQL function "foo" entry...
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 Dennis BjorklundTranslation updates
2004-03-12 Neil ConwayAllow 'Infinity' and '-Infinity' as input to the float4...
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-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 MomjianAdd:
2004-03-08 Bruce MomjianAdd comment about why ON COMMENT in non-current databas...
2004-03-08 Tom LaneTest for whether a previous IN join restricts the curre...
2004-03-07 Tom LaneWhen testing usability of a partial index, recognize...
2004-03-05 Bruce MomjianPer a brief conversation with Tom, I've created a patch...
2004-03-05 Bruce MomjianWin32:
2004-03-05 Bruce MomjianAdd new SPI functions for use by PL/Java:
2004-03-05 Bruce MomjianFix log_executor_stats for non-multi queries. Backpatc...
2004-03-04 Neil ConwayEmit a warning when an empty string is input to the...
2004-03-02 Tom LaneRemove useless rebuilding of subPlan list during ExecIn...
2004-03-02 Tom LaneUpdate obsolete comment.
2004-03-02 Tom LaneJunkfilter logic to force a projection step during...
2004-03-02 Tom LaneTeach is_distinct_query to recognize that GROUP BY...
2004-02-29 Tom Lanemake_sort_from_pathkeys()'s method for choosing which...
2004-02-28 Tom LaneRemove unneeded indxqual field in IndexScanState, and...
2004-02-27 Tom LaneAdjust remove_redundant_join_clauses() so that when...
2004-02-27 Tom Lanegenericcostestimate() neglected to include qual startup...
2004-02-27 Tom Laneprocess_implied_equality must copy the substructure...
2004-02-27 Neil ConwayFix a few omissions in the initcap() documentation...
2004-02-25 Bruce MomjianFor application to HEAD, following community review.
2004-02-24 Tom LaneAdd %option nodefault to all our flex lexers. Fix...
2004-02-24 Tom LaneImplement dollar-quoting in the backend lexer and psql...
2004-02-23 Tom LaneReplace opendir/closedir calls throughout the backend...
2004-02-23 Tom LaneDo a direct probe during postmaster startup to determin...
2004-02-23 Tom LaneWrite #include <dl.h>, not #include "dl.h", to correctl...
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-19 Tom LaneCosmetic changes (mostly whitespace) to make it easier...
2004-02-18 Bruce MomjianHere is a patch that implements setitimer() on win32...
2004-02-18 Neil ConwayImprove the consistency of the error message emitted...
2004-02-17 Bruce MomjianRename function log_session_end to log_disconnections.
2004-02-17 Bruce MomjianFix prototype for on_proc_exit in log_disconnections...
2004-02-17 Bruce MomjianThis patch brings up to date what I did last year ...
2004-02-17 Bruce MomjianHere is an updated version of the win32 readdir patch.
2004-02-17 Bruce MomjianUnder Win32, stat() returns an st_ino field, but it...
2004-02-17 Tom LaneMake use of statistics on index expressions. There...
2004-02-16 Bruce MomjianChange may -> might, and remove an extra tab.
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 LaneRepair optimization bug I introduced in a moment of...
2004-02-13 Tom LaneAfter further thought about support for gathering stats...
2004-02-13 Tom LaneTry to make 'cross-database references are not implemen...
2004-02-12 Tom LaneAdd hooks for type-specific calculation of ANALYZE...
2004-02-12 Bruce MomjianAdd CVS ID tags to port/win32/files.
2004-02-12 Tom LaneAvoid delaying postmaster shutdown by up to 10 seconds...
2004-02-12 Peter EisentrautTranslation updates
2004-02-12 Jan WieckFixed bug where FlushRelationBuffers() did call Strateg...
2004-02-12 Tom LaneCheck only live tuples for OID validity, to avoid issue...
2004-02-12 Jan WieckAdded hints about the reason, why the command string in
2004-02-11 Tom LaneCommit the reasonably uncontroversial parts of J.R...
2004-02-11 Tom LaneRepair some problems in bgwriter start/stop logic....
2004-02-10 Tom LaneCentralize implementation of delay code by creating...
2004-02-10 Tom LaneRestructure smgr API as per recent proposal. smgr...
2004-02-08 Neil ConwayWin32 signals cleanup. Patch by Magnus Hagander, with...
2004-02-06 Jan WieckCost based vacuum delay feature.
2004-02-04 Jan WieckBacking out the background writer sync() option.
2004-02-04 Neil ConwayUse memmove() rather than memcpy() in set_var_from_var...
2004-02-03 Tom Lanepwd
next