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