summaryrefslogtreecommitdiff
path: root/src/include
Commit message (Expand)AuthorAgeFilesLines
* Alter string format used for integer and OID lists in stored rules.Tom Lane2004-05-081-2/+2
* Get rid of rd_nblocks field in relcache entries. Turns out this wasTom Lane2004-05-083-5/+5
* Get rid of cluster.c's apparatus for rebuilding a relation's indexesTom Lane2004-05-082-7/+4
* The timezone() family of functions (a/k/a AT TIME ZONE construct) canTom Lane2004-05-071-6/+6
* Solve the 'Turkish problem' with undesirable locale behavior for caseTom Lane2004-05-076-23/+17
* Make ALTER COLUMN TYPE preserve clustered status for indexes it doesn'tTom Lane2004-05-062-4/+8
* Rewrite nodeRead() in a less obfuscated fashion, per discussion withTom Lane2004-05-061-2/+2
* Second try at a portable unsetenv().Tom Lane2004-05-052-1/+8
* ALTER TABLE rewrite. New cool stuff:Tom Lane2004-05-0510-74/+114
* Update catalog version for acl removal changes.Bruce Momjian2004-05-021-2/+2
* Revert patch --- needs more generalized solution.Bruce Momjian2004-05-023-21/+4
* Align prototype in C code.Bruce Momjian2004-05-011-2/+2
* Suppress use of timezone library by ecpg.Bruce Momjian2004-04-301-2/+2
* More timezone build adjustments.Bruce Momjian2004-04-301-2/+2
* Rename to USE_PGTZ to match code.Bruce Momjian2004-04-301-3/+3
* Enable use of our own timezone library for Win32.Bruce Momjian2004-04-301-0/+3
* Minor adjustments to enable public-domain timezone library to be calledBruce Momjian2004-04-302-2/+40
* Please find a attached a small patch that adds accessor functionsBruce Momjian2004-04-263-4/+21
* Tiny assorted fixes: correct a typo in a comment in vacuumlazy.c, removeNeil Conway2004-04-252-4/+4
* Remove the last traces of Joe Hellerstein's "xfunc" optimization. PatchNeil Conway2004-04-251-4/+1
* Add ceiling() as an alias for ceil(), and power() as an alias for pow().Neil Conway2004-04-232-3/+11
* Add new auto-detection of thread flags.Bruce Momjian2004-04-231-9/+7
* Make LocalRefCount and PrivateRefCount arrays of int32, rather than long.Neil Conway2004-04-221-3/+3
* Per discussion earlier today, here is a fix that lets ereport() on win32Bruce Momjian2004-04-221-1/+3
* This patch makes the EXECUTE command's completion tag return theBruce Momjian2004-04-221-2/+3
* Tweak indexscan and seqscan code to arrange that steps from one page toTom Lane2004-04-212-2/+7
* Another round of code cleanup on bufmgr. Use BM_VALID flag to keep trackTom Lane2004-04-212-18/+16
* Code review for ARC patch. Eliminate static variables, improve handlingTom Lane2004-04-191-39/+30
* * Most changes are to fix warnings issued when compiling win32Bruce Momjian2004-04-193-12/+17
* Tweak findTargetlistEntry so that bare names occurring in GROUP BY clausesTom Lane2004-04-181-2/+2
* Here's an attempt at new socket and signal code for win32.Bruce Momjian2004-04-123-27/+47
* Exit backend from SIGTERM or FATAL by simulating client EOF, rather thanBruce Momjian2004-04-111-1/+2
* Extend set-operation planning to keep track of the sort ordering inducedTom Lane2004-04-071-2/+2
* > >>1. change the type of "log_statement" option from boolean to string,Bruce Momjian2004-04-072-3/+15
* Corrects issues recently posted by Dann Corbit, allowing libpq/psql toBruce Momjian2004-04-052-4/+21
* This is a cleanup patch for access/transam/xact.c. It only removes someBruce Momjian2004-04-051-1/+2
* Remove 'syslog' GUC variable, and add more logical 'log_destination'Bruce Momjian2004-04-052-7/+8
* check_sql_fn_retval has always thought that we supported doingTom Lane2004-04-021-2/+2
* Get rid of crocky use of RangeVar nodes in parser to represent partiallyTom Lane2004-04-021-1/+6
* Replace TupleTableSlot convention for whole-row variables and functionTom Lane2004-04-0118-468/+549
* Cleanup vectors of GISTENTRY and eliminate problem with 64-bit strict-alignedTeodor Sigaev2004-03-301-1/+14
* Replace max_expr_depth parameter with a max_stack_depth parameter thatTom Lane2004-03-244-14/+17
* Allow unlink/rename of files open by another process on Win32, using aBruce Momjian2004-03-241-1/+6
* Upgrade ALTER TABLE DROP COLUMN so that it can drop an OID column, andTom Lane2004-03-232-3/+6
* Replace the virtual_host and tcpip_socket parameters with a unifiedTom Lane2004-03-231-3/+2
* Add timestamp-versus-timestamptz cross-type comparison functions,Tom Lane2004-03-226-16/+94
* Revise syntax-error reporting behavior to give pleasant results forTom Lane2004-03-215-9/+21
* Handle draft version of getpwuid_r() that accepts only four arguments.Bruce Momjian2004-03-201-0/+3
* Create a validator for plpgsql, so that some minimal syntax checkingTom Lane2004-03-191-1/+2
* Code review for log_line_prefix patch. Cooperate with StringInfo insteadTom Lane2004-03-191-3/+9