- 25 Jul, 2003 12 commits
-
-
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
-
Bruce Momjian authored
> thought that I would see if I could come up with a simple solution, and > have my first delve into the code for PostgreSQL. > > Attached is a diff against 7.3.3 source, of changes to describe.c for > psql. This should print out a list of parent tables in a similar style > to that of the index listing. I have done some testing on my side and it > all seems fine, can some other people have a quick look? What do people > think? Useful? Nick Barr
-
Tom Lane authored
dropped columns. Fix by using LEFT JOIN rather than straight join between pg_attribute and pg_type. Also, use pg_type.oid as input to format_type, so that we don't get a failure on deleted types of deleted columns (this may be a change we ought to backpatch to 7.3....).
-
Tom Lane authored
-
Bruce Momjian authored
Alias the appropriate columns back to their original name. Fixed formatting of a few other places as I went along (indenting) -- Rod Taylor <rbt@rbt.ca>
-
Bruce Momjian authored
> > It seems that readline() on my system (FreeBSD 4.8) isn't declared to > > take the prompt as a const. Thus, remove const from gets_interactive() > > to remove the warning. > > I think it would be a lot cleaner to just put a cast to char * into the > readline call (with a note about why). Ok.. that works. I must say it's a little strange being able to take a constant and say its no longer constant anymore -- but I suppose it's no different than defining then undefining pre-processor constants. Rod Taylor <rbt@rbt.ca>
-
Michael Meskes authored
-
Peter Eisentraut authored
-
Michael Meskes authored
-
Bruce Momjian authored
-
Bruce Momjian authored
-
Tom Lane authored
-
- 24 Jul, 2003 11 commits
-
-
Tom Lane authored
-
Tom Lane authored
-
Tom Lane authored
-
Tom Lane authored
-
Peter Eisentraut authored
-
Michael Meskes authored
-
Tom Lane authored
-
Bruce Momjian authored
* Repair breakage in timestamp-to-date conversion for dates before 2000
-
Barry Lind authored
and Dmitry Tkach. Specifically the previous fix still allowed the statement termination character through in unquoted places in the sql statement, and the driver never correctly handled someone passing a value of \0 in a string which under the v2 protocol would end the statement causing the following text to possibly be treated as a new sql statement Modified Files: jdbc/org/postgresql/Driver.java.in jdbc/org/postgresql/jdbc1/AbstractJdbc1Statement.java
-
Tom Lane authored
-
Tom Lane authored
-
- 23 Jul, 2003 13 commits
-
-
Tom Lane authored
was modified for IPv6. Use a robust definition of struct sockaddr_storage, do a proper configure test to see if ss_len exists, don't assume that getnameinfo() will handle AF_UNIX sockets, don't trust getaddrinfo to return the protocol we ask for, etc. This incorporates several outstanding patches from Kurt Roeckx, but I'm to blame for anything that doesn't work ...
-
Bruce Momjian authored
Prevent rare possibility of server startup failure (Tom)
-
Bruce Momjian authored
-
Bruce Momjian authored
> * Add GUC variable to prevent waiting on locks
-
Bruce Momjian authored
-
Bruce Momjian authored
-
Bruce Momjian authored
Ian Barwick
-
Tom Lane authored
-
Peter Eisentraut authored
-
Peter Eisentraut authored
-
Peter Eisentraut authored
-
Bruce Momjian authored
-
Bruce Momjian authored
-
- 22 Jul, 2003 4 commits
-
-
Tom Lane authored
-
Tom Lane authored
-
Tom Lane authored
-
Bruce Momjian authored
-