aboutsummaryrefslogtreecommitdiff
path: root/src/backend
Commit message (Expand)AuthorAge
* Update the location of last removed WAL segment in shared memory onlyHeikki Linnakangas2010-04-12
* Need to use the start pointer of a block we read from WAL segment inHeikki Linnakangas2010-04-12
* Change the logic to decide when to delete old WAL segments, so that itHeikki Linnakangas2010-04-12
* Make smart shutdown work in combination with Hot Standby/Streaming Replication.Robert Haas2010-04-08
* Fix to_char YYY, YY, Y format codes so that FM zero-suppression really works,Tom Lane2010-04-07
* Allow quotes to be escaped in recovery.conf, by doubling them. This patchHeikki Linnakangas2010-04-07
* Forbid using pg_xlogfile_name() and pg_xlogfile_name_offset() duringHeikki Linnakangas2010-04-07
* Further message changes when recovery.conf parameters missing.Simon Riggs2010-04-06
* Rename "Log-streaming replication parameters" header to "Standby serverHeikki Linnakangas2010-04-06
* Change some debug ereports to elogs, as requested by translation team.Simon Riggs2010-04-06
* Arrange to remove pg_default_acl entries completely if their ACL settingTom Lane2010-04-05
* Fix updateAclDependencies() to not assume that ACL role dependencies can onlyTom Lane2010-04-05
* Improve phrasing of warning message for NOTIFY queue getting too full.Tom Lane2010-04-05
* Check compulsory parameters in recovery.conf in standby_mode, per docs.Simon Riggs2010-04-02
* Move system startup message prior to any calls out of data directory.Simon Riggs2010-04-02
* Don't pass an invalid file handle to dup2(). That causes a crash onHeikki Linnakangas2010-04-01
* Refer to max_wal_senders in a more consistent fashion.Robert Haas2010-04-01
* Change recovery.conf.sample to match postgresql.conf by showing onlyBruce Momjian2010-03-31
* Fix "constraint_exclusion = partition" logic so that it will also attemptTom Lane2010-03-30
* Change the retry-loop in standby mode to also try restoring files fromHeikki Linnakangas2010-03-30
* Message tuningPeter Eisentraut2010-03-30
* Properly initialize local varaible inBruce Momjian2010-03-30
* Add comma missing from postgresql.conf comment.Bruce Momjian2010-03-30
* Edit recovery.conf.sample so it matches docs. Change standby_modeSimon Riggs2010-03-29
* Rework join-removal logic as per recent discussion. In particular thisTom Lane2010-03-28
* Derive latestRemovedXid for btree deletes by reading heap pages. TheSimon Riggs2010-03-28
* Flush CopyOutResponse when starting streaming in walsender, so that it'sHeikki Linnakangas2010-03-26
* Modify some new and pre-existing messages for translatability.Simon Riggs2010-03-25
* Prevent ALTER USER f RESET ALL from removing the settings that were put thereAlvaro Herrera2010-03-25
* Additional thoughts on WALSender cpu reduction. Use long typeSimon Riggs2010-03-24
* Change replication connection log format to allow for a databaseSimon Riggs2010-03-24
* Reduce CPU utilisation of WALSender process. Process was using 10% CPUSimon Riggs2010-03-24
* Fix thinko in log message for "sameuser" ident map mismatch: the providedTom Lane2010-03-24
* Now that we know last_statrequest > last_statwrite can be observed in theTom Lane2010-03-24
* Update description of walrcv_receive() function to match reality.Heikki Linnakangas2010-03-24
* Document in postgresql.conf that the max_standby_delay default is 30Bruce Momjian2010-03-24
* Shorten suffix of automatically created indexes to "_excl" when usingSimon Riggs2010-03-22
* Fix an oversight in join-removal optimization: we have to check not only forTom Lane2010-03-22
* Message tuningPeter Eisentraut2010-03-21
* Clear error_context_stack and debug_query_string at the beginning of proc_exit,Tom Lane2010-03-20
* Forbid renaming columns of objects whose column names are system-generated.Robert Haas2010-03-20
* Modify error context callback functions to not assume that they can fetchTom Lane2010-03-19
* Add connection messages for streaming replication. log_connectionsSimon Riggs2010-03-19
* Minor tweaks on libpqrcv_connect(): ensure conninfo_repl[] isSimon Riggs2010-03-19
* Adjust comment in .history file to match recovery target specified. CommentSimon Riggs2010-03-19
* Reset btpo.xact following recovery of btree delete page. Add btpo_xactSimon Riggs2010-03-19
* Add restartpoint_command option to recovery.conf. Fix bug in %r handlingHeikki Linnakangas2010-03-18
* Add vacuum_defer_cleanup_age to postgresql.conf.sample.Simon Riggs2010-03-18
* Pass incompletely-transformed aggregate argument lists as separate parametersTom Lane2010-03-17
* Throw a nicer error message if a standby server attempts to connect whileHeikki Linnakangas2010-03-16