aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
* Stamp 9.2rc1.REL9_2_RC1Tom Lane2012-08-23
* Fix cascading privilege revoke to notice when privileges are still held.Tom Lane2012-08-23
* Fix typo in example.Heikki Linnakangas2012-08-23
* Remove overly-pessimistic statement about constraint exclusion.Tom Lane2012-08-22
* Make a cut at a major-features list for 9.2.Tom Lane2012-08-22
* Make an editorial pass over the 9.2 release notes.Tom Lane2012-08-22
* Fix erroneous documentation of synchronous_commit = remote_write.Tom Lane2012-08-22
* Update 9.2 release notes to reflect commits to date.Tom Lane2012-08-21
* Fix dumping of security_barrier views with circular dependencies.Tom Lane2012-08-21
* Fix bugs in contrib/pg_trgm's LIKE pattern analysis code.Tom Lane2012-08-20
* Check LIBXML_VERSION instead of testing in configure script.Tom Lane2012-08-17
* Allow create_index_paths() to consider multiple join bitmapscan paths.Tom Lane2012-08-16
* Fix GiST buffering build bug, which caused "failed to re-find parent" errors.Heikki Linnakangas2012-08-16
* Fix rescan logic in nodeCtescan.Tom Lane2012-08-15
* Disallow extensions from owning the schema they are assigned to.Tom Lane2012-08-15
* Resurrect the "last ditch" code path in join_search_one_level().Tom Lane2012-08-15
* Stamp 9.2beta4.REL9_2_BETA4Tom Lane2012-08-14
* Update release notes for 9.1.5, 9.0.9, 8.4.13, 8.3.20.Tom Lane2012-08-14
* Prevent access to external files/URLs via contrib/xml2's xslt_process().Tom Lane2012-08-14
* Prevent access to external files/URLs via XML entity references.Tom Lane2012-08-14
* Translation updatesPeter Eisentraut2012-08-14
* In documentation, change "recommendable" to "recommended", perBruce Momjian2012-08-14
* Update time zone data files to tzdata release 2012e.Tom Lane2012-08-14
* Add link from COPY ref page to psql \copy.Tom Lane2012-08-11
* Fix dependencies generated during ALTER TABLE ADD CONSTRAINT USING INDEX.Tom Lane2012-08-11
* Prevent pg_upgrade from crashing if it can't write to the currentBruce Momjian2012-08-10
* Fix upper limit of superuser_reserved_connections, add limit for wal_sendersMagnus Hagander2012-08-10
* Turn off WalSender keepalives by default, users can enable if desiredSimon Riggs2012-08-09
* Ensure all replication message info is available and correct via WalRcvSimon Riggs2012-08-09
* Force archive_status of .done for xlogs created by dearchival/replication.Simon Riggs2012-08-08
* Fix typo in commentAlvaro Herrera2012-08-08
* Doc correction to point out that 9.2+ can overwrite pg_xlog files.Simon Riggs2012-08-08
* Fix minor bug in XLogFileRead() that accidentally worked.Simon Riggs2012-08-08
* Update isolation tests' README file.Tom Lane2012-08-08
* Fix TwoPhaseGetDummyBackendId().Tom Lane2012-08-08
* Fix pg_upgrade file share violation on Windows created by the commitBruce Momjian2012-08-07
* Fix redundant wordingAlvaro Herrera2012-08-07
* fsync backup_label after pg_start_backup()Simon Riggs2012-08-07
* Typo fixes for previous commit.Robert Haas2012-08-06
* 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