2001-09-12 |
Bruce Momjian | Followings are proposed fixes to jdbc.sgml(line numbers... |
commit | commitdiff | tree | snapshot |
2001-09-12 |
Peter Eisentraut | max_locks_per_transaction seems to be a more consistent... |
commit | commitdiff | tree | snapshot |
2001-09-12 |
Peter Eisentraut | Check both -lrt and -lposix4 for fdatasync, to cover... |
commit | commitdiff | tree | snapshot |
2001-09-12 |
Bruce Momjian | It is not fixed and I doubt that it is working fine... |
commit | commitdiff | tree | snapshot |
2001-09-12 |
Bruce Momjian | Here's some matching documentation, including some... |
commit | commitdiff | tree | snapshot |
2001-09-12 |
Bruce Momjian | I noticed that plpython does not make the relid availab... |
commit | commitdiff | tree | snapshot |
2001-09-12 |
Tatsuo Ishii | Fix typo (add ;) |
commit | commitdiff | tree | snapshot |
2001-09-12 |
Tatsuo Ishii | Fix typo (add ;) |
commit | commitdiff | tree | snapshot |
2001-09-12 |
Tatsuo Ishii | Fix typo. |
commit | commitdiff | tree | snapshot |
2001-09-11 |
Peter Eisentraut | Link ODBC driver with -lnsl and -lsocket, for Solaris. |
commit | commitdiff | tree | snapshot |
2001-09-11 |
Peter Eisentraut | Use gcc -shared rather than gcc -G for shared library... |
commit | commitdiff | tree | snapshot |
2001-09-11 |
Peter Eisentraut | Invoke on_exit() with correct number and type of arguments. |
commit | commitdiff | tree | snapshot |
2001-09-11 |
Peter Eisentraut | Look for fdatasync() in librt, for Solaris. |
commit | commitdiff | tree | snapshot |
2001-09-11 |
Hiroshi Inoue | Fix some multibyte related bugs. |
commit | commitdiff | tree | snapshot |
2001-09-11 |
Tatsuo Ishii | Implement following item in TODO: |
commit | commitdiff | tree | snapshot |
2001-09-11 |
Tatsuo Ishii | Add single quote (example given here does not work) |
commit | commitdiff | tree | snapshot |
2001-09-11 |
Bruce Momjian | Update TODO list. |
commit | commitdiff | tree | snapshot |
2001-09-11 |
Tatsuo Ishii | Implement following item in TODO: |
commit | commitdiff | tree | snapshot |
2001-09-11 |
Tatsuo Ishii | Fix regression test in the case of building as root. |
commit | commitdiff | tree | snapshot |
2001-09-10 |
Peter Eisentraut | When testing for source and build tree equality, and... |
commit | commitdiff | tree | snapshot |
2001-09-10 |
Peter Eisentraut | Make prep_buildtree harmless when run on top of the... |
commit | commitdiff | tree | snapshot |
2001-09-10 |
Peter Eisentraut | Add explicit '-print' to 'find' commands. |
commit | commitdiff | tree | snapshot |
2001-09-10 |
Peter Eisentraut | Markup and spell-check run over Programmer's Guide... |
commit | commitdiff | tree | snapshot |
2001-09-10 |
Peter Eisentraut | Remove extra space at end of line. |
commit | commitdiff | tree | snapshot |
2001-09-10 |
Bruce Momjian | Update TODO list. |
commit | commitdiff | tree | snapshot |
2001-09-10 |
Bruce Momjian | Attached is a patch that fixes DatabaseMetaDataTest... |
commit | commitdiff | tree | snapshot |
2001-09-10 |
Bruce Momjian | Attached is a patch to add bytea support to JDBC. |
commit | commitdiff | tree | snapshot |
2001-09-10 |
Bruce Momjian | On Fri, 07 Sep 2001 01:34:46 -0400, Tom Lane wrote: |
commit | commitdiff | tree | snapshot |
2001-09-10 |
Bruce Momjian | Attached is a patch that fixes |
commit | commitdiff | tree | snapshot |
2001-09-10 |
Bruce Momjian | Bug #1: attribute name when column is type cast: |
commit | commitdiff | tree | snapshot |
2001-09-10 |
Bruce Momjian | > NOTE: in the command.c in three places there (I belie... |
commit | commitdiff | tree | snapshot |
2001-09-10 |
Bruce Momjian | The attached patch should be sufficient to fix libpgtcl... |
commit | commitdiff | tree | snapshot |
2001-09-10 |
Hiroshi Inoue | Change dialog windows. |
commit | commitdiff | tree | snapshot |
2001-09-10 |
Hiroshi Inoue | 1) Fix SQLForeignKeys() in multibyte mode. |
commit | commitdiff | tree | snapshot |
2001-09-10 |
Tatsuo Ishii | Short version of install procedure fails due to lacking... |
commit | commitdiff | tree | snapshot |
2001-09-10 |
Tatsuo Ishii | The usage of kill is incorrect (lacks "data"). Anyway... |
commit | commitdiff | tree | snapshot |
2001-09-10 |
Tatsuo Ishii | Fix typo. split does not produce ".". |
commit | commitdiff | tree | snapshot |
2001-09-10 |
Tatsuo Ishii | Fix typo. |
commit | commitdiff | tree | snapshot |
2001-09-10 |
Tatsuo Ishii | Example program lacks RETURN |
commit | commitdiff | tree | snapshot |
2001-09-10 |
Tatsuo Ishii | Fix typo. |
commit | commitdiff | tree | snapshot |
2001-09-10 |
Tatsuo Ishii | Fix typo. |
commit | commitdiff | tree | snapshot |
2001-09-10 |
Tatsuo Ishii | Fix initlocation messages |
commit | commitdiff | tree | snapshot |
2001-09-10 |
Bruce Momjian | Remove INV_ARCHIVE mention in python readme. |
commit | commitdiff | tree | snapshot |
2001-09-10 |
Bruce Momjian | Remove INV_ARCHIVE mention in perl. |
commit | commitdiff | tree | snapshot |
2001-09-10 |
Bruce Momjian | Remove mention of INV_ARCHIVE. |
commit | commitdiff | tree | snapshot |
2001-09-10 |
Tatsuo Ishii | fix typo. |
commit | commitdiff | tree | snapshot |
2001-09-10 |
Tatsuo Ishii | Add missing ';' |
commit | commitdiff | tree | snapshot |
2001-09-10 |
Bruce Momjian | Update TODO list. |
commit | commitdiff | tree | snapshot |
2001-09-10 |
Bruce Momjian | Update TODO list. |
commit | commitdiff | tree | snapshot |
2001-09-09 |
Peter Eisentraut | Markup additions and spell check. (covers Admin Guide) |
commit | commitdiff | tree | snapshot |
2001-09-09 |
Peter Eisentraut | Markup additions and spell check. (covers User's Guide) |
commit | commitdiff | tree | snapshot |
2001-09-09 |
Tatsuo Ishii | Add -U, -P, -C options. See README.pgbench for more... |
commit | commitdiff | tree | snapshot |
2001-09-09 |
Tatsuo Ishii | Backout Karel's patch |
commit | commitdiff | tree | snapshot |
2001-09-08 |
Peter Eisentraut | fix markup |
commit | commitdiff | tree | snapshot |
2001-09-08 |
Hiroshi Inoue | Improve declare/fetch mode a little. |
commit | commitdiff | tree | snapshot |
2001-09-08 |
Hiroshi Inoue | Apply 7.1.3 changes to the current tree also. |
commit | commitdiff | tree | snapshot |
2001-09-08 |
Peter Eisentraut | Make the world somewhat safe for (not from) DELETE... |
commit | commitdiff | tree | snapshot |
2001-09-08 |
Bruce Momjian | > > A simple and robus solution is in the begin of... |
commit | commitdiff | tree | snapshot |
2001-09-08 |
Bruce Momjian | Move updateCommon() into Win32 block because it is... |
commit | commitdiff | tree | snapshot |
2001-09-08 |
Bruce Momjian | Update TODO list. |
commit | commitdiff | tree | snapshot |
2001-09-08 |
Hiroshi Inoue | Resolve compile errors on unix. |
commit | commitdiff | tree | snapshot |
2001-09-08 |
Tom Lane | Clean up some confusion about where and how to set... |
commit | commitdiff | tree | snapshot |
2001-09-07 |
Bruce Momjian | Move TESTSUITE file to test/README. |
commit | commitdiff | tree | snapshot |
2001-09-07 |
Tom Lane | Change addlit() to not assume its input is null-termina... |
commit | commitdiff | tree | snapshot |
2001-09-07 |
Bruce Momjian | Attached is a patch that fixes 2 test cases of the... |
commit | commitdiff | tree | snapshot |
2001-09-07 |
Bruce Momjian | Read transactions don't work on 7.0.x db's 2nd patch |
commit | commitdiff | tree | snapshot |
2001-09-07 |
Bruce Momjian | Patch for jdbc2 ResultSet.java. Looks like performance... |
commit | commitdiff | tree | snapshot |
2001-09-07 |
Bruce Momjian | I've attached the fixed version of the patch below... |
commit | commitdiff | tree | snapshot |
2001-09-07 |
Bruce Momjian | Here is my much-promised patch to let people add UNIQUE... |
commit | commitdiff | tree | snapshot |
2001-09-07 |
Bruce Momjian | >has anyone ever successfully done copy to/from stdout... |
commit | commitdiff | tree | snapshot |
2001-09-07 |
Bruce Momjian | Add Java testsuite info. |
commit | commitdiff | tree | snapshot |
2001-09-07 |
Bruce Momjian | Update SGML with new hostnames for CVS and CVSup. |
commit | commitdiff | tree | snapshot |
2001-09-07 |
Bruce Momjian | Create pgjindent for java. |
commit | commitdiff | tree | snapshot |
2001-09-07 |
Tom Lane | Revert treatment of NOTIFY in rules to its pre-7.1... |
commit | commitdiff | tree | snapshot |
2001-09-07 |
Bruce Momjian | Add CRED alignment for NetBSD. |
commit | commitdiff | tree | snapshot |
2001-09-07 |
Bruce Momjian | Update SCM_CREDS for Net/Free/BSD-OS. Add configure... |
commit | commitdiff | tree | snapshot |
2001-09-07 |
Bruce Momjian | Update TODO list. |
commit | commitdiff | tree | snapshot |
2001-09-07 |
Jan Wieck | Enable SIGTERM and SIGQUIT during client authentication so |
commit | commitdiff | tree | snapshot |
2001-09-07 |
Bruce Momjian | Remove file, per Karel. |
commit | commitdiff | tree | snapshot |
2001-09-07 |
Bruce Momjian | Remove variable length macros used in debugging, per... |
commit | commitdiff | tree | snapshot |
2001-09-07 |
Bruce Momjian | Remove unused files for Karel's patch. |
commit | commitdiff | tree | snapshot |
2001-09-07 |
Bruce Momjian | Remove common.c, removed in Karal's patch. |
commit | commitdiff | tree | snapshot |
2001-09-07 |
Hiroshi Inoue | 1) Most driver options could be set per DSN. |
commit | commitdiff | tree | snapshot |
2001-09-07 |
Tatsuo Ishii | Add missing files. |
commit | commitdiff | tree | snapshot |
2001-09-07 |
Tom Lane | Revise overflow test in int84() to avoid codegen bug... |
commit | commitdiff | tree | snapshot |
2001-09-07 |
Bruce Momjian | Update TODO list. |
commit | commitdiff | tree | snapshot |
2001-09-07 |
Bruce Momjian | Update tab completion for \d*. |
commit | commitdiff | tree | snapshot |
2001-09-07 |
Tom Lane | Fix a number of places where pg_dump was careless about... |
commit | commitdiff | tree | snapshot |
2001-09-07 |
Bruce Momjian | Update FAQ. |
commit | commitdiff | tree | snapshot |
2001-09-07 |
Tom Lane | Missed a few places that referred to a compile-time... |
commit | commitdiff | tree | snapshot |
2001-09-07 |
Bruce Momjian | Update FAQ. |
commit | commitdiff | tree | snapshot |
2001-09-07 |
Bruce Momjian | Update FAQ. |
commit | commitdiff | tree | snapshot |
2001-09-07 |
Tom Lane | Get rid of PID entries in shmem hash table; there is... |
commit | commitdiff | tree | snapshot |
2001-09-06 |
Bruce Momjian | >Well, if it is that easy, I can do it. Patch attached... |
commit | commitdiff | tree | snapshot |
2001-09-06 |
Bruce Momjian | Update transactions for nested idea. |
commit | commitdiff | tree | snapshot |
2001-09-06 |
Bruce Momjian | Update TODO list. |
commit | commitdiff | tree | snapshot |
2001-09-06 |
Bruce Momjian | Update TODO list. |
commit | commitdiff | tree | snapshot |
2001-09-06 |
Bruce Momjian | Update TODO list. |
commit | commitdiff | tree | snapshot |
2001-09-06 |
Bruce Momjian | On Mon, 3 Sep 2001 22:01:17 -0500, you wrote: |
commit | commitdiff | tree | snapshot |
2001-09-06 |
Bruce Momjian | Update TODO list. |
commit | commitdiff | tree | snapshot |
next |