Commit Graph

53 Commits (5e05d2bcdb2ccf5e3e48589c72f4565e0665613f)

Author SHA1 Message Date
Peter Eisentraut e9c05281b5 Get rid of perror(), substitute some better phrased error messages. 21 years ago
Bruce Momjian e1c8b37afb Add new macro as shorthand for MS VC and Borland C++: 22 years ago
Bruce Momjian b6b71b85bc Pgindent run for 8.0. 22 years ago
Bruce Momjian da9a8649d8 Update copyright to 2004. 22 years ago
Bruce Momjian d6e05afc3d I have noticed that the latex format in psql has some bugs: 22 years ago
Neil Conway 256d4639c9 A few cosmetic fixes and code cleanup. 22 years ago
Bruce Momjian a9fad44372 Move find_my_exec() way up into main.c so it is available to the 22 years ago
Neil Conway 6f046b9d9f Revert the change to print.c, as this breaks src/bin/scripts. The proper 22 years ago
Neil Conway 610d33c194 This patch makes some of the memory manipulation performed by psql a 22 years ago
PostgreSQL Daemon 969685ad44 $Header: -> $PostgreSQL Changes ... 22 years ago
Tom Lane 80cedf9ba0 Someone moved PageOutput here from common.c, but forgot to move all 23 years ago
Tom Lane 2f9c859ea1 Fix some copyright notices that weren't updated. Improve copyright tool 23 years ago
Bruce Momjian 089003fb46 pgindent run. 23 years ago
Bruce Momjian ad73f6b86f Update copyrights to 2003. 23 years ago
Bruce Momjian b14295cfe4 Attached is the complete diff against current CVS. 23 years ago
Bruce Momjian ef2ba42717 Attached is a patch that enhances the output of psql's HTML mode. 23 years ago
Tom Lane 9c264975d5 Fix some signed-vs-unsigned-int issues; make print_aligned_vertical 23 years ago
Peter Eisentraut cf1cf89649 Make the printing code somewhat more independent by not relying on 23 years ago
Tom Lane 16cc5372e4 Avoid malloc(0) when printing a table of no columns. On some platforms 23 years ago
Bruce Momjian b093f8825d Fix include files for new PageOutput call. 23 years ago
Bruce Momjian 641b658c26 Page \h output and centralize psql paging code in PageOutput(). 23 years ago
Bruce Momjian a0bf2503ea The attached patch fixes a number of issues related to compiling the 24 years ago
Bruce Momjian dd1dcf2362 Improve footer length computation for psql. 24 years ago
Bruce Momjian 81dfa2ce43 backend where a statically sized buffer is written to. Most of these 24 years ago
Peter Eisentraut 7292131c66 Enable locale, so case conversion (identifier processing) and number 24 years ago
Bruce Momjian 8c26bc5364 The attached patch fixes a tiny memory leak in psql, when using 24 years ago
Bruce Momjian 91dfa1af97 Fix \? and \pset pager handling. \? wasn't honoring pager before. 24 years ago
Tom Lane 6260c7c167 Don't dump core on empty table. 24 years ago
Bruce Momjian c41b6b1b9c Fix small problem Tom Lane found with pgindent run. 24 years ago
Tatsuo Ishii f2a2ad59bc Fix bug with illegal call to calloc. 24 years ago
Bruce Momjian b81844b173 pgindent run on all C files. Java run to follow. initdb/regression 25 years ago
Tatsuo Ishii df4cba68cf Commit Patrice's patches except: 25 years ago
Bruce Momjian ea72cc4e11 Attached ia a patch to enable window size detection code of psql for Solaris 25 years ago
Peter Eisentraut e542036461 Native Language Support (NLS) 25 years ago
Peter Eisentraut b3f66d1980 Add command '\pset footer' to psql to turn off default "(x rows)" footer. 25 years ago
Bruce Momjian 9e1552607a pgindent run. Make it all clean. 25 years ago
Peter Eisentraut 653cd3e38e Fix memory leak. 25 years ago
Tatsuo Ishii df247b821d Massive commits for SunOS4 port. 25 years ago
Tom Lane d08741eab5 Restructure the key include files per recent pghackers discussion: there 25 years ago
Bruce Momjian 312063c97b Make pgsql compile on FreeBSD-alpha. 25 years ago
Bruce Momjian 52f77df613 Ye-old pgindent run. Same 4-space tabs. 26 years ago
Bruce Momjian 78693c89d7 Clean up include files use in psql. 26 years ago
Bruce Momjian ecd8537376 I checked the WinNT port yesterday (a few days old snapshot from CVS) and I 26 years ago
Peter Eisentraut 9ceb5d8a7b Fixed psql double quoting of SQL ids 26 years ago
Peter Eisentraut 2b84cbb60f A few minor psql enhancements 26 years ago
Peter Eisentraut f565cf41ab another set of cleanups 26 years ago
Bruce Momjian 0cb6bc70ce Hi! 26 years ago
Peter Eisentraut f6689a328f Fixed a few "fixes" and bugs. Adjusted messages and options to GNU suggestions. 26 years ago
Bruce Momjian 77a4729936 This should fix the \e (\p, \g, ...) behaviour on an empty query buffer. 26 years ago
Bruce Momjian 78bc83fedf * Includes tab completion. It's not magic, but it's very cool. At any 26 years ago