- 19 Oct, 2002 1 commit
-
-
Tom Lane authored
a column list. Bring its parsing of quoted names and quoted strings somewhat up to speed --- I believe it now handles all non-error cases the same way the backend would, but weird boundary conditions are not necessarily done the same way.
-
- 15 Oct, 2002 1 commit
-
-
Tom Lane authored
Behavior of backslash commands (especially for large objects) may still require some thought.
-
- 03 Oct, 2002 1 commit
-
-
Bruce Momjian authored
client utilities (libpq.dll and psql.exe) for win32 (missing defines, adjustments to includes, pedantic casting, non-existent functions) per: http://developer.postgresql.org/docs/postgres/install-win32.html. It compiles cleanly under Windows 2000 using Visual Studio .net. Also compiles clean and passes all regression tests (regular and contrib) under Linux. In addition to a review by the usual suspects, it would be very desirable for someone well versed in the peculiarities of win32 to take a look. Joe Conway
-
- 22 Sep, 2002 1 commit
-
-
Peter Eisentraut authored
-
- 04 Sep, 2002 1 commit
-
-
Bruce Momjian authored
-
- 20 Jun, 2002 1 commit
-
-
Bruce Momjian authored
-
- 24 Apr, 2002 2 commits
-
-
Peter Eisentraut authored
-
Peter Eisentraut authored
dynamically with PQExpBuffer.
-
- 23 Feb, 2002 1 commit
-
-
Bruce Momjian authored
directory for COPY TO/FROM. Brent Verner
-
- 02 Jun, 2001 1 commit
-
-
Peter Eisentraut authored
Use --enable-nls to turn it on; see installation instructions for details. See developer's guide how to make use of it in programs and how to add translations. psql sources have been almost fully prepared and an incomplete German translation has been provided. In the backend, only elog() calls are currently translatable, and the provided German translation file is more of a placeholder.
-
- 22 Mar, 2001 1 commit
-
-
Bruce Momjian authored
-
- 10 Feb, 2001 1 commit
-
-
Tom Lane authored
are now separate files "postgres.h" and "postgres_fe.h", which are meant to be the primary include files for backend .c files and frontend .c files respectively. By default, only include files meant for frontend use are installed into the installation include directory. There is a new make target 'make install-all-headers' that adds the whole content of the src/include tree to the installed fileset, for use by people who want to develop server-side code without keeping the complete source tree on hand. Cleaned up a whole lot of crufty and inconsistent header inclusions.
-
- 03 Dec, 2000 1 commit
-
-
Peter Eisentraut authored
-
- 16 Apr, 2000 1 commit
-
-
Peter Eisentraut authored
\copy without arguments failed commands with too many arguments were too silent
-
- 14 Apr, 2000 1 commit
-
-
Peter Eisentraut authored
repaired psql option scanning bug (special treatment to \g |pipe) fixed ipcclean makefile made configure look for Perl to handle psql help build gracefully
-
- 12 Apr, 2000 1 commit
-
-
Bruce Momjian authored
-
- 01 Mar, 2000 1 commit
-
-
Peter Eisentraut authored
cope so well with copy to but that will have to wait for the next release. Also added -X option to prevent reading .psqlrc startup file.
-
- 21 Feb, 2000 1 commit
-
-
Peter Eisentraut authored
-
- 16 Feb, 2000 1 commit
-
-
Bruce Momjian authored
-
- 29 Jan, 2000 1 commit
-
-
Peter Eisentraut authored
Initdb help correction Changed end/abort to commit/rollback and changed related notices Commented out way old printing functions in libpq Fixed a typo in alter table / alter column
-
- 21 Jan, 2000 1 commit
-
-
Tom Lane authored
does not end with a newline. I don't think this explains the recent complaints, since this bug existed in 6.5 (and probably long before). But might as well fix it now that I see it.
-
- 20 Jan, 2000 1 commit
-
-
Peter Eisentraut authored
New INSTALL file Fixed a copyright notice
-
- 18 Jan, 2000 1 commit
-
-
Peter Eisentraut authored
-
- 15 Jan, 2000 1 commit
-
-
Tatsuo Ishii authored
-
- 14 Jan, 2000 1 commit
-
-
Peter Eisentraut authored
-
- 12 Jan, 2000 1 commit
-
-
Peter Eisentraut authored
-
- 04 Nov, 1999 2 commits
-
-
Bruce Momjian authored
-
Bruce Momjian authored
-