Age | Commit message (Collapse) | Author | |
---|---|---|---|
1998-04-07 | Back out char2-char16 removal. Add later. | Bruce Momjian | |
1998-04-06 | DESTDIR removed, again. | Bruce Momjian | |
1998-04-06 | cleanup and possible alpha-linux fix. | Bruce Momjian | |
1998-04-06 | Make DESTDIR consistent, and verious Linux cleanups. | Bruce Momjian | |
1998-04-06 | Hi, | 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-31 | Merge rename name page into alter table. Fix UNION with DISTINCT | Bruce Momjian | |
or ORDER BY bug. | |||
1998-03-30 | documentation for HAVING, clean up UNION comment. | Bruce Momjian | |
1998-03-30 | The 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-26 | Update manual | Bruce Momjian | |
1998-03-25 | Mention rollback instead of abort. | Bruce Momjian | |
1998-03-23 | Manual page fixes. | Bruce Momjian | |
1998-03-18 | Add checks for UNION target fields, and add optional TABLE to LOCK | Bruce Momjian | |
and SELECT manual pages and psql help. | |||
1998-03-15 | CLUSTER cleanup | Bruce Momjian | |
1998-03-14 | Cluster fixup. | Bruce Momjian | |
1998-03-14 | Change Postgres95 to PostgreSQL. Update CLUSTER manual page. | Bruce Momjian | |
1998-03-06 | pg_user cleanup. | Bruce Momjian | |
1998-02-27 | From: 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-20 | Update bugs section of ecpg... | Marc G. Fournier | |
1998-02-17 | Major update of ecpg preprocessor | Marc G. Fournier | |
From: Michael Meskes <meskes@topsystem.de> | |||
1998-02-13 | Man page for ecpg.1 | Marc G. Fournier | |
1998-02-10 | Pass attypmod through to executor by adding to Var and Resdom. | Bruce Momjian | |
1998-02-03 | Subselects with =, >, etc. | Bruce Momjian | |
Cleanup for vacuum help, manual page, and error message | |||
1998-01-29 | From: "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-28 | psql \df cleanup and lock manual page cleanup. | Bruce Momjian | |
1998-01-27 | Deadlock ceallnup. | Bruce Momjian | |
(void) change for aix and hp compilers. protocol cleanup. | |||
1998-01-27 | From: Phil Thompson <phil@river-bank.demon.co.uk> | Marc G. Fournier | |
Cleanup patches for previous protocol changes patch | |||
1998-01-26 | From: 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-25 | From: todd brandys <brandys@eng3.hep.uiuc.edu> | Marc G. Fournier | |
o The manual (really text) pages for create/alter/drop user. | |||
1998-01-25 | Patch to document the /etc/psqlrc / ~/.psqlrc config files | Marc G. Fournier | |
From: <Dr. Andrew C.R. Martin> martin@biochem.ucl.ac.uk | |||
1998-01-23 | Cleanup deadlock message. | Bruce Momjian | |
1998-01-22 | Add LOCK command as DELETE FROM ... WHERE false. | Bruce Momjian | |
1998-01-11 | Manual page dash cleanup. | Bruce Momjian | |
1998-01-11 | Clean up of copyfuncs. | Bruce Momjian | |
1998-01-11 | psql help cleanup. | Bruce Momjian | |
1998-01-11 | Add UNION, GROUP, DISTINCT to INSERT. | Bruce Momjian | |
1998-01-10 | Fix CLUSTER. | Bruce Momjian | |
1998-01-07 | Cleanup of outnodes. | Bruce Momjian | |
1998-01-07 | Cleanup of outnodes. | Bruce Momjian | |
1997-12-29 | Cleanup of UNION ALL fix. Manual page updates. | Bruce Momjian | |
1997-12-04 | Update description for PGHOST and unix domain sockets. Add warning for ↵ | Bruce Momjian | |
failed connections. | |||
1997-12-02 | the -l option doesn't take a port option, so the man page shouldn't say it | Marc G. Fournier | |
does | |||
1997-12-01 | Document pg_dump -z, clean up option list. Fix problem with libpq handling ↵ | Bruce Momjian | |
of field names uppercase code. | |||
1997-11-21 | Remove unused files. | Bruce Momjian | |
1997-11-21 | Remove archive stuff. | Bruce Momjian | |
1997-11-18 | Remove stuff that is now in psql \d. | Bruce Momjian | |
1997-11-17 | Clean out pgbuiltin now that new psql \d commands exist. | Bruce Momjian | |
1997-11-16 | New \dS psql command. initdb cleanup. | Bruce Momjian | |
1997-11-15 | Add new \df psql option and oid8types() function. | Bruce Momjian | |
1997-11-15 | Add mention of new environment variables for session initialization. | Thomas G. Lockhart | |
Cross-reference libpq(3). | |||
1997-11-14 | Add new psql \da, \do, and \dT options. | Bruce Momjian | |