Commit Graph

11510 Commits (4895635da4a5f7434307f8e1fcbbfa6f87628b98)

Author SHA1 Message Date
Marc G. Fournier 4895635da4 clean python out of Makefile 23 years ago
Marc G. Fournier 13a0e910cd remove python module, as its moved to http://www.pygresql.org 23 years ago
Tom Lane 30f665d745 Fix my own mistake in GUC variable annotation. 23 years ago
Tom Lane c4cf7fb814 Adjust 'permission denied' messages to be more useful and consistent. 23 years ago
Tom Lane 1297126881 Fix mistaken error code assignments, per Peter's note 7/28/03. 23 years ago
Tom Lane d7d7d7fa99 When using a temp installation, unset PGUSER and other variables we 23 years ago
Tom Lane 8b1ea2f58b Cause library-preload feature to report error if specified initialization 23 years ago
Tom Lane 8488f25425 Upgrade parsing code for ACLs to be less hokey and more cognizant of 23 years ago
Bruce Momjian f766b376f1 Add fflush of stdout when outputing query. 23 years ago
Tom Lane 52347b6637 Add pretty-printing variants of pg_get_viewdef and related functions. 23 years ago
Tom Lane 4b1c6695f1 Fix numeric_smaller, numeric_larger, float4smaller, float4larger, 23 years ago
Tom Lane 9ca5c754fb Cause ARRAY[] construct to return a NULL array, rather than raising an 23 years ago
Tom Lane 5c7d04d24b When shutting down the regression test postmaster after 'make check', 23 years ago
Tom Lane 892a51c367 Fix longstanding error in _bt_search(): should moveright at top of loop not 23 years ago
Tom Lane 5e3c09a114 Coerce unknown-literal-constant default values to the column type during 23 years ago
Tom Lane f353f8e83b There is no reason to cast valuntil to timestamp, and a very good 23 years ago
Tom Lane a5e804df71 Use a process-specific temp file name, per Andreas Haumer. 23 years ago
Tom Lane 9c2a7c2269 Apply (a somewhat revised version of) Greg Mullane's patch to eliminate 23 years ago
Tom Lane 2baf4efe09 Code review for recent GUC changes --- try to make it less obvious that 23 years ago
Tom Lane aad71b40ca Add error stack traceback support for SQL-language functions. 23 years ago
Bruce Momjian 1c241545e3 There was enough code drift since this patch, that a couple of bugs 23 years ago
Tom Lane 00941bf9ba Localizability improvement. 23 years ago
Tom Lane b7489ac445 elog() is no longer a gettext trigger --- all remaining uses are considered 23 years ago
Tom Lane 02d79e765b Rename psql's VERBOSE variable to VERBOSITY, per suggestion from Bruce. 23 years ago
Tom Lane 81b5c8a136 A visit from the message-style police ... 23 years ago
Tom Lane b556e8200e elog mop-up: bring some straggling fprintf(stderr)'s into the elog world. 23 years ago
Bruce Momjian 440953e6cd Tom, happier with the attached patch? 23 years ago
Tom Lane e7f3645171 Fix some localizability issues with existing errcontext() calls. 23 years ago
Tom Lane 2d7a6a9ef2 Move ERRCODE_XXX macros into their own header file. 23 years ago
Tom Lane e8db9b26d0 elog mop-up. 23 years ago
Tom Lane b6a1d25b0a Error message editing in utils/adt. Again thanks to Joe Conway for doing 23 years ago
Bruce Momjian 38fb906f93 > Joe Conway <mail@joeconway.com> writes: 23 years ago
Bruce Momjian 9ae6905520 This is a totally trivial patch for something that was a very minor nit that 23 years ago
Bruce Momjian 9df48371c2 here are the patches for psql on Win32: 23 years ago
Bruce Momjian e7fe89d57d This makes the initcap function compatible with Oracle 9i, it has been 23 years ago
Bruce Momjian 1e5a16cc9c The deferred trigger queue pushing to disk patch pointed out 23 years ago
Bruce Momjian 1be17f1f26 >>You can alias $0, similar to the argument variables. And, I confirmed 23 years ago
Bruce Momjian abc7f73273 Have SSL text print only when SSL mode is enabled. 23 years ago
Bruce Momjian 74ca686796 I corecting date_trunc('quarter',...) and friends because orig version 23 years ago
Bruce Momjian 397831e103 At long last I put together a patch to support 4 client SSL negotiation 23 years ago
Tom Lane 5f2499d5af Update to match error editing. 23 years ago
Tom Lane 3b04893ffc Error message editing in src/pl. The plpython module could use another 23 years ago
Bruce Momjian ad73f6b86f Update copyrights to 2003. 23 years ago
Bruce Momjian 57748fc25d > Having read the list, and noticed the message about table inheritance I 23 years ago
Tom Lane b92d055b56 Recent patch to dump nondefault attstorage settings broke pg_dump for 23 years ago
Tom Lane 689eb53e47 Error message editing in backend/utils (except /adt). 23 years ago
Bruce Momjian 9fecf302f7 Seems my check constraint change did break stuff. 23 years ago
Bruce Momjian 187e865174 > Rod Taylor <rbt@rbt.ca> writes: 23 years ago
Michael Meskes 6a0d6d0060 Added explicit casts for date/interval/timestamp. 23 years ago
Michael Meskes 4c4a667f4d Applied Peter's patch to use yyless instead of my string_unput function. 23 years ago