summaryrefslogtreecommitdiff
path: root/src/man
AgeCommit message (Collapse)Author
1998-04-07Back out char2-char16 removal. Add later.Bruce Momjian
1998-04-06DESTDIR removed, again.Bruce Momjian
1998-04-06cleanup and possible alpha-linux fix.Bruce Momjian
1998-04-06Make DESTDIR consistent, and verious Linux cleanups.Bruce Momjian
1998-04-06Hi,Bruce Momjian
Attached you'll find a (big) patch that fixes make dep and make depend in all Makefiles where I found it to be appropriate. It also removes the dependency in Makefile.global for NAMEDATALEN and OIDNAMELEN by making backend/catalog/genbki.sh and bin/initdb/initdb.sh a little smarter. This no longer requires initdb.sh that is turned into initdb with a sed script when installing Postgres, hence initdb.sh should be renamed to initdb (after the patch has been applied :-) ) This patch is against the 6.3 sources, as it took a while to complete. Please review and apply, Cheers, Jeroen van Vianen
1998-03-31Merge rename name page into alter table. Fix UNION with DISTINCTBruce Momjian
or ORDER BY bug.
1998-03-30documentation for HAVING, clean up UNION comment.Bruce Momjian
1998-03-30The following uuencoded, gzip'd file will ...Bruce Momjian
1. Remove the char2, char4, char8 and char16 types from postgresql 2. Change references of char16 to name in the regression tests. 3. Rename the char16.sql regression test to name.sql. 4. Modify the regression test scripts and outputs to match up. Might require new regression.{SYSTEM} files... Darren King
1998-03-26Update manualBruce Momjian
1998-03-25Mention rollback instead of abort.Bruce Momjian
1998-03-23Manual page fixes.Bruce Momjian
1998-03-18Add checks for UNION target fields, and add optional TABLE to LOCKBruce Momjian
and SELECT manual pages and psql help.
1998-03-15 CLUSTER cleanupBruce Momjian
1998-03-14Cluster fixup.Bruce Momjian
1998-03-14Change Postgres95 to PostgreSQL. Update CLUSTER manual page.Bruce Momjian
1998-03-06pg_user cleanup.Bruce Momjian
1998-02-27From: Michael Meskes <meskes@topsystem.de>Marc G. Fournier
Here's a small patch to ecpg's man page to make it list all known bugs.
1998-02-20Update bugs section of ecpg...Marc G. Fournier
1998-02-17Major update of ecpg preprocessorMarc G. Fournier
From: Michael Meskes <meskes@topsystem.de>
1998-02-13Man page for ecpg.1Marc G. Fournier
1998-02-10Pass attypmod through to executor by adding to Var and Resdom.Bruce Momjian
1998-02-03Subselects with =, >, etc.Bruce Momjian
Cleanup for vacuum help, manual page, and error message
1998-01-29From: "Pedro J. Lobo" <pjlobo@euitt.upm.es>Marc G. Fournier
I've patched pg_dump.c and createdb to add support for password authentication, using the '-u' switch as in psql. I have updated also the man pages.
1998-01-28psql \df cleanup and lock manual page cleanup.Bruce Momjian
1998-01-27Deadlock ceallnup.Bruce Momjian
(void) change for aix and hp compilers. protocol cleanup.
1998-01-27From: Phil Thompson <phil@river-bank.demon.co.uk>Marc G. Fournier
Cleanup patches for previous protocol changes patch
1998-01-26From: Phil Thompson <phil@river-bank.demon.co.uk>Marc G. Fournier
I've completed the patch to fix the protocol and authentication issues I was discussing a couple of weeks ago. The particular changes are: - the protocol has a version number - network byte order is used throughout - the pg_hba.conf file is used to specify what method is used to authenticate a frontend (either password, ident, trust, reject, krb4 or krb5) - support for multiplexed backends is removed - appropriate changes to man pages - the -a switch to many programs to specify an authentication service no longer has any effect - the libpq.so version number has changed to 1.1 The new backend still supports the old protocol so old interfaces won't break.
1998-01-25From: todd brandys <brandys@eng3.hep.uiuc.edu>Marc G. Fournier
o The manual (really text) pages for create/alter/drop user.
1998-01-25Patch to document the /etc/psqlrc / ~/.psqlrc config filesMarc G. Fournier
From: <Dr. Andrew C.R. Martin> martin@biochem.ucl.ac.uk
1998-01-23Cleanup deadlock message.Bruce Momjian
1998-01-22Add LOCK command as DELETE FROM ... WHERE false.Bruce Momjian
1998-01-11Manual page dash cleanup.Bruce Momjian
1998-01-11Clean up of copyfuncs.Bruce Momjian
1998-01-11psql help cleanup.Bruce Momjian
1998-01-11Add UNION, GROUP, DISTINCT to INSERT.Bruce Momjian
1998-01-10Fix CLUSTER.Bruce Momjian
1998-01-07Cleanup of outnodes.Bruce Momjian
1998-01-07Cleanup of outnodes.Bruce Momjian
1997-12-29Cleanup of UNION ALL fix. Manual page updates.Bruce Momjian
1997-12-04Update description for PGHOST and unix domain sockets. Add warning for ↵Bruce Momjian
failed connections.
1997-12-02the -l option doesn't take a port option, so the man page shouldn't say itMarc G. Fournier
does
1997-12-01Document pg_dump -z, clean up option list. Fix problem with libpq handling ↵Bruce Momjian
of field names uppercase code.
1997-11-21Remove unused files.Bruce Momjian
1997-11-21Remove archive stuff.Bruce Momjian
1997-11-18Remove stuff that is now in psql \d.Bruce Momjian
1997-11-17Clean out pgbuiltin now that new psql \d commands exist.Bruce Momjian
1997-11-16New \dS psql command. initdb cleanup.Bruce Momjian
1997-11-15Add new \df psql option and oid8types() function.Bruce Momjian
1997-11-15Add mention of new environment variables for session initialization.Thomas G. Lockhart
Cross-reference libpq(3).
1997-11-14Add new psql \da, \do, and \dT options.Bruce Momjian