aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
* Warn more vigorously about the non-transactional behavior of sequences.Robert Haas2012-08-06
* Make strings identicalAlvaro Herrera2012-08-06
* Complain with proper error message if streaming stops prematurelyMagnus Hagander2012-08-06
* Perform conversion from Python unicode to string/bytes object via UTF-8.Heikki Linnakangas2012-08-06
* Reword documentation for concurrent index rebuilds to be clearer.Bruce Momjian2012-08-04
* Fix bugs with parsing signed hh:mm and hh:mm:ss fields in interval input.Tom Lane2012-08-03
* Add link to synchronous_commit variables in high availability docs.Bruce Momjian2012-08-03
* Improve underdocumented btree_xlog_delete_get_latestRemovedXid() code.Tom Lane2012-08-03
* In SPGiST replay, do conflict resolution before modifying the page.Tom Lane2012-08-03
* Document that trying to exceed temp_file_limit causes a query cancel.Bruce Momjian2012-08-03
* Document that, for psql -c, only the result of the last command isBruce Momjian2012-08-03
* In pg_upgrade, use pg_log() instead of prep_status() forBruce Momjian2012-08-03
* Stamp 9.2beta3.REL9_2_BETA3Tom Lane2012-08-02
* Translation updatesPeter Eisentraut2012-08-02
* Fix race conditions associated with SPGiST redirection tuples.Tom Lane2012-08-02
* Update release notes for libpq feature change.Tom Lane2012-08-02
* Replace libpq's "row processor" API with a "single row" mode.Tom Lane2012-08-02
* Add documentation cross-reference for JSON functions.Tom Lane2012-08-01
* Fix WITH attached to a nested set operation (UNION/INTERSECT/EXCEPT).Tom Lane2012-07-31
* Fix syslogger so that log_truncate_on_rotation works in the first rotation.Tom Lane2012-07-31
* pg_basebackup: stylistic adjustmentsAlvaro Herrera2012-07-31
* Fix memory and file descriptor leaks in pg_receivexlog/pg_basebackupAlvaro Herrera2012-07-31
* Now that the diskchecker.pl author has updated the download link on hisBruce Momjian2012-07-30
* Improve reporting of error situations in find_other_exec().Tom Lane2012-07-27
* Update doc mention of diskchecker.pl to add URL for script; retain URLBruce Momjian2012-07-26
* Document that the pg_upgrade user of rsync might want to skip someBruce Momjian2012-07-26
* Only allow autovacuum to be auto-canceled by a directly blocked process.Tom Lane2012-07-26
* Log a better message when canceling autovacuum.Robert Haas2012-07-26
* Simplify pg_upgrade's handling when returning directory listings.Bruce Momjian2012-07-26
* Fix longstanding crash-safety bug with newly-created-or-reset sequences.Tom Lane2012-07-25
* Document that pg_basebackup will create its output directoryPeter Eisentraut2012-07-25
* Add translator comments to module namesAlvaro Herrera2012-07-25
* Change syntax of new CHECK NO INHERIT constraintsAlvaro Herrera2012-07-24
* Fix name collision between concurrent regression tests.Tom Lane2012-07-22
* Account for SRFs in targetlists in planner rowcount estimates.Tom Lane2012-07-21
* Remove now unneeded results file for disabled prepared transactions case.Andrew Dunstan2012-07-20
* Remove prepared transactions from main isolation test schedule.Andrew Dunstan2012-07-20
* pg_dump: Simplify mkdir() error checkingPeter Eisentraut2012-07-20
* connoinherit may be true only for CHECK constraintsAlvaro Herrera2012-07-20
* Fix whole-row Var evaluation to cope with resjunk columns (again).Tom Lane2012-07-20
* Rethink checkpointer's fsync-request table representation.Tom Lane2012-07-19
* Send only one FORGET_RELATION_FSYNC request when dropping a relation.Tom Lane2012-07-19
* Refactor the way code is shared between some range type functions.Heikki Linnakangas2012-07-18
* Fix statistics breakage from bgwriter/checkpointer process split.Tom Lane2012-07-18
* Fix management of pendingOpsTable in auxiliary processes.Tom Lane2012-07-18
* Get rid of useless global variable in pg_upgrade.Tom Lane2012-07-18
* Improve pg_upgrade's load_directory() function.Tom Lane2012-07-18
* Improve coding around the fsync request queue.Tom Lane2012-07-17
* Show step titles in the pg_upgrade man pagePeter Eisentraut2012-07-17
* Remove recently added PL/Perl encoding testsAlvaro Herrera2012-07-17