index
:
postgresql
REL_16_STABLE
master
postgresql mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
bin
/
psql
/
large_obj.c
Commit message (
Expand
)
Author
Age
*
Clean up psql's control-C handling to avoid longjmp'ing out of random
Tom Lane
2006-06-14
*
Fix up pg_dump to do string escaping fully correctly for client encoding
Tom Lane
2006-05-28
*
Use E'' strings internally only when standard_conforming_strings =
Bruce Momjian
2006-05-26
*
Update copyright for 2006. Update scripts.
Bruce Momjian
2006-03-05
*
Standard pgindent run for 8.1.
Bruce Momjian
2005-10-15
*
Add E'' to internally created SQL strings that contain backslashes.
Bruce Momjian
2005-07-02
*
Clarify code to double \\ and '.
Bruce Momjian
2005-07-01
*
Add -L option to psql to log sessions.
Bruce Momjian
2005-06-14
*
Use _() macro consistently rather than gettext(). Add translation
Bruce Momjian
2005-02-22
*
Update copyrights that were missed.
Bruce Momjian
2005-01-01
*
psql consistency fixes from Greg Sabino Mullane: have \df show schema and
Neil Conway
2004-09-10
*
Update copyright to 2004.
Bruce Momjian
2004-08-29
*
Add tablespace location display for psql \d.
Bruce Momjian
2004-07-12
*
$Header: -> $PostgreSQL Changes ...
PostgreSQL Daemon
2003-11-29
*
COMMENT ON casts, conversions, languages, operator classes, and
Tom Lane
2003-11-21
*
Fix some copyright notices that weren't updated. Improve copyright tool
Tom Lane
2003-08-04
*
pgindent run.
Bruce Momjian
2003-08-04
*
Update psql for some features of new FE/BE protocol. There is a
Tom Lane
2003-06-28
*
Missing calls to PQclear in large_obj.c and describe.c.
Tom Lane
2003-06-27
*
Fix breakage from recent variable-handling changes.
Tom Lane
2003-04-18
*
I'm continuing to work on cleaning up code in psql. As things appear
Bruce Momjian
2003-03-20
*
Fix psql to cope with autocommit off, at least during startup.
Tom Lane
2002-10-15
*
The attached patch fixes a number of issues related to compiling the
Bruce Momjian
2002-10-03
*
pgindent run.
Bruce Momjian
2002-09-04
*
psql backslash commands are schema-aware. Pattern matching behavior
Tom Lane
2002-08-10
*
Change made to elog:
Bruce Momjian
2002-03-06
*
pgindent run on all C files. Java run to follow. initdb/regression
Bruce Momjian
2001-10-25
*
Don't try to hack pg_description if not superuser. (Really want a
Tom Lane
2001-10-04
*
Make OIDs optional, per discussions in pghackers. WITH OIDS is still the
Tom Lane
2001-08-10
*
Native Language Support (NLS)
Peter Eisentraut
2001-06-02
*
pgindent run. Make it all clean.
Bruce Momjian
2001-03-22
*
Restructure the key include files per recent pghackers discussion: there
Tom Lane
2001-02-10
*
Rejigger do_lo_list's query so that obj_description() is evaluated only
Tom Lane
2000-10-24
*
Major overhaul of large-object implementation, by Denis Perchine with
Tom Lane
2000-10-24
*
Ye-old pgindent run. Same 4-space tabs.
Bruce Momjian
2000-04-12
*
Clean up include files use in psql.
Bruce Momjian
2000-02-16
*
Fixed psql double quoting of SQL ids
Peter Eisentraut
2000-02-07
*
A few minor psql enhancements
Peter Eisentraut
2000-01-29
*
another set of cleanups
Peter Eisentraut
2000-01-18
*
Fixed psql variables vs array syntax, as well as minor psql enhancements
Peter Eisentraut
2000-01-14
*
Fixed a few "fixes" and bugs. Adjusted messages and options to GNU suggestions.
Peter Eisentraut
2000-01-12
*
* Includes tab completion. It's not magic, but it's very cool. At any
Bruce Momjian
1999-11-26
*
psql cleanup
Bruce Momjian
1999-11-04
*
Major psql overhaul by Peter Eisentraut.
Bruce Momjian
1999-11-04