- 04 Oct, 2005 1 commit
-
-
Peter Eisentraut authored
renamed to --log-file for clarity.
-
- 20 Sep, 2005 1 commit
-
-
Bruce Momjian authored
by properly updating transaction state after AUTOCOMMIT.
-
- 22 Jun, 2005 1 commit
-
-
Tom Lane authored
in the database. The old behavior (reindex system catalogs only) is now available as REINDEX SYSTEM. I did not add the complementary REINDEX USER case since there did not seem to be consensus for this, but it would be trivial to add later. Per recent discussions.
-
- 17 Jun, 2005 1 commit
-
-
Tom Lane authored
hacking by Alvaro Herrera and Tom Lane.
-
- 14 Jun, 2005 1 commit
-
-
Bruce Momjian authored
Lorne Sunley
-
- 13 Jun, 2005 1 commit
-
-
Neil Conway authored
mode to only affect the presentation of normal query results, not the output of psql slash commands. Documentation updated. I also made some unrelated minor psql cleanup. Per suggestion from Stuart Cooper.
-
- 10 Jun, 2005 2 commits
-
-
Bruce Momjian authored
-
Bruce Momjian authored
-
- 30 May, 2005 1 commit
-
-
Bruce Momjian authored
hex/decimal/octal. Documentation already updated. BACKWARD COMPATIBLE CHANGE
-
- 28 Apr, 2005 1 commit
-
-
Bruce Momjian authored
error without affecting the entire transaction. Valid values are "on|interactive|off".
-
- 22 Feb, 2005 1 commit
-
-
Bruce Momjian authored
macros around strings that were missing them.
-
- 01 Jan, 2005 1 commit
-
-
Bruce Momjian authored
-
- 01 Nov, 2004 1 commit
-
-
Bruce Momjian authored
interesting for MS to catch all those dumps... Anyway. Oops. Seems I ran my regression tests with the old psql, and just managed to update the backend, when I tested that patch. Turns out there are codepaths where we'd access the Critical Section before it was initialized. Attached patch breaks the initializeation off to a separate part and adds that one to a much earlier position in the program. Magnus Hagander
-
- 30 Oct, 2004 1 commit
-
-
Tom Lane authored
Use this new function in psql. Implement query cancellation in psql for Windows. Code by Magnus Hagander, documentation and minor editorialization by Tom Lane.
-
- 10 Oct, 2004 1 commit
-
-
Neil Conway authored
- replace some function signatures of the form "some_type foo()" with "some_type foo(void)" - replace a few instances of a literal 0 being used as a NULL pointer; there are more instances of this in the code, but I just fixed a few - in src/backend/utils/mb/wstrncmp.c, replace K&R style function declarations with ANSI style, remove use of 'register' keyword - remove an "extern" modifier that was applied to a function definition (rather than a declaration)
-
- 20 Sep, 2004 1 commit
-
-
Tom Lane authored
of commands for which a transaction block should not be forced. Recognize VACUUM and other PreventTransactionChain commands; handle nested /* .. */ comments correctly; handle multibyte encodings correctly. Michael Paesold with some kibitzing from Tom Lane.
-
- 29 Aug, 2004 2 commits
-
-
Bruce Momjian authored
-
Bruce Momjian authored
-
- 18 Aug, 2004 1 commit
-
-
Bruce Momjian authored
-
- 23 May, 2004 1 commit
-
-
Neil Conway authored
-
- 07 May, 2004 1 commit
-
-
Tom Lane authored
conversion of basic ASCII letters. Remove all uses of strcasecmp and strncasecmp in favor of new functions pg_strcasecmp and pg_strncasecmp; remove most but not all direct uses of toupper and tolower in favor of pg_toupper and pg_tolower. These functions use the same notions of case folding already developed for identifier case conversion. I left the straight locale-based folding in place for situations where we are just manipulating user data and not trying to match it to built-in strings --- for example, the SQL upper() function is still locale dependent. Perhaps this will prove not to be what's wanted, but at the moment we can initdb and pass regression tests in Turkish locale.
-
- 21 Mar, 2004 1 commit
-
-
Tom Lane authored
errors in internally-generated queries, such as those submitted by plpgsql functions. Per recent discussions with Fabien Coelho.
-
- 15 Mar, 2004 1 commit
-
-
Tatsuo Ishii authored
Still some works needed: - UTF-8, MULE_INTERNAL always returns 1
-
- 14 Mar, 2004 1 commit
-
-
Tom Lane authored
discussions. Patch by Fabien Coelho and Tom Lane. Still needs to be taught about multi-screen-column kanji characters; Tatsuo has promised to provide the needed infrastructure for that.
-
- 25 Jan, 2004 1 commit
-
-
Neil Conway authored
pg_malloc, to avoid linker failures on same platforms.
-
- 24 Jan, 2004 1 commit
-
-
Neil Conway authored
little more sane. Some parts of the code was using a static function xmalloc() that did safe memory allocation (where "safe" means "bail out on OOM"), but most of it was just invoking calloc() or malloc() directly. Now almost everything invokes xmalloc() or xcalloc().
-
- 20 Jan, 2004 1 commit
-
-
Tom Lane authored
source the \copy came from. Also, fix prompting logic so that initial and per-line prompts appear for all cases of reading from an interactive terminal. Patch by Mark Feit, with some kibitzing by Tom Lane.
-
- 09 Jan, 2004 1 commit
-
-
Bruce Momjian authored
Zach Irmen
-
- 29 Nov, 2003 1 commit
-
-
PostgreSQL Daemon authored
$Header: -> $PostgreSQL Changes ...
-
- 12 Nov, 2003 1 commit
-
-
Tom Lane authored
my fault. Adding it fixes bogus message display when reading a block comment at the end of a script file.
-
- 06 Oct, 2003 1 commit
-
-
Tom Lane authored
data transfer during COPY is included in the \timing display. Also avoid portability problems if tv_usec is unsigned on some platform.
-
- 05 Oct, 2003 1 commit
-
-
Bruce Momjian authored
-
- 16 Sep, 2003 1 commit
-
-
Tom Lane authored
I thought I'd fixed this earlier, but I didn't get it right ...
-
- 03 Sep, 2003 1 commit
-
-
Peter Eisentraut authored
accordingly.
-
- 14 Aug, 2003 1 commit
-
-
Tom Lane authored
-
- 08 Aug, 2003 1 commit
-
-
Bruce Momjian authored
-
- 04 Aug, 2003 3 commits
-
-
Tom Lane authored
so it won't miss 'em again.
-
Tom Lane authored
-
Bruce Momjian authored
-
- 31 Jul, 2003 1 commit
-
-
Bruce Momjian authored
-