- 22 Feb, 2005 1 commit
-
-
Bruce Momjian authored
macros around strings that were missing them.
-
- 08 Jan, 2005 1 commit
-
-
Tom Lane authored
from our long-established standard.
-
- 01 Jan, 2005 1 commit
-
-
Bruce Momjian authored
-
- 31 Dec, 2004 1 commit
-
-
PostgreSQL Daemon authored
Tag appropriate files for rc3 Also performed an initial run through of upgrading our Copyright date to extend to 2005 ... first run here was very simple ... change everything where: grep 1996-2004 && the word 'Copyright' ... scanned through the generated list with 'less' first, and after, to make sure that I only picked up the right entries ...
-
- 24 Nov, 2004 1 commit
-
-
Neil Conway authored
include "\s" in \? output when readline is enabled, but that commit supressed "\s" whether readline was enabled or not.
-
- 09 Nov, 2004 1 commit
-
-
Peter Eisentraut authored
-
- 12 Oct, 2004 1 commit
-
-
Peter Eisentraut authored
-
- 06 Oct, 2004 1 commit
-
-
Bruce Momjian authored
typically install witn readline, and throw an error if they try to access it.
-
- 29 Aug, 2004 2 commits
-
-
Bruce Momjian authored
-
Bruce Momjian authored
-
- 07 Aug, 2004 1 commit
-
-
Bruce Momjian authored
Greg Sabino Mullane
-
- 15 Jul, 2004 1 commit
-
-
Bruce Momjian authored
-
- 13 Jul, 2004 1 commit
-
-
Bruce Momjian authored
Dennis Bjorklund
-
- 18 Jun, 2004 1 commit
-
-
Tom Lane authored
There are various things left to do: contrib dbsize and oid2name modules need work, and so does the documentation. Also someone should think about COMMENT ON TABLESPACE and maybe RENAME TABLESPACE. Also initlocation is dead, it just doesn't know it yet. Gavin Sherry and Tom Lane.
-
- 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.
-
- 22 Mar, 2004 1 commit
-
-
Bruce Momjian authored
sequences and views). This patch allows it to handle views and sequences. Euler Taveira de Oliveira
-
- 09 Jan, 2004 1 commit
-
-
Bruce Momjian authored
-
- 01 Dec, 2003 2 commits
-
-
Bruce Momjian authored
\lo_export LOBOID FILE \lo_import FILE [COMMENT] \lo_list \lo_unlink LOBOID large object operations Instead of not saying anything about what arguments are required. Christopher Kings-Lynne
-
Bruce Momjian authored
\du and a \dg command to psql. It's against 7.4beta5. Markus Bertheau <twanger@bluetwanger.de>
-
- 29 Nov, 2003 1 commit
-
-
PostgreSQL Daemon authored
$Header: -> $PostgreSQL Changes ...
-
- 02 Oct, 2003 1 commit
-
-
Peter Eisentraut authored
from Patrick Welche
-
- 14 Sep, 2003 1 commit
-
-
Peter Eisentraut authored
-
- 11 Sep, 2003 1 commit
-
-
Bruce Momjian authored
Robert Treat
-
- 10 Sep, 2003 1 commit
-
-
Bruce Momjian authored
-
- 04 Aug, 2003 2 commits
-
-
Tom Lane authored
so it won't miss 'em again.
-
Bruce Momjian authored
-
- 25 Jul, 2003 1 commit
-
-
Bruce Momjian authored
print.c: Add one more line to pager calculation to account for the prompt. help.c: Call PageOutput with correct number of lines within slashUsage Add one to line count in helpSQL to account for "Available help:" line. Make copyright match COPYRIGHT file. (Just "1994") Greg Sabino Mullane
-
- 23 Jul, 2003 1 commit
-
-
Peter Eisentraut authored
-
- 11 Jun, 2003 1 commit
-
-
Bruce Momjian authored
name.
-
- 14 Apr, 2003 1 commit
-
-
Bruce Momjian authored
-
- 18 Mar, 2003 1 commit
-
-
Peter Eisentraut authored
functions and global variables from the rest of psql. Also clean up some data type mismatches created by the last pager patch.
-
- 10 Mar, 2003 1 commit
-
-
Bruce Momjian authored
Bj?rklund.
-
- 07 Jan, 2003 1 commit
-
-
Tom Lane authored
(ie, the one with describe-schema support). Minor code review. Adjust display of casts to use standard type names.
-
- 13 Dec, 2002 1 commit
-
-
Bruce Momjian authored
-
- 12 Dec, 2002 1 commit
-
-
Bruce Momjian authored
* Add schema, cast, and conversion backslash commands to psql I had to create a new publically available function, pg_conversion_is_visible, as it seemed to be missing from the catalogs. This required me to do no small amount of hacking around in namespace.c I have updated the \? help and sgml docs. \dc - list conversions [PATTERN] \dC - list casts \dn list schemas I didn't support patterns with casts as there's nothing obvious to match against. Catalog version incremented --- initdb required. Christopher Kings-Lynne
-
- 11 Dec, 2002 5 commits
-
-
Bruce Momjian authored
-
Bruce Momjian authored
-
Bruce Momjian authored
-
Bruce Momjian authored
-
Bruce Momjian authored
-