| Commit message (Expand) | Author | Age | Files | Lines |
| * | pgindent run. | Bruce Momjian | 2003-08-04 | 482 | -15219/+17222 |
| * | Remove extra paren in NOT_USED code, found by pgindent. | Bruce Momjian | 2003-08-04 | 1 | -2/+2 |
| * | Tighten inline_function's test for overly complex parameters. This | Tom Lane | 2003-08-03 | 1 | -6/+28 |
| * | Reconsider context for calling callback functions --- original idea | Tom Lane | 2003-08-03 | 1 | -13/+11 |
| * | Comment out entries for IPv6 localhost connections, since they fail | Tom Lane | 2003-08-01 | 1 | -4/+5 |
| * | Postmaster erroneously rejected SSL connections on IPv6. | Tom Lane | 2003-08-01 | 1 | -2/+2 |
| * | Fix some unprotected references to AF_UNIX ... wouldn't compile on | Tom Lane | 2003-08-01 | 1 | -5/+11 |
| * | inet_recv() wasn't IPv6-ready. | Tom Lane | 2003-08-01 | 1 | -13/+10 |
| * | Code review for sslmode patch: eliminate memory leak, avoid giving a | Tom Lane | 2003-08-01 | 2 | -100/+42 |
| * | Since HPUX now exists for Itanium, we should decouple the assumption | Tom Lane | 2003-08-01 | 4 | -14/+34 |
| * | Get the include ordering right for TCL includes vs whatever is coming | Tom Lane | 2003-08-01 | 1 | -2/+2 |
| * | Missed two places to replace union member. | Michael Meskes | 2003-08-01 | 2 | -3/+3 |
| * | Fix a few of the more blatantly unportable constructs in this file. | Tom Lane | 2003-08-01 | 1 | -23/+27 |
| * | Fix inconsistent static-vs-not-static declarations. | Tom Lane | 2003-08-01 | 4 | -10/+7 |
| * | Fix compile warning. | Tom Lane | 2003-08-01 | 2 | -2/+4 |
| * | Russian translation updates by Serguei Mokhov | Peter Eisentraut | 2003-08-01 | 6 | -1373/+2155 |
| * | Use only two-part shared library version numbers, for better portability | Peter Eisentraut | 2003-08-01 | 3 | -6/+6 |
| * | While having a parallel-make-safe genbki.sh is good, it's better not to | Peter Eisentraut | 2003-08-01 | 1 | -2/+5 |
| * | Make ecpg SQLSTATE-aware. Map existing SQLCODE assignments to SQLSTATEs, | Peter Eisentraut | 2003-08-01 | 14 | -237/+176 |
| * | Update comments. | Bruce Momjian | 2003-08-01 | 1 | -1/+3 |
| * | Update comments. | Bruce Momjian | 2003-08-01 | 1 | -1/+2 |
| * | Added missing TO keyword. | Michael Meskes | 2003-08-01 | 1 | -1/+2 |
| * | - Added some Informix error codes in Informix mode. | Michael Meskes | 2003-08-01 | 20 | -232/+934 |
| * | cvs log used -b for head, not -rHEAD. | Bruce Momjian | 2003-08-01 | 1 | -2/+2 |
| * | clean python out of Makefile | Marc G. Fournier | 2003-08-01 | 1 | -6/+2 |
| * | remove python module, as its moved to http://www.pygresql.org | Marc G. Fournier | 2003-08-01 | 14 | -5581/+0 |
| * | Fix my own mistake in GUC variable annotation. | Tom Lane | 2003-08-01 | 1 | -4/+4 |
| * | Adjust 'permission denied' messages to be more useful and consistent. | Tom Lane | 2003-08-01 | 38 | -243/+377 |
| * | Fix mistaken error code assignments, per Peter's note 7/28/03. | Tom Lane | 2003-07-31 | 1 | -3/+3 |
| * | When using a temp installation, unset PGUSER and other variables we | Tom Lane | 2003-07-31 | 1 | -1/+5 |
| * | Cause library-preload feature to report error if specified initialization | Tom Lane | 2003-07-31 | 7 | -42/+155 |
| * | Upgrade parsing code for ACLs to be less hokey and more cognizant of | Tom Lane | 2003-07-31 | 1 | -36/+151 |
| * | Add fflush of stdout when outputing query. | Bruce Momjian | 2003-07-31 | 1 | -2/+5 |
| * | Add pretty-printing variants of pg_get_viewdef and related functions. | Tom Lane | 2003-07-30 | 4 | -187/+894 |
| * | Fix numeric_smaller, numeric_larger, float4smaller, float4larger, | Tom Lane | 2003-07-30 | 2 | -57/+31 |
| * | Cause ARRAY[] construct to return a NULL array, rather than raising an | Tom Lane | 2003-07-30 | 1 | -7/+13 |
| * | When shutting down the regression test postmaster after 'make check', | Tom Lane | 2003-07-30 | 1 | -1/+2 |
| * | Fix longstanding error in _bt_search(): should moveright at top of loop not | Tom Lane | 2003-07-29 | 1 | -10/+10 |
| * | Coerce unknown-literal-constant default values to the column type during | Tom Lane | 2003-07-29 | 3 | -29/+21 |
| * | There is no reason to cast valuntil to timestamp, and a very good | Tom Lane | 2003-07-29 | 1 | -3/+3 |
| * | Use a process-specific temp file name, per Andreas Haumer. | Tom Lane | 2003-07-29 | 1 | -2/+2 |
| * | Apply (a somewhat revised version of) Greg Mullane's patch to eliminate | Tom Lane | 2003-07-29 | 18 | -225/+320 |
| * | Code review for recent GUC changes --- try to make it less obvious that | Tom Lane | 2003-07-28 | 4 | -132/+152 |
| * | Add error stack traceback support for SQL-language functions. | Tom Lane | 2003-07-28 | 2 | -7/+107 |
| * | There was enough code drift since this patch, that a couple of bugs | Bruce Momjian | 2003-07-28 | 3 | -4/+10 |
| * | Localizability improvement. | Tom Lane | 2003-07-28 | 1 | -3/+4 |
| * | elog() is no longer a gettext trigger --- all remaining uses are considered | Tom Lane | 2003-07-28 | 1 | -3/+4 |
| * | Rename psql's VERBOSE variable to VERBOSITY, per suggestion from Bruce. | Tom Lane | 2003-07-28 | 3 | -11/+11 |
| * | A visit from the message-style police ... | Tom Lane | 2003-07-28 | 54 | -156/+158 |
| * | elog mop-up: bring some straggling fprintf(stderr)'s into the elog world. | Tom Lane | 2003-07-27 | 18 | -382/+316 |