OSDN Git Service

Use _() macro consistently rather than gettext(). Add translation
[pg-rex/syncrep.git] / src / bin / psql / print.c
2005-02-22 Bruce MomjianUse _() macro consistently rather than gettext(). ...
2005-01-01 Bruce MomjianUpdate copyrights that were missed.
2004-11-09 Peter EisentrautGet rid of perror(), substitute some better phrased...
2004-09-27 Bruce MomjianAdd new macro as shorthand for MS VC and Borland C++:
2004-08-29 Bruce MomjianPgindent run for 8.0.
2004-08-29 Bruce MomjianUpdate copyright to 2004.
2004-08-06 Bruce MomjianI have noticed that the latex format in psql has some...
2004-05-23 Neil ConwayA few cosmetic fixes and code cleanup.
2004-05-18 Bruce MomjianMove find_my_exec() way up into main.c so it is availab...
2004-01-24 Neil ConwayRevert the change to print.c, as this breaks src/bin...
2004-01-24 Neil ConwayThis patch makes some of the memory manipulation perfor...
2003-11-29 PostgreSQL Daemon$Header: -> $PostgreSQL Changes ...
2003-08-14 Tom LaneSomeone moved PageOutput here from common.c, but forgot...
2003-08-04 Tom LaneFix some copyright notices that weren't updated. Impro...
2003-08-04 Bruce Momjianpgindent run.
2003-07-25 Bruce MomjianUpdate copyrights to 2003.
2003-06-12 Bruce MomjianAttached is the complete diff against current CVS.
2003-06-12 Bruce MomjianAttached is a patch that enhances the output of psql...
2003-04-04 Tom LaneFix some signed-vs-unsigned-int issues; make print_alig...
2003-03-18 Peter EisentrautMake the printing code somewhat more independent by...
2002-11-01 Tom LaneAvoid malloc(0) when printing a table of no columns...
2002-10-24 Bruce MomjianFix include files for new PageOutput call.
2002-10-23 Bruce MomjianPage \h output and centralize psql paging code in PageO...
2002-10-03 Bruce MomjianThe attached patch fixes a number of issues related...
2002-09-01 Bruce MomjianImprove footer length computation for psql.
2002-08-28 Bruce Momjianbackend where a statically sized buffer is written...
2002-08-27 Peter EisentrautEnable locale, so case conversion (identifier processin...
2002-07-18 Bruce MomjianThe attached patch fixes a tiny memory leak in psql...
2002-07-15 Bruce MomjianFix \? and \pset pager handling. \? wasn't honoring...
2002-04-24 Tom LaneDon't dump core on empty table.
2001-10-30 Bruce MomjianFix small problem Tom Lane found with pgindent run.
2001-10-29 Tatsuo IshiiFix bug with illegal call to calloc.
2001-10-25 Bruce Momjianpgindent run on all C files. Java run to follow. ...
2001-10-15 Tatsuo IshiiCommit Patrice's patches except:
2001-08-01 Bruce MomjianAttached ia a patch to enable window size detection...
2001-06-02 Peter EisentrautNative Language Support (NLS)
2001-05-12 Peter EisentrautAdd command '\pset footer' to psql to turn off default...
2001-03-22 Bruce Momjianpgindent run. Make it all clean.
2001-03-01 Peter EisentrautFix memory leak.
2001-02-27 Tatsuo IshiiMassive commits for SunOS4 port.
2001-02-10 Tom LaneRestructure the key include files per recent pghackers...
2000-11-16 Bruce MomjianMake pgsql compile on FreeBSD-alpha.
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-09 Bruce MomjianI checked the WinNT port yesterday (a few days old...
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-18 Bruce MomjianHi!
2000-01-12 Peter EisentrautFixed a few "fixes" and bugs. Adjusted messages and...
1999-12-10 Bruce MomjianThis should fix the \e (\p, \g, ...) behaviour on an...
1999-11-26 Bruce Momjian* Includes tab completion. It's not magic, but it's...
1999-11-11 Bruce MomjianIn the spirit of TODO item
1999-11-04 Bruce Momjianpsql cleanup
1999-11-04 Bruce MomjianMajor psql overhaul by Peter Eisentraut.