| Commit message (Expand) | Author | Age |
* | Re-enable pg_upgrade, after adding checks that the source | Tom Lane | 1999-07-31 |
* | Make usecatupd disabled for normal users, and allow normal users to | Bruce Momjian | 1999-07-30 |
* | While I was running some tests in psql, trying to figure out how to change | Bruce Momjian | 1999-07-20 |
* | psql fix. | Bruce Momjian | 1999-07-19 |
* | Cleanup of patch just applied. | Bruce Momjian | 1999-07-19 |
* | Set the application name, used for parsing readline's .inputrc -- dz | Bruce Momjian | 1999-07-19 |
* | Re-add getopt.h check, remove NT-specific tests for it. | Bruce Momjian | 1999-07-19 |
* | Move some system includes into c.h, and remove duplicates. | Bruce Momjian | 1999-07-17 |
* | More cleanup | Bruce Momjian | 1999-07-16 |
* | Clean up #include in /include directory. Add scripts for checking includes. | Bruce Momjian | 1999-07-15 |
* | Fix some compiler warnings (Tomoaki Nishiyama), add WIN1250 support (Pavel Be... | Tatsuo Ishii | 1999-07-11 |
* | createlang now returns 2 for language already exists. | Bruce Momjian | 1999-07-09 |
* | Remove old readme file. | Bruce Momjian | 1999-07-05 |
* | Remove QUERY_LIMIT and documenation on same. Change _ALIGN to TYPEALIGN | Bruce Momjian | 1999-06-17 |
* | Cleanup | Bruce Momjian | 1999-06-08 |
* | Disable pg_upgrade for 6.5. | Bruce Momjian | 1999-06-08 |
* | I attach a patch for pg_upgrade. This does two things: | Bruce Momjian | 1999-06-07 |
* | > Here is a small patch that should only affect win32 building | Bruce Momjian | 1999-06-07 |
* | a fix for Win32 support provided by yutaka@marin.or.jp. | Tatsuo Ishii | 1999-06-05 |
* | Suppress indexes on large objects from psql's \d listing; | Tom Lane | 1999-06-04 |
* | Turns out OIDNAMELEN wasn't really being used at all! | Tom Lane | 1999-06-04 |
* | Add mention of SHARE ROW EXCLUSIVE mode. | Bruce Momjian | 1999-06-04 |
* | Thanks for this, but SET TRANSACTION ISOLATION LEVEL | Bruce Momjian | 1999-06-03 |
* | Add mention of FOR UPDATE and LIMIT/OFFSET> | Bruce Momjian | 1999-06-03 |
* | Update lock sgml/man/psql help pages. | Bruce Momjian | 1999-06-03 |
* | Add SET TRANSACTION ISOLATION LEVEL and SET NAMES mention. | Bruce Momjian | 1999-06-03 |
* | Update psql help so it looks better. | Bruce Momjian | 1999-06-03 |
* | Update SET commands for psql \h, man pages, and sgml. | Bruce Momjian | 1999-06-03 |
* | pg_dump failed on any database containing large objects, | Tom Lane | 1999-06-03 |
* | Clean up uninitialized-variable warning from egcs. | Tom Lane | 1999-05-30 |
* | 1. Run all pg_dump queries in single serializable transaction. | Vadim B. Mikheev | 1999-05-29 |
* | Make pg_dump dump ACL's by default, print warning on use of -z, and add | Bruce Momjian | 1999-05-27 |
* | Fix pg_dump to use the same maximum-query-size constant as | Tom Lane | 1999-05-26 |
* | Display numeric precision on \d. | Bruce Momjian | 1999-05-26 |
* | Allow GROUPs to be dumped properly. | Bruce Momjian | 1999-05-26 |
* | Disable use of -o and -d pg_dump options together. Can't set oids in | Bruce Momjian | 1999-05-26 |
* | Allow pg_dump -v display proper table/sequence count display. | Bruce Momjian | 1999-05-26 |
* | Make functions static or NOT_USED as appropriate. | Bruce Momjian | 1999-05-26 |
* | Another pgindent run. Sorry folks. | Bruce Momjian | 1999-05-25 |
* | pgindent run over code. | Bruce Momjian | 1999-05-25 |
* | Removed the automatic installation of built procedural languages | Jan Wieck | 1999-05-20 |
* | I've got 2 pretty small patches. | Bruce Momjian | 1999-05-15 |
* | Here's a small patch to cause pg_dump to emit the | Bruce Momjian | 1999-05-13 |
* | Do not refer to stdin in static variable initializer ... | Tom Lane | 1999-05-12 |
* | Added installation of created procedural languages to initdb | Jan Wieck | 1999-05-12 |
* | Change error messages to oids come out as %u and not %d. Change has no | Bruce Momjian | 1999-05-10 |
* | Allow -t tablename to preserve case if specified as "tablename". | Thomas G. Lockhart | 1999-05-04 |
* | here are some patches for 6.5.0 which I already submitted but have never | Bruce Momjian | 1999-05-03 |
* | psql's recognition of comments didn't work right in MULTIBYTE | Tom Lane | 1999-04-25 |
* | Update CREATE FUNCTION's on-line help in psql. | Tom Lane | 1999-04-18 |