Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Fix typo. | Tom Lane | 2001-09-04 |
| | |||
* | Update TODO list. | Bruce Momjian | 2001-09-04 |
| | |||
* | Add java mention. | Bruce Momjian | 2001-09-04 |
| | |||
* | This is obsolete and doesn't work anymore. | Peter Eisentraut | 2001-09-04 |
| | |||
* | /usr/local/bin/perl => /usr/bin/perl | Peter Eisentraut | 2001-09-04 |
| | |||
* | Update FAQ. | Bruce Momjian | 2001-09-04 |
| | |||
* | Update FAQ. | Bruce Momjian | 2001-09-04 |
| | |||
* | Add back incremental patch for BSD indent. | Bruce Momjian | 2001-09-04 |
| | |||
* | pg_restore option is {c|t}, not {c|f}. Pointed out by someone on IRC. | Bruce Momjian | 2001-09-04 |
| | | | | " -F {c|t} specify backup file format\n" | ||
* | Add mention of bytea data type and escaping rules. | Bruce Momjian | 2001-09-04 |
| | |||
* | Clean up the lock state properly when aborting because of early deadlock | Tom Lane | 2001-09-04 |
| | | | | | detection in ProcSleep(). Bug noted by Tomasz Zielonka --- how did this escape detection for this long?? | ||
* | Bring references to ipcclean in sync with reality. | Peter Eisentraut | 2001-09-04 |
| | |||
* | Fix misscanning of """" (an identifier consisting of one double-quote). | Peter Eisentraut | 2001-09-04 |
| | |||
* | Fix typo. | Peter Eisentraut | 2001-09-04 |
| | |||
* | Add patch for 0LL for BSD indent/pgindent. | Bruce Momjian | 2001-09-03 |
| | |||
* | Add items. | Bruce Momjian | 2001-09-03 |
| | |||
* | Add two emails about TODO.detail PL/java discussion. | Bruce Momjian | 2001-09-03 |
| | |||
* | Put some kind of grammatical uniformity in the <refpurpose> lines. | Peter Eisentraut | 2001-09-03 |
| | |||
* | Put pgstat internal files into $PGDATA/global. | Peter Eisentraut | 2001-09-03 |
| | |||
* | Parse the arguments of \connect as SQL identifiers, so that they expose | Peter Eisentraut | 2001-09-02 |
| | | | | | | the expected behavior in mixed-case situations. bug report from James Pattie, 2001-08-31 | ||
* | New blood and fresh air for tutorial | Peter Eisentraut | 2001-09-02 |
| | |||
* | The actual execution results are different from examples. | Tatsuo Ishii | 2001-08-31 |
| | |||
* | Actual results are different from examples | Tatsuo Ishii | 2001-08-31 |
| | |||
* | Add ; to the create operator. | Tatsuo Ishii | 2001-08-31 |
| | |||
* | Since 7.1 the data type size of TIME has been increased. | Tatsuo Ishii | 2001-08-31 |
| | |||
* | Convert some fprintf's to elog's. | Peter Eisentraut | 2001-08-30 |
| | |||
* | For INSERTs, one can now tab complete DEFAULT VALUES. | Peter Eisentraut | 2001-08-30 |
| | | | | from Liam Stewart | ||
* | Fix typo. | Tatsuo Ishii | 2001-08-30 |
| | |||
* | Install the SQL command man pages into a section appropriate for each | Peter Eisentraut | 2001-08-29 |
| | | | | | | | | system. Some systems did not understand the 'l' section, and in general it wasn't entirely appropriate. On SCO OpenServer, the man pages won't be installed at all until someone figures out their man system. | ||
* | Remove useless xreflabel. | Peter Eisentraut | 2001-08-29 |
| | |||
* | Whoops, wrong logic. | Peter Eisentraut | 2001-08-29 |
| | |||
* | Change the conditionals so the mips + gcc code here doesn't apply for Irix. | Peter Eisentraut | 2001-08-28 |
| | | | | | | The code in s_lock.h should get used. report from Bruno Mattarollo <bruno@web1.greenpeace.org> | ||
* | Fix the readline test to find dependent libraries on NetBSD and OpenBSD. | Peter Eisentraut | 2001-08-28 |
| | | | | Not pretty, but it doesn't look like the OS will get fixed sometime soon. | ||
* | Include directory rearrangement | Peter Eisentraut | 2001-08-28 |
| | | | | | | | | | | Client headers are no longer in a subdirectory, since they have been made namespace-clean. Internal libpq headers are in a private subdirectory. Server headers are in a private subdirectory. pg_config has a new option to point there. | ||
* | Fix a wrong error handling. | Hiroshi Inoue | 2001-08-28 |
| | |||
* | Avoid #ifdef inside printf() ... that loses on platforms where printf() | Tom Lane | 2001-08-28 |
| | | | | is a macro. | ||
* | Fix some typos. | Tom Lane | 2001-08-27 |
| | |||
* | Add some minimal exercising of functional-index feature to regression | Tom Lane | 2001-08-27 |
| | | | | tests. | ||
* | Suppress definitions of 'true' and 'false' macros if __cplusplus. | Tom Lane | 2001-08-27 |
| | | | | | | Since we're assuming a C++ compiler knows what 'bool' is, seems we should assume it knows 'true' and 'false' too. This prevents problems on some systems, per report from Leandro Fanzone. | ||
* | Use a cursor for fetching data in -d or -D mode, so that pg_dump doesn't | Tom Lane | 2001-08-27 |
| | | | | | run out of memory with large tables in these modes. Patch from Martijn van Oosterhout. | ||
* | Fix confusion over static-ness of a subroutine. | Tom Lane | 2001-08-27 |
| | |||
* | Remove unneeded/unportable extern. | Tom Lane | 2001-08-27 |
| | |||
* | Quick-hack solution to regproc/oid issue was not the right solution. | Tom Lane | 2001-08-27 |
| | |||
* | Un-break pg_dump --- pg_class.indproc is now regproc not oid, which | Tom Lane | 2001-08-27 |
| | | | | | | for some reason displays a zero oid differently. Possibly we should revert that schema change, but it's easy to make pg_dump accept both spellings so I'll do that for now. | ||
* | Do not install the odbc header files, per discussion on odbc list. | Peter Eisentraut | 2001-08-27 |
| | |||
* | Turn on plpython build by default if we have something that looks like a | Peter Eisentraut | 2001-08-27 |
| | | | | shared library, or we can do without one. | ||
* | Fix a complie error on Windows platform. | Hiroshi Inoue | 2001-08-27 |
| | |||
* | VPATH and DESTDIR support for PL/Perl, using the same techniques employed | Peter Eisentraut | 2001-08-26 |
| | | | | | | | | | in interfaces/perl5 a brief while ago. Also, since building PL/Perl without a shared libperl actually works on some platforms we can enable it there to get some development happening. I've only checked off linux right now, but others should be added in the future. | ||
* | Put the right runpath to libpq into the Perl module shared object on more | Peter Eisentraut | 2001-08-26 |
| | | | | | | platforms and without relinking. Also support VPATH builds and DESTDIR installs. One hopes. | ||
* | Documentation for transaction-ID-wraparound changes. Add a chapter to | Tom Lane | 2001-08-26 |
| | | | | | | the Admin Guide about routine maintenance tasks. Currently this only discusses the various reasons for doing VACUUM, but perhaps it could be fleshed out with topics like log rotation. |