aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
* Fix comment about which version had BACKUP METHOD line in backup_lable, again.Heikki Linnakangas2011-08-17
* Adjust wording now that estimated size can increaseMagnus Hagander2011-08-17
* Move \r out of translatable stringsPeter Eisentraut2011-08-17
* MacOS -> Mac OSPeter Eisentraut2011-08-17
* Revise sinval code to remove no-longer-used tuple TID from inval messages.Tom Lane2011-08-16
* Forget about targeting catalog cache invalidations by tuple TID.Tom Lane2011-08-16
* Fix incorrect order of operations during sinval reset processing.Tom Lane2011-08-16
* Preserve toast value OIDs in toast-swap-by-content for CLUSTER/VACUUM FULL.Tom Lane2011-08-16
* Fix race condition in relcache init file invalidation.Tom Lane2011-08-16
* Adjust total size in pg_basebackup progress report when reality changesMagnus Hagander2011-08-16
* Fix bogus comment that claimed that the new BACKUP METHOD line inHeikki Linnakangas2011-08-16
* Make pg_basebackup progress report translatablePeter Eisentraut2011-08-16
* Use less cryptic variable namesPeter Eisentraut2011-08-16
* In pg_upgrade, avoid dumping orphaned temporary tables. This makes theBruce Momjian2011-08-15
* Adjust regression tests for error message changePeter Eisentraut2011-08-15
* Add "Reason code" prefix to internal SSI error messagesPeter Eisentraut2011-08-15
* Fix unsafe order of operations in foreign-table DDL commands.Tom Lane2011-08-14
* Message style improvementsPeter Eisentraut2011-08-14
* Fix typoPeter Eisentraut2011-08-14
* Fix incorrect timeout handling during initial authentication transaction.Tom Lane2011-08-13
* Make USECS_PER_* timestamp macros visible even when we are not usingBruce Momjian2011-08-12
* Add major features list and introductory text for 9.1 release notes.Bruce Momjian2011-08-11
* Teach unix_latch.c to use poll() where available.Tom Lane2011-08-11
* Display both per-table and per-column FDW options in psql's \d output.Robert Haas2011-08-11
* Unbreak legacy syntax "COMMENT ON RULE x IS y", with no relation name.Robert Haas2011-08-11
* Change psql's \dd command to do something more useful.Robert Haas2011-08-11
* Remove wal_sender_delay GUC, because it's no longer useful.Tom Lane2011-08-10
* Add a bit of debug logging to backend_read_statsfile().Tom Lane2011-08-10
* Change the autovacuum launcher to use WaitLatch instead of a poll loop.Tom Lane2011-08-10
* Oops, we're working on version 9.2 already, not 9.1. Update theHeikki Linnakangas2011-08-10
* If backup-end record is not seen, and we reach end of recovery from aHeikki Linnakangas2011-08-10
* Measure WaitLatch's timeout parameter in milliseconds, not microseconds.Tom Lane2011-08-09
* Documentation improvement and minor code cleanups for the latch facility.Tom Lane2011-08-09
* Avoid creating PlaceHolderVars immediately within PlaceHolderVars.Tom Lane2011-08-09
* Use clearer notation for getnameinfo() return handlingPeter Eisentraut2011-08-09
* Change the way string relopts are allocated.Heikki Linnakangas2011-08-09
* Fix grammar and spelling in log message.Heikki Linnakangas2011-08-09
* Fix nested PlaceHolderVar expressions that appear only in targetlists.Tom Lane2011-08-09
* Teach psql to display the comments on SQL/MED objects in verbose mode.Robert Haas2011-08-08
* Teach psql to display the comments on conversions and domains.Robert Haas2011-08-08
* Teach vacuumlo to limit number of removals, via new -l option.Robert Haas2011-08-08
* Correct the lie in pg_config.h.win32 about having inttypes.h.Andrew Dunstan2011-08-08
* Add "Compatibility" section to ALTER EXTENSION reference pagePeter Eisentraut2011-08-07
* Remove whitespace from end of linesPeter Eisentraut2011-08-07
* Rename "Example" sections to "Examples" in dblink chapterPeter Eisentraut2011-08-07
* Fix a whitespace issue with the man pagesPeter Eisentraut2011-08-07
* Clean up ill-advised attempt to invent a private set of Node tags.Tom Lane2011-08-06
* Fix thinko in documentation of local_preload_libraries.Tom Lane2011-08-05
* Reduce PG_SYSLOG_LIMIT to 900 bytes.Tom Lane2011-08-05
* Allow per-column foreign data wrapper options.Robert Haas2011-08-05