aboutsummaryrefslogtreecommitdiff
path: root/src/bin/psql/large_obj.c
Commit message (Expand)AuthorAge
* Clean up psql's control-C handling to avoid longjmp'ing out of randomTom Lane2006-06-14
* Fix up pg_dump to do string escaping fully correctly for client encodingTom Lane2006-05-28
* Use E'' strings internally only when standard_conforming_strings =Bruce Momjian2006-05-26
* Update copyright for 2006. Update scripts.Bruce Momjian2006-03-05
* Standard pgindent run for 8.1.Bruce Momjian2005-10-15
* Add E'' to internally created SQL strings that contain backslashes.Bruce Momjian2005-07-02
* Clarify code to double \\ and '.Bruce Momjian2005-07-01
* Add -L option to psql to log sessions.Bruce Momjian2005-06-14
* Use _() macro consistently rather than gettext(). Add translationBruce Momjian2005-02-22
* Update copyrights that were missed.Bruce Momjian2005-01-01
* psql consistency fixes from Greg Sabino Mullane: have \df show schema andNeil Conway2004-09-10
* Update copyright to 2004.Bruce Momjian2004-08-29
* Add tablespace location display for psql \d.Bruce Momjian2004-07-12
* $Header: -> $PostgreSQL Changes ...PostgreSQL Daemon2003-11-29
* COMMENT ON casts, conversions, languages, operator classes, andTom Lane2003-11-21
* Fix some copyright notices that weren't updated. Improve copyright toolTom Lane2003-08-04
* pgindent run.Bruce Momjian2003-08-04
* Update psql for some features of new FE/BE protocol. There is aTom Lane2003-06-28
* Missing calls to PQclear in large_obj.c and describe.c.Tom Lane2003-06-27
* Fix breakage from recent variable-handling changes.Tom Lane2003-04-18
* I'm continuing to work on cleaning up code in psql. As things appearBruce Momjian2003-03-20
* Fix psql to cope with autocommit off, at least during startup.Tom Lane2002-10-15
* The attached patch fixes a number of issues related to compiling theBruce Momjian2002-10-03
* pgindent run.Bruce Momjian2002-09-04
* psql backslash commands are schema-aware. Pattern matching behaviorTom Lane2002-08-10
* Change made to elog:Bruce Momjian2002-03-06
* pgindent run on all C files. Java run to follow. initdb/regressionBruce Momjian2001-10-25
* Don't try to hack pg_description if not superuser. (Really want aTom Lane2001-10-04
* Make OIDs optional, per discussions in pghackers. WITH OIDS is still theTom Lane2001-08-10
* Native Language Support (NLS)Peter Eisentraut2001-06-02
* pgindent run. Make it all clean.Bruce Momjian2001-03-22
* Restructure the key include files per recent pghackers discussion: thereTom Lane2001-02-10
* Rejigger do_lo_list's query so that obj_description() is evaluated onlyTom Lane2000-10-24
* Major overhaul of large-object implementation, by Denis Perchine withTom Lane2000-10-24
* Ye-old pgindent run. Same 4-space tabs.Bruce Momjian2000-04-12
* Clean up include files use in psql.Bruce Momjian2000-02-16
* Fixed psql double quoting of SQL idsPeter Eisentraut2000-02-07
* A few minor psql enhancementsPeter Eisentraut2000-01-29
* another set of cleanupsPeter Eisentraut2000-01-18
* Fixed psql variables vs array syntax, as well as minor psql enhancementsPeter Eisentraut2000-01-14
* Fixed a few "fixes" and bugs. Adjusted messages and options to GNU suggestions.Peter Eisentraut2000-01-12
* * Includes tab completion. It's not magic, but it's very cool. At anyBruce Momjian1999-11-26
* psql cleanupBruce Momjian1999-11-04
* Major psql overhaul by Peter Eisentraut.Bruce Momjian1999-11-04