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