aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
* Fix access past end of string in date parsing.Heikki Linnakangas2012-10-02
* Fix bugs in "restore.sql" script emitted in pg_dump tar output.Tom Lane2012-09-29
* Fix tar files emitted by pg_basebackup to be POSIX conformant.Tom Lane2012-09-28
* Fix examples of how to use "su" while starting the server.Tom Lane2012-09-25
* Stamp 9.1.6.REL9_1_6Tom Lane2012-09-19
* Update release notes for 9.2.1, 9.1.6, 9.0.10, 8.4.14, 8.3.21.Tom Lane2012-09-19
* Update time zone data files to tzdata release 2012f.Tom Lane2012-09-19
* Translation updatesPeter Eisentraut2012-09-19
* pg_upgrade: Remove check for pg_configPeter Eisentraut2012-09-18
* Provide adequate documentation of the "table_name *" notation.Tom Lane2012-09-17
* Fix bufmgr so CHECKPOINT_END_OF_RECOVERY behaves as a shutdown checkpoint.Simon Riggs2012-09-16
* Fix documentation reference to maximum allowed for autovacuum_freeze_max_age.Kevin Grittner2012-09-16
* Back-patch fix and test case for bug #7516.Tom Lane2012-09-14
* Properly set relpersistence for fake relcache entries.Robert Haas2012-09-14
* Fix typo: lexemes misspelled in full text search docs.Kevin Grittner2012-09-12
* Fix logical errors in tsquery selectivity estimation for prefix queries.Tom Lane2012-09-11
* Make plperl safe against functions that are redefined while running.Tom Lane2012-09-09
* Use .NOTPARALLEL in ecpg/Makefile to avoid a gmake parallelism bug.Tom Lane2012-09-09
* Fix PARAM_EXEC assignment mechanism to be safe in the presence of WITH.Tom Lane2012-09-07
* Fix "too many arguments" messages not to index off the end of argv[].Robert Haas2012-09-06
* Fix inappropriate error messages for Hot Standby misconfiguration errors.Tom Lane2012-09-05
* Fix line end mishandling in pg_upgrade on Windows.Andrew Dunstan2012-09-05
* Restore SIGFPE handler after initializing PL/Perl.Tom Lane2012-09-05
* Indent fix_path_separator() header properly.Andrew Dunstan2012-09-03
* Use correct path separator for Windows builtin commands.Andrew Dunstan2012-09-03
* Make configure probe for mbstowcs_l as well as wcstombs_l.Tom Lane2012-08-31
* Back-patch recent fixes for gistchoose and gistRelocateBuildBuffersOnSplit.Tom Lane2012-08-30
* Document how to prevent PostgreSQL itself from exhausting memory.Robert Haas2012-08-30
* Add missing period to detail message.Robert Haas2012-08-30
* Back-patch fixes for some issues in our Windows socket code into 9.1.Robert Haas2012-08-27
* Fix issues with checks for unsupported transaction states in Hot Standby.Tom Lane2012-08-24
* Fix cascading privilege revoke to notice when privileges are still held.Tom Lane2012-08-23
* Fix bugs in contrib/pg_trgm's LIKE pattern analysis code.Tom Lane2012-08-20
* Fix rescan logic in nodeCtescan.Tom Lane2012-08-15
* Disallow extensions from owning the schema they are assigned to.Tom Lane2012-08-15
* Stamp 9.1.5.REL9_1_5Tom 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
* Update time zone data files to tzdata release 2012e.Tom Lane2012-08-14
* Fix dependencies generated during ALTER TABLE ADD CONSTRAINT USING INDEX.Tom Lane2012-08-11
* Fix upper limit of superuser_reserved_connections, add limit for wal_sendersMagnus Hagander2012-08-10
* Update isolation tests' README file.Tom Lane2012-08-08
* 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
* 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