]> granicus.if.org Git - postgresql/history - src/bin/psql/large_obj.c
Remove cvs keywords from all files.
[postgresql] / src / bin / psql / large_obj.c
2010-09-20 Magnus HaganderRemove cvs keywords from all files.
2010-02-26 Bruce Momjianpgindent run for 9.0
2010-02-17 Tom LaneStamp HEAD as 9.0devel, and update various places that...
2010-01-02 Bruce MomjianUpdate copyright for the year 2010.
2009-12-11 Itagaki TakahiroAdd large object access control.
2009-01-01 Bruce MomjianUpdate copyright for 2009.
2008-07-14 Bruce MomjianIn psql, rename trans_* variables to translate_*, for...
2008-01-01 Bruce MomjianUpdate copyrights in source tree to 2008.
2007-12-12 Tom LaneImprove the method of localizing column names and other...
2007-01-20 Neil ConwayTeach psql's \lo slash commands to respect quiet mode...
2007-01-05 Bruce MomjianUpdate CVS HEAD for 2007 copyright. Back branches...
2006-08-29 Tom LaneInvent an assign-hook mechanism for psql variables...
2006-07-14 Bruce MomjianRemove 576 references of include files that were not...
2006-06-14 Tom LaneClean up psql's control-C handling to avoid longjmp...
2006-05-28 Tom LaneFix up pg_dump to do string escaping fully correctly...
2006-05-26 Bruce MomjianUse E'' strings internally only when standard_conformin...
2006-03-05 Bruce MomjianUpdate copyright for 2006. Update scripts.
2005-10-15 Bruce MomjianStandard pgindent run for 8.1.
2005-07-02 Bruce MomjianAdd E'' to internally created SQL strings that contain...
2005-07-01 Bruce MomjianClarify code to double \\ and '.
2005-06-14 Bruce MomjianAdd -L option to psql to log sessions.
2005-02-22 Bruce MomjianUse _() macro consistently rather than gettext(). ...
2005-01-01 Bruce MomjianUpdate copyrights that were missed.
2004-09-10 Neil Conwaypsql consistency fixes from Greg Sabino Mullane: have...
2004-08-29 Bruce MomjianUpdate copyright to 2004.
2004-07-12 Bruce MomjianAdd tablespace location display for psql \d.
2003-11-29 PostgreSQL Daemon$Header: -> $PostgreSQL Changes ...
2003-11-21 Tom LaneCOMMENT ON casts, conversions, languages, operator...
2003-08-04 Tom LaneFix some copyright notices that weren't updated. Impro...
2003-08-04 Bruce Momjianpgindent run.
2003-06-28 Tom LaneUpdate psql for some features of new FE/BE protocol...
2003-06-27 Tom LaneMissing calls to PQclear in large_obj.c and describe.c.
2003-04-18 Tom LaneFix breakage from recent variable-handling changes.
2003-03-20 Bruce MomjianI'm continuing to work on cleaning up code in psql...
2002-10-15 Tom LaneFix psql to cope with autocommit off, at least during...
2002-10-03 Bruce MomjianThe attached patch fixes a number of issues related...
2002-09-04 Bruce Momjianpgindent run.
2002-08-10 Tom Lanepsql backslash commands are schema-aware. Pattern...
2002-03-06 Bruce MomjianChange made to elog:
2001-10-25 Bruce Momjianpgindent run on all C files. Java run to follow. ...
2001-10-04 Tom LaneDon't try to hack pg_description if not superuser....
2001-08-10 Tom LaneMake OIDs optional, per discussions in pghackers. ...
2001-06-02 Peter EisentrautNative Language Support (NLS)
2001-03-22 Bruce Momjianpgindent run. Make it all clean.
2001-02-10 Tom LaneRestructure the key include files per recent pghackers...
2000-10-24 Tom LaneRejigger do_lo_list's query so that obj_description...
2000-10-24 Tom LaneMajor overhaul of large-object implementation, by Denis...
2000-04-12 Bruce MomjianYe-old pgindent run. Same 4-space tabs.
2000-02-16 Bruce MomjianClean up include files use in psql.
2000-02-07 Peter EisentrautFixed psql double quoting of SQL ids
2000-01-29 Peter EisentrautA few minor psql enhancements
2000-01-18 Peter Eisentrautanother set of cleanups
2000-01-14 Peter EisentrautFixed psql variables vs array syntax, as well as minor...
2000-01-12 Peter EisentrautFixed a few "fixes" and bugs. Adjusted messages and...
1999-11-26 Bruce Momjian* Includes tab completion. It's not magic, but it's...
1999-11-04 Bruce Momjianpsql cleanup
1999-11-04 Bruce MomjianMajor psql overhaul by Peter Eisentraut.