summaryrefslogtreecommitdiff
path: root/src/backend
AgeCommit message (Expand)Author
2004-03-17During btree index build, sort equal-keyed tuples according to theirTom Lane
2004-03-17Reimplement CASE val WHEN compval1 THEN ... WHEN compval2 THEN ... ENDTom Lane
2004-03-17Document SPI_push() and SPI_pop().Bruce Momjian
2004-03-17Replace the switching function ExecEvalExpr() with a macro that jumpsTom Lane
2004-03-16Remove double-rename used by Win32 on busy files. Not needed anymore.Bruce Momjian
2004-03-15Check for EOF on pipe differs under win32, as it is based on a socketBruce Momjian
2004-03-15* postmaster.c: cleanup pmdaemonize under win32; missed failure messageBruce Momjian
2004-03-15Windows uses codepages rather than the environment, so we work aroundBruce Momjian
2004-03-15Remove GUC log_statement, log_pid, log_timestamp, log_source_port.Bruce Momjian
2004-03-15Add PQmbdsplen() which returns the "display length" of a character.Tatsuo Ishii
2004-03-15Localize our dependencies on the way to create NAN or INFINITY.Tom Lane
2004-03-15Remove grotty special-case code in coerce_to_target_type() thatTom Lane
2004-03-14Tweak planner so that index expressions and predicates are matched toTom Lane
2004-03-14Portability fixes and bug fixes for recent floating point input changes.Neil Conway
2004-03-14Arrange to emit a CONTEXT: SQL function "foo" entry in an errorTom Lane
2004-03-13Generate a WARNING when the column types in a foreign key constraint areTom Lane
2004-03-13Repair memory leakage introduced into the non-hashed aggregate case byTom Lane
2004-03-12Translation updatesDennis Bjorklund
2004-03-12Translation updatesDennis Bjorklund
2004-03-12Allow 'Infinity' and '-Infinity' as input to the float4 and float8Neil Conway
2004-03-11Revise int2/int4/int8/float4/float8 input routines to allow forNeil Conway
2004-03-11Add NOWAIT option to LOCK commandTatsuo Ishii
2004-03-10Move non-blocking code into its own /port file, for code clarity.Bruce Momjian
2004-03-09Corrects a typo, introduces missing variables, and rearranges theBruce Momjian
2004-03-09Determines the PKGLIBDIR equivalent under win32. Requires pgsql lib andBruce Momjian
2004-03-09Add ALSO keyword to CREATE RULE.Bruce Momjian
2004-03-09Add:Bruce Momjian
2004-03-08Add comment about why ON COMMENT in non-current database throws just anBruce Momjian
2004-03-08Test for whether a previous IN join restricts the current join was tooTom Lane
2004-03-07When testing usability of a partial index, recognize that an indexTom Lane
2004-03-05Per a brief conversation with Tom, I've created a patch for addingBruce Momjian
2004-03-05Win32:Bruce Momjian
2004-03-05Add new SPI functions for use by PL/Java:Bruce Momjian
2004-03-05Fix log_executor_stats for non-multi queries. Backpatch to 7.4.X.Bruce Momjian
2004-03-04Emit a warning when an empty string is input to the oid, float4, andNeil Conway
2004-03-02Remove useless rebuilding of subPlan list during ExecInitNode. Wouldn'tTom Lane
2004-03-02Update obsolete comment.Tom Lane
2004-03-02Junkfilter logic to force a projection step during SELECT INTO was tooTom Lane
2004-03-02Teach is_distinct_query to recognize that GROUP BY forces a subquery'sTom Lane
2004-02-29make_sort_from_pathkeys()'s method for choosing which of severalTom Lane
2004-02-28Remove unneeded indxqual field in IndexScanState, and the useless workTom Lane
2004-02-27Adjust remove_redundant_join_clauses() so that when it has a choiceTom Lane
2004-02-27genericcostestimate() neglected to include qual startup cost inTom Lane
2004-02-27process_implied_equality must copy the substructure of the clauses itTom Lane
2004-02-27Fix a few omissions in the initcap() documentation & source codeNeil Conway
2004-02-25For application to HEAD, following community review.Bruce Momjian
2004-02-24Add %option nodefault to all our flex lexers. Fix a couple of rule gapsTom Lane
2004-02-24Implement dollar-quoting in the backend lexer and psql. DocumentationTom Lane
2004-02-23Replace opendir/closedir calls throughout the backend with AllocateDirTom Lane
2004-02-23Do a direct probe during postmaster startup to determine the maximumTom Lane