2004-08-10 |
Peter Eisentraut | Translation update |
commit | commitdiff | tree | snapshot |
2004-08-10 |
Bruce Momjian | Update DELETE FROM: |
commit | commitdiff | tree | snapshot |
2004-08-10 |
Bruce Momjian | Update DELETE FROM TODO info. |
commit | commitdiff | tree | snapshot |
2004-08-10 |
Bruce Momjian | Add: |
commit | commitdiff | tree | snapshot |
2004-08-10 |
Tom Lane | Update documentation to reflect the fact that we now... |
commit | commitdiff | tree | snapshot |
2004-08-09 |
Bruce Momjian | Removed, shared table: |
commit | commitdiff | tree | snapshot |
2004-08-09 |
Bruce Momjian | Add: |
commit | commitdiff | tree | snapshot |
2004-08-09 |
Tom Lane | syslogger.c needs <sys/time.h> on some platforms, per... |
commit | commitdiff | tree | snapshot |
2004-08-09 |
Tom Lane | Path-mangling logic was failing to account for paths... |
commit | commitdiff | tree | snapshot |
2004-08-09 |
Tom Lane | When expanding %p in archive_command or restore_command... |
commit | commitdiff | tree | snapshot |
2004-08-09 |
Tom Lane | Remove no-longer-relevant information about trying... |
commit | commitdiff | tree | snapshot |
2004-08-09 |
Bruce Momjian | Fix Win32 pg_dumpall check. REL8_0_0BETA1 |
commit | commitdiff | tree | snapshot |
2004-08-09 |
Bruce Momjian | Improve comment. |
commit | commitdiff | tree | snapshot |
2004-08-09 |
Bruce Momjian | Stamp libpq.rc with 8.0 version. |
commit | commitdiff | tree | snapshot |
2004-08-08 |
PostgreSQL... | tag her configure 8.0.0beta1 ... |
commit | commitdiff | tree | snapshot |
2004-08-08 |
Tom Lane | Add note pointing out the difference in semantics betwe... |
commit | commitdiff | tree | snapshot |
2004-08-08 |
Tom Lane | Move expanded discussion of inheritance's limitations... |
commit | commitdiff | tree | snapshot |
2004-08-08 |
Tom Lane | Make listen_addresses be a comma-separated list instead... |
commit | commitdiff | tree | snapshot |
2004-08-08 |
Tom Lane | Document background writer control parameters, do some... |
commit | commitdiff | tree | snapshot |
2004-08-08 |
Tom Lane | If these are ifdef WIN32 in the .c file, should be... |
commit | commitdiff | tree | snapshot |
2004-08-08 |
Bruce Momjian | Disable vacuum delay, as discussed on hackers. |
commit | commitdiff | tree | snapshot |
2004-08-08 |
Bruce Momjian | Fix compiler warning in the proper way. |
commit | commitdiff | tree | snapshot |
2004-08-08 |
Bruce Momjian | Supress warning about zero-length format string. |
commit | commitdiff | tree | snapshot |
2004-08-08 |
Bruce Momjian | Allow libpgport to call memory allocation routines... |
commit | commitdiff | tree | snapshot |
2004-08-08 |
Joe Conway | Another array syntax change (whitespace) clarification... |
commit | commitdiff | tree | snapshot |
2004-08-08 |
Joe Conway | Minor clarification of documentation regarding trailing... |
commit | commitdiff | tree | snapshot |
2004-08-08 |
Joe Conway | Updated release notes for recent array syntax changes. |
commit | commitdiff | tree | snapshot |
2004-08-08 |
Bruce Momjian | More Win32 zic build cleanups now that we have symlinks... |
commit | commitdiff | tree | snapshot |
2004-08-08 |
Bruce Momjian | Adjust defines to be consistent. |
commit | commitdiff | tree | snapshot |
2004-08-08 |
Joe Conway | Tighened up syntax checking of array input processing... |
commit | commitdiff | tree | snapshot |
2004-08-08 |
Bruce Momjian | Another zic cleanup . |
commit | commitdiff | tree | snapshot |
2004-08-08 |
Tom Lane | Update admin guide's discussion of WAL to match present... |
commit | commitdiff | tree | snapshot |
2004-08-08 |
Bruce Momjian | Link in dirmod specially for zic so it works on Win32. |
commit | commitdiff | tree | snapshot |
2004-08-08 |
Bruce Momjian | Remove xstrdup and friends who were only called once... |
commit | commitdiff | tree | snapshot |
2004-08-08 |
Tom Lane | Add a comment about why we always replay backup blocks... |
commit | commitdiff | tree | snapshot |
2004-08-08 |
Bruce Momjian | Fix Win32 pg_dumpall, with help from Claudio. |
commit | commitdiff | tree | snapshot |
2004-08-08 |
Bruce Momjian | Improve comment. |
commit | commitdiff | tree | snapshot |
2004-08-08 |
Tom Lane | Minor editorialization on example --- I think that... |
commit | commitdiff | tree | snapshot |
2004-08-08 |
Bruce Momjian | This patch adds SQL2003 to the set of standards with... |
commit | commitdiff | tree | snapshot |
2004-08-08 |
Bruce Momjian | This adds a caveat to the inheritance part of the tutorial. |
commit | commitdiff | tree | snapshot |
2004-08-08 |
Bruce Momjian | This patch adds an example to the CREATE DOMAIN docs. |
commit | commitdiff | tree | snapshot |
2004-08-08 |
Bruce Momjian | Included is an example of using savepoints in a non... |
commit | commitdiff | tree | snapshot |
2004-08-08 |
Bruce Momjian | Fix comment. |
commit | commitdiff | tree | snapshot |
2004-08-08 |
Bruce Momjian | Fixups for Win32 symlinks. |
commit | commitdiff | tree | snapshot |
2004-08-08 |
Tom Lane | Update plpgsql documentation for 8.0 (mostly, make... |
commit | commitdiff | tree | snapshot |
2004-08-07 |
Bruce Momjian | The attached patch implements a symlink for win32 using... |
commit | commitdiff | tree | snapshot |
2004-08-07 |
Tom Lane | Improve privileges discussion (mostly, mention grant... |
commit | commitdiff | tree | snapshot |
2004-08-07 |
Tom Lane | Update a couple of example error messages to reflect... |
commit | commitdiff | tree | snapshot |
2004-08-07 |
Tom Lane | Improve markup a little. |
commit | commitdiff | tree | snapshot |
2004-08-07 |
Tom Lane | Improve tablespace discussion, and bring it up to date... |
commit | commitdiff | tree | snapshot |
2004-08-07 |
Bruce Momjian | Update pitr docs to mention inclusive/exclusive xid... |
commit | commitdiff | tree | snapshot |
2004-08-07 |
Tom Lane | Remove bogus trailing dot from eventlog output, per... |
commit | commitdiff | tree | snapshot |
2004-08-07 |
Tom Lane | Don't try to rewrite NEW references in a utility statem... |
commit | commitdiff | tree | snapshot |
2004-08-07 |
Bruce Momjian | Fix markup. |
commit | commitdiff | tree | snapshot |
2004-08-07 |
Bruce Momjian | Ignore trailing spaces in psql \h. |
commit | commitdiff | tree | snapshot |
2004-08-07 |
Bruce Momjian | Mention that transactions can complete in a different... |
commit | commitdiff | tree | snapshot |
2004-08-07 |
Jan Wieck | Vacuum delay activated by default. |
commit | commitdiff | tree | snapshot |
2004-08-07 |
Bruce Momjian | Add: |
commit | commitdiff | tree | snapshot |
2004-08-07 |
Bruce Momjian | Document delay as 0, per Matthew T. O'Connor |
commit | commitdiff | tree | snapshot |
2004-08-06 |
Tom Lane | Some editorial work on the 8.0 release notes. Update... |
commit | commitdiff | tree | snapshot |
2004-08-06 |
Tom Lane | Arrange for proper newline termination of syslogger... |
commit | commitdiff | tree | snapshot |
2004-08-06 |
Tom Lane | Revert badly-broken patch to dump comments on composite... |
commit | commitdiff | tree | snapshot |
2004-08-06 |
Bruce Momjian | I have noticed that the latex format in psql has some... |
commit | commitdiff | tree | snapshot |
2004-08-06 |
Tom Lane | Use one, not zero, as the default lower bound for array... |
commit | commitdiff | tree | snapshot |
2004-08-06 |
Bruce Momjian | Modify: |
commit | commitdiff | tree | snapshot |
2004-08-06 |
Tom Lane | Add _O_TEXT option to dup2 call on Windows, to ensure... |
commit | commitdiff | tree | snapshot |
2004-08-06 |
Tom Lane | Fix several small Windows compatibility issues, per... |
commit | commitdiff | tree | snapshot |
2004-08-06 |
Bruce Momjian | Add: |
commit | commitdiff | tree | snapshot |
2004-08-06 |
Bruce Momjian | Add description: |
commit | commitdiff | tree | snapshot |
2004-08-06 |
Bruce Momjian | Add: |
commit | commitdiff | tree | snapshot |
2004-08-06 |
Bruce Momjian | Rename vacuum_cost_naptime to vacuum_cost_delay, with... |
commit | commitdiff | tree | snapshot |
2004-08-05 |
Tom Lane | Create a built-in log rotation program, so that we... |
commit | commitdiff | tree | snapshot |
2004-08-05 |
Dennis Bjorklund | Translation updates |
commit | commitdiff | tree | snapshot |
2004-08-05 |
Dennis Bjorklund | Translation updates |
commit | commitdiff | tree | snapshot |
2004-08-05 |
Joe Conway | Require that array literals produce "rectangular" array... |
commit | commitdiff | tree | snapshot |
2004-08-05 |
Joe Conway | Restore behavior of --pgxs option to that of the origin... |
commit | commitdiff | tree | snapshot |
2004-08-05 |
Joe Conway | Move include for Python.h above postgres.h to eliminate... |
commit | commitdiff | tree | snapshot |
2004-08-04 |
Bruce Momjian | Update for 8.0 |
commit | commitdiff | tree | snapshot |
2004-08-04 |
Dennis Bjorklund | Use gettext_noop() to mark strings. errmsg() perform the |
commit | commitdiff | tree | snapshot |
2004-08-04 |
Tom Lane | Label CVS tip as 8.0devel instead of 7.5devel. Adjust... |
commit | commitdiff | tree | snapshot |
2004-08-04 |
Tom Lane | Add LOG_NOWAIT flag to openlog() call, per my note... |
commit | commitdiff | tree | snapshot |
2004-08-04 |
Tom Lane | Fix silly thinko in ALTER COLUMN TYPE. Check for findi... |
commit | commitdiff | tree | snapshot |
2004-08-04 |
Tom Lane | Update oidjoins regression test to match current catalo... |
commit | commitdiff | tree | snapshot |
2004-08-04 |
Tom Lane | Tweak postmaster code to avoid double reporting when... |
commit | commitdiff | tree | snapshot |
2004-08-04 |
Tom Lane | record_out and friends need to cope with dropped column... |
commit | commitdiff | tree | snapshot |
2004-08-04 |
Tom Lane | Add some notes about unimplemented aspects of PITR... |
commit | commitdiff | tree | snapshot |
2004-08-04 |
Tom Lane | Dump comments on columns of composite types. |
commit | commitdiff | tree | snapshot |
2004-08-04 |
Dennis Bjorklund | Translation updates |
commit | commitdiff | tree | snapshot |
2004-08-04 |
Tom Lane | Make use of backup label/history files to control recov... |
commit | commitdiff | tree | snapshot |
2004-08-04 |
Tom Lane | Fix typo in comment. |
commit | commitdiff | tree | snapshot |
2004-08-04 |
Dennis Bjorklund | Add some strings for translation and remove some cut... |
commit | commitdiff | tree | snapshot |
2004-08-04 |
Bruce Momjian | Fix syntax error by adding a space. |
commit | commitdiff | tree | snapshot |
2004-08-03 |
Tom Lane | Preliminary documentation for PITR. |
commit | commitdiff | tree | snapshot |
2004-08-03 |
Tom Lane | Add functions pg_start_backup, pg_stop_backup to create... |
commit | commitdiff | tree | snapshot |
2004-08-03 |
Tom Lane | Fix misplacement of savepointLevel test, per report... |
commit | commitdiff | tree | snapshot |
2004-08-03 |
Peter Eisentraut | Translation update |
commit | commitdiff | tree | snapshot |
2004-08-03 |
Bruce Momjian | Move dbsize/oid2name to open items list. |
commit | commitdiff | tree | snapshot |
2004-08-02 |
Tom Lane | Fix not-quite-right Assertion. Did not work at all... |
commit | commitdiff | tree | snapshot |
2004-08-02 |
Tom Lane | Actually, there's no need to use pg_strcasecmp for... |
commit | commitdiff | tree | snapshot |
2004-08-02 |
Tom Lane | While perusing SQL92 I realized that we are delivering... |
commit | commitdiff | tree | snapshot |
next |