summaryrefslogtreecommitdiff
path: root/src/bin/psql/large_obj.c
AgeCommit message (Expand)Author
2003-03-20I'm continuing to work on cleaning up code in psql. As things appearBruce Momjian
2002-10-15Fix psql to cope with autocommit off, at least during startup.Tom Lane
2002-10-03The attached patch fixes a number of issues related to compiling theBruce Momjian
2002-09-04pgindent run.Bruce Momjian
2002-08-10psql backslash commands are schema-aware. Pattern matching behaviorTom Lane
2002-03-06Change made to elog:Bruce Momjian
2001-10-25pgindent run on all C files. Java run to follow. initdb/regressionBruce Momjian
2001-10-04Don't try to hack pg_description if not superuser. (Really want aTom Lane
2001-08-10Make OIDs optional, per discussions in pghackers. WITH OIDS is still theTom Lane
2001-06-02Native Language Support (NLS)Peter Eisentraut
2001-03-22pgindent run. Make it all clean.Bruce Momjian
2001-02-10Restructure the key include files per recent pghackers discussion: thereTom Lane
2000-10-24Rejigger do_lo_list's query so that obj_description() is evaluated onlyTom Lane
2000-10-24Major overhaul of large-object implementation, by Denis Perchine withTom Lane
2000-04-12Ye-old pgindent run. Same 4-space tabs.Bruce Momjian
2000-02-16Clean up include files use in psql.Bruce Momjian
2000-02-07Fixed psql double quoting of SQL idsPeter Eisentraut
2000-01-29A few minor psql enhancementsPeter Eisentraut
2000-01-18another set of cleanupsPeter Eisentraut
2000-01-14Fixed psql variables vs array syntax, as well as minor psql enhancementsPeter Eisentraut
2000-01-12Fixed a few "fixes" and bugs. Adjusted messages and options to GNU suggestions.Peter Eisentraut
1999-11-26* Includes tab completion. It's not magic, but it's very cool. At anyBruce Momjian
1999-11-04psql cleanupBruce Momjian
1999-11-04Major psql overhaul by Peter Eisentraut.Bruce Momjian