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