| Commit message (Expand) | Author | Age |
* | Cleanup Win32 COPY handling, and move archive examples to SGML. | Bruce Momjian | 2004-08-12 |
* | Add mention of "WIN32" COPY. | Bruce Momjian | 2004-08-12 |
* | Add make_native_path() because Win32 COPY is an internal CMD.EXE command | Bruce Momjian | 2004-08-12 |
* | Avoid crashing when restoring a saved GUC session_authorization value | Tom Lane | 2004-08-11 |
* | Work around broken strtod() that's present in many Solaris releases. | Tom Lane | 2004-08-11 |
* | Add translation from 7.4 branch to head. | Peter Eisentraut | 2004-08-11 |
* | Fix failure to guarantee that a checkpoint will write out pg_clog updates | Tom Lane | 2004-08-11 |
* | New translation | Peter Eisentraut | 2004-08-10 |
* | Translation update | Peter Eisentraut | 2004-08-10 |
* | syslogger.c needs <sys/time.h> on some platforms, per Greg Mullane. | Tom Lane | 2004-08-09 |
* | When expanding %p in archive_command or restore_command, translate | Tom Lane | 2004-08-09 |
* | Make listen_addresses be a comma-separated list instead of a space-separated | Tom Lane | 2004-08-08 |
* | Document background writer control parameters, do some editorial work | Tom Lane | 2004-08-08 |
* | Disable vacuum delay, as discussed on hackers. | Bruce Momjian | 2004-08-08 |
* | Allow libpgport to call memory allocation routines even though | Bruce Momjian | 2004-08-08 |
* | Tighened up syntax checking of array input processing considerably. Junk that | Joe Conway | 2004-08-08 |
* | Add a comment about why we always replay backup blocks from WAL. | Tom Lane | 2004-08-08 |
* | Fixups for Win32 symlinks. | Bruce Momjian | 2004-08-08 |
* | Don't try to rewrite NEW references in a utility statement in a rule. | Tom Lane | 2004-08-07 |
* | Vacuum delay activated by default. | Jan Wieck | 2004-08-07 |
* | Document delay as 0, per Matthew T. O'Connor | Bruce Momjian | 2004-08-07 |
* | Arrange for proper newline termination of syslogger's own messages, | Tom Lane | 2004-08-06 |
* | Use one, not zero, as the default lower bound for arrays of AclItems. | Tom Lane | 2004-08-06 |
* | Add _O_TEXT option to dup2 call on Windows, to ensure redirected postmaster | Tom Lane | 2004-08-06 |
* | Fix several small Windows compatibility issues, per Andreas. | Tom Lane | 2004-08-06 |
* | Rename vacuum_cost_naptime to vacuum_cost_delay, with agreement from Jan. | Bruce Momjian | 2004-08-06 |
* | Create a built-in log rotation program, so that we no longer have to | Tom Lane | 2004-08-05 |
* | Require that array literals produce "rectangular" arrays, i.e. all the | Joe Conway | 2004-08-05 |
* | Use gettext_noop() to mark strings. errmsg() perform the | Dennis Bjorklund | 2004-08-04 |
* | Label CVS tip as 8.0devel instead of 7.5devel. Adjust various comments | Tom Lane | 2004-08-04 |
* | Add LOG_NOWAIT flag to openlog() call, per my note of 2004-06-24. | Tom Lane | 2004-08-04 |
* | Fix silly thinko in ALTER COLUMN TYPE. Check for finding expected | Tom Lane | 2004-08-04 |
* | Tweak postmaster code to avoid double reporting when bgwriter crashes. | Tom Lane | 2004-08-04 |
* | record_out and friends need to cope with dropped columns in the row | Tom Lane | 2004-08-04 |
* | Make use of backup label/history files to control recovery properly. | Tom Lane | 2004-08-04 |
* | Fix typo in comment. | Tom Lane | 2004-08-04 |
* | Add some strings for translation and remove some cut'n'paste | Dennis Bjorklund | 2004-08-04 |
* | Add functions pg_start_backup, pg_stop_backup to create backup label | Tom Lane | 2004-08-03 |
* | Fix misplacement of savepointLevel test, per report from Chris K-L. | Tom Lane | 2004-08-03 |
* | Translation update | Peter Eisentraut | 2004-08-03 |
* | Fix not-quite-right Assertion. Did not work at all in extended-query | Tom Lane | 2004-08-02 |
* | While perusing SQL92 I realized that we are delivering the wrong SQLSTATE | Tom Lane | 2004-08-02 |
* | Translation update | Peter Eisentraut | 2004-08-02 |
* | Mark savepoints as supported. | Bruce Momjian | 2004-08-02 |
* | Support USING INDEX TABLESPACE clause for PRIMARY KEY and UNIQUE | Tom Lane | 2004-08-02 |
* | Allow DECLARE CURSOR to take parameters from the portal in which it is | Tom Lane | 2004-08-02 |
* | Update the in-code documentation about the transaction system. Move it | Tom Lane | 2004-08-01 |
* | Cause ALTER OWNER commands to update the object's ACL, replacing references | Tom Lane | 2004-08-01 |
* | Add libpgport to postgres.def for Windows build. Per Magnus Hagander. | Tom Lane | 2004-08-01 |
* | Error message style adjustments, per Alvaro Herrera. | Tom Lane | 2004-08-01 |