summaryrefslogtreecommitdiff
path: root/src/include
AgeCommit message (Expand)Author
2004-05-05ALTER TABLE rewrite. New cool stuff:Tom Lane
2004-05-02Update catalog version for acl removal changes.Bruce Momjian
2004-05-02Revert patch --- needs more generalized solution.Bruce Momjian
2004-05-01Align prototype in C code.Bruce Momjian
2004-04-30Suppress use of timezone library by ecpg.Bruce Momjian
2004-04-30More timezone build adjustments.Bruce Momjian
2004-04-30Rename to USE_PGTZ to match code.Bruce Momjian
2004-04-30Enable use of our own timezone library for Win32.Bruce Momjian
2004-04-30Minor adjustments to enable public-domain timezone library to be calledBruce Momjian
2004-04-26Please find a attached a small patch that adds accessor functionsBruce Momjian
2004-04-25Tiny assorted fixes: correct a typo in a comment in vacuumlazy.c, removeNeil Conway
2004-04-25Remove the last traces of Joe Hellerstein's "xfunc" optimization. PatchNeil Conway
2004-04-23Add ceiling() as an alias for ceil(), and power() as an alias for pow().Neil Conway
2004-04-23Add new auto-detection of thread flags.Bruce Momjian
2004-04-22Make LocalRefCount and PrivateRefCount arrays of int32, rather than long.Neil Conway
2004-04-22Per discussion earlier today, here is a fix that lets ereport() on win32Bruce Momjian
2004-04-22This patch makes the EXECUTE command's completion tag return theBruce Momjian
2004-04-21Tweak indexscan and seqscan code to arrange that steps from one page toTom Lane
2004-04-21Another round of code cleanup on bufmgr. Use BM_VALID flag to keep trackTom Lane
2004-04-19Code review for ARC patch. Eliminate static variables, improve handlingTom Lane
2004-04-19* Most changes are to fix warnings issued when compiling win32Bruce Momjian
2004-04-18Tweak findTargetlistEntry so that bare names occurring in GROUP BY clausesTom Lane
2004-04-12Here's an attempt at new socket and signal code for win32.Bruce Momjian
2004-04-11Exit backend from SIGTERM or FATAL by simulating client EOF, rather thanBruce Momjian
2004-04-07Extend set-operation planning to keep track of the sort ordering inducedTom Lane
2004-04-07> >>1. change the type of "log_statement" option from boolean to string,Bruce Momjian
2004-04-05Corrects issues recently posted by Dann Corbit, allowing libpq/psql toBruce Momjian
2004-04-05This is a cleanup patch for access/transam/xact.c. It only removes someBruce Momjian
2004-04-05Remove 'syslog' GUC variable, and add more logical 'log_destination'Bruce Momjian
2004-04-02check_sql_fn_retval has always thought that we supported doingTom Lane
2004-04-02Get rid of crocky use of RangeVar nodes in parser to represent partiallyTom Lane
2004-04-01Replace TupleTableSlot convention for whole-row variables and functionTom Lane
2004-03-30Cleanup vectors of GISTENTRY and eliminate problem with 64-bit strict-alignedTeodor Sigaev
2004-03-24Replace max_expr_depth parameter with a max_stack_depth parameter thatTom Lane
2004-03-24Allow unlink/rename of files open by another process on Win32, using aBruce Momjian
2004-03-23Upgrade ALTER TABLE DROP COLUMN so that it can drop an OID column, andTom Lane
2004-03-23Replace the virtual_host and tcpip_socket parameters with a unifiedTom Lane
2004-03-22Add timestamp-versus-timestamptz cross-type comparison functions,Tom Lane
2004-03-21Revise syntax-error reporting behavior to give pleasant results forTom Lane
2004-03-20Handle draft version of getpwuid_r() that accepts only four arguments.Bruce Momjian
2004-03-19Create a validator for plpgsql, so that some minimal syntax checkingTom Lane
2004-03-19Code review for log_line_prefix patch. Cooperate with StringInfo insteadTom 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-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