summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* pgindent run.Bruce Momjian2003-08-04482-15219/+17222
* Remove extra paren in NOT_USED code, found by pgindent.Bruce Momjian2003-08-041-2/+2
* Tighten inline_function's test for overly complex parameters. ThisTom Lane2003-08-031-6/+28
* Reconsider context for calling callback functions --- original ideaTom Lane2003-08-031-13/+11
* Comment out entries for IPv6 localhost connections, since they failTom Lane2003-08-011-4/+5
* Postmaster erroneously rejected SSL connections on IPv6.Tom Lane2003-08-011-2/+2
* Fix some unprotected references to AF_UNIX ... wouldn't compile onTom Lane2003-08-011-5/+11
* inet_recv() wasn't IPv6-ready.Tom Lane2003-08-011-13/+10
* Code review for sslmode patch: eliminate memory leak, avoid giving aTom Lane2003-08-012-100/+42
* Since HPUX now exists for Itanium, we should decouple the assumptionTom Lane2003-08-014-14/+34
* Get the include ordering right for TCL includes vs whatever is comingTom Lane2003-08-011-2/+2
* Missed two places to replace union member.Michael Meskes2003-08-012-3/+3
* Fix a few of the more blatantly unportable constructs in this file.Tom Lane2003-08-011-23/+27
* Fix inconsistent static-vs-not-static declarations.Tom Lane2003-08-014-10/+7
* Fix compile warning.Tom Lane2003-08-012-2/+4
* Russian translation updates by Serguei MokhovPeter Eisentraut2003-08-016-1373/+2155
* Use only two-part shared library version numbers, for better portabilityPeter Eisentraut2003-08-013-6/+6
* While having a parallel-make-safe genbki.sh is good, it's better not toPeter Eisentraut2003-08-011-2/+5
* Make ecpg SQLSTATE-aware. Map existing SQLCODE assignments to SQLSTATEs,Peter Eisentraut2003-08-0114-237/+176
* Update comments.Bruce Momjian2003-08-011-1/+3
* Update comments.Bruce Momjian2003-08-011-1/+2
* Added missing TO keyword.Michael Meskes2003-08-011-1/+2
* - Added some Informix error codes in Informix mode.Michael Meskes2003-08-0120-232/+934
* cvs log used -b for head, not -rHEAD.Bruce Momjian2003-08-011-2/+2
* clean python out of MakefileMarc G. Fournier2003-08-011-6/+2
* remove python module, as its moved to http://www.pygresql.orgMarc G. Fournier2003-08-0114-5581/+0
* Fix my own mistake in GUC variable annotation.Tom Lane2003-08-011-4/+4
* Adjust 'permission denied' messages to be more useful and consistent.Tom Lane2003-08-0138-243/+377
* Fix mistaken error code assignments, per Peter's note 7/28/03.Tom Lane2003-07-311-3/+3
* When using a temp installation, unset PGUSER and other variables weTom Lane2003-07-311-1/+5
* Cause library-preload feature to report error if specified initializationTom Lane2003-07-317-42/+155
* Upgrade parsing code for ACLs to be less hokey and more cognizant ofTom Lane2003-07-311-36/+151
* Add fflush of stdout when outputing query.Bruce Momjian2003-07-311-2/+5
* Add pretty-printing variants of pg_get_viewdef and related functions.Tom Lane2003-07-304-187/+894
* Fix numeric_smaller, numeric_larger, float4smaller, float4larger,Tom Lane2003-07-302-57/+31
* Cause ARRAY[] construct to return a NULL array, rather than raising anTom Lane2003-07-301-7/+13
* When shutting down the regression test postmaster after 'make check',Tom Lane2003-07-301-1/+2
* Fix longstanding error in _bt_search(): should moveright at top of loop notTom Lane2003-07-291-10/+10
* Coerce unknown-literal-constant default values to the column type duringTom Lane2003-07-293-29/+21
* There is no reason to cast valuntil to timestamp, and a very goodTom Lane2003-07-291-3/+3
* Use a process-specific temp file name, per Andreas Haumer.Tom Lane2003-07-291-2/+2
* Apply (a somewhat revised version of) Greg Mullane's patch to eliminateTom Lane2003-07-2918-225/+320
* Code review for recent GUC changes --- try to make it less obvious thatTom Lane2003-07-284-132/+152
* Add error stack traceback support for SQL-language functions.Tom Lane2003-07-282-7/+107
* There was enough code drift since this patch, that a couple of bugsBruce Momjian2003-07-283-4/+10
* Localizability improvement.Tom Lane2003-07-281-3/+4
* elog() is no longer a gettext trigger --- all remaining uses are consideredTom Lane2003-07-281-3/+4
* Rename psql's VERBOSE variable to VERBOSITY, per suggestion from Bruce.Tom Lane2003-07-283-11/+11
* A visit from the message-style police ...Tom Lane2003-07-2854-156/+158
* elog mop-up: bring some straggling fprintf(stderr)'s into the elog world.Tom Lane2003-07-2718-382/+316