| Commit message (Expand) | Author | Age | Files | Lines |
| * | Alter string format used for integer and OID lists in stored rules. | Tom Lane | 2004-05-08 | 1 | -2/+2 |
| * | Get rid of rd_nblocks field in relcache entries. Turns out this was | Tom Lane | 2004-05-08 | 3 | -5/+5 |
| * | Get rid of cluster.c's apparatus for rebuilding a relation's indexes | Tom Lane | 2004-05-08 | 2 | -7/+4 |
| * | The timezone() family of functions (a/k/a AT TIME ZONE construct) can | Tom Lane | 2004-05-07 | 1 | -6/+6 |
| * | Solve the 'Turkish problem' with undesirable locale behavior for case | Tom Lane | 2004-05-07 | 6 | -23/+17 |
| * | Make ALTER COLUMN TYPE preserve clustered status for indexes it doesn't | Tom Lane | 2004-05-06 | 2 | -4/+8 |
| * | Rewrite nodeRead() in a less obfuscated fashion, per discussion with | Tom Lane | 2004-05-06 | 1 | -2/+2 |
| * | Second try at a portable unsetenv(). | Tom Lane | 2004-05-05 | 2 | -1/+8 |
| * | ALTER TABLE rewrite. New cool stuff: | Tom Lane | 2004-05-05 | 10 | -74/+114 |
| * | Update catalog version for acl removal changes. | Bruce Momjian | 2004-05-02 | 1 | -2/+2 |
| * | Revert patch --- needs more generalized solution. | Bruce Momjian | 2004-05-02 | 3 | -21/+4 |
| * | Align prototype in C code. | Bruce Momjian | 2004-05-01 | 1 | -2/+2 |
| * | Suppress use of timezone library by ecpg. | Bruce Momjian | 2004-04-30 | 1 | -2/+2 |
| * | More timezone build adjustments. | Bruce Momjian | 2004-04-30 | 1 | -2/+2 |
| * | Rename to USE_PGTZ to match code. | Bruce Momjian | 2004-04-30 | 1 | -3/+3 |
| * | Enable use of our own timezone library for Win32. | Bruce Momjian | 2004-04-30 | 1 | -0/+3 |
| * | Minor adjustments to enable public-domain timezone library to be called | Bruce Momjian | 2004-04-30 | 2 | -2/+40 |
| * | Please find a attached a small patch that adds accessor functions | Bruce Momjian | 2004-04-26 | 3 | -4/+21 |
| * | Tiny assorted fixes: correct a typo in a comment in vacuumlazy.c, remove | Neil Conway | 2004-04-25 | 2 | -4/+4 |
| * | Remove the last traces of Joe Hellerstein's "xfunc" optimization. Patch | Neil Conway | 2004-04-25 | 1 | -4/+1 |
| * | Add ceiling() as an alias for ceil(), and power() as an alias for pow(). | Neil Conway | 2004-04-23 | 2 | -3/+11 |
| * | Add new auto-detection of thread flags. | Bruce Momjian | 2004-04-23 | 1 | -9/+7 |
| * | Make LocalRefCount and PrivateRefCount arrays of int32, rather than long. | Neil Conway | 2004-04-22 | 1 | -3/+3 |
| * | Per discussion earlier today, here is a fix that lets ereport() on win32 | Bruce Momjian | 2004-04-22 | 1 | -1/+3 |
| * | This patch makes the EXECUTE command's completion tag return the | Bruce Momjian | 2004-04-22 | 1 | -2/+3 |
| * | Tweak indexscan and seqscan code to arrange that steps from one page to | Tom Lane | 2004-04-21 | 2 | -2/+7 |
| * | Another round of code cleanup on bufmgr. Use BM_VALID flag to keep track | Tom Lane | 2004-04-21 | 2 | -18/+16 |
| * | Code review for ARC patch. Eliminate static variables, improve handling | Tom Lane | 2004-04-19 | 1 | -39/+30 |
| * | * Most changes are to fix warnings issued when compiling win32 | Bruce Momjian | 2004-04-19 | 3 | -12/+17 |
| * | Tweak findTargetlistEntry so that bare names occurring in GROUP BY clauses | Tom Lane | 2004-04-18 | 1 | -2/+2 |
| * | Here's an attempt at new socket and signal code for win32. | Bruce Momjian | 2004-04-12 | 3 | -27/+47 |
| * | Exit backend from SIGTERM or FATAL by simulating client EOF, rather than | Bruce Momjian | 2004-04-11 | 1 | -1/+2 |
| * | Extend set-operation planning to keep track of the sort ordering induced | Tom Lane | 2004-04-07 | 1 | -2/+2 |
| * | > >>1. change the type of "log_statement" option from boolean to string, | Bruce Momjian | 2004-04-07 | 2 | -3/+15 |
| * | Corrects issues recently posted by Dann Corbit, allowing libpq/psql to | Bruce Momjian | 2004-04-05 | 2 | -4/+21 |
| * | This is a cleanup patch for access/transam/xact.c. It only removes some | Bruce Momjian | 2004-04-05 | 1 | -1/+2 |
| * | Remove 'syslog' GUC variable, and add more logical 'log_destination' | Bruce Momjian | 2004-04-05 | 2 | -7/+8 |
| * | check_sql_fn_retval has always thought that we supported doing | Tom Lane | 2004-04-02 | 1 | -2/+2 |
| * | Get rid of crocky use of RangeVar nodes in parser to represent partially | Tom Lane | 2004-04-02 | 1 | -1/+6 |
| * | Replace TupleTableSlot convention for whole-row variables and function | Tom Lane | 2004-04-01 | 18 | -468/+549 |
| * | Cleanup vectors of GISTENTRY and eliminate problem with 64-bit strict-aligned | Teodor Sigaev | 2004-03-30 | 1 | -1/+14 |
| * | Replace max_expr_depth parameter with a max_stack_depth parameter that | Tom Lane | 2004-03-24 | 4 | -14/+17 |
| * | Allow unlink/rename of files open by another process on Win32, using a | Bruce Momjian | 2004-03-24 | 1 | -1/+6 |
| * | Upgrade ALTER TABLE DROP COLUMN so that it can drop an OID column, and | Tom Lane | 2004-03-23 | 2 | -3/+6 |
| * | Replace the virtual_host and tcpip_socket parameters with a unified | Tom Lane | 2004-03-23 | 1 | -3/+2 |
| * | Add timestamp-versus-timestamptz cross-type comparison functions, | Tom Lane | 2004-03-22 | 6 | -16/+94 |
| * | Revise syntax-error reporting behavior to give pleasant results for | Tom Lane | 2004-03-21 | 5 | -9/+21 |
| * | Handle draft version of getpwuid_r() that accepts only four arguments. | Bruce Momjian | 2004-03-20 | 1 | -0/+3 |
| * | Create a validator for plpgsql, so that some minimal syntax checking | Tom Lane | 2004-03-19 | 1 | -1/+2 |
| * | Code review for log_line_prefix patch. Cooperate with StringInfo instead | Tom Lane | 2004-03-19 | 1 | -3/+9 |