aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
* Fix ruleutils to print "INSERT INTO foo DEFAULT VALUES" correctly.Tom Lane2012-10-19
* Further tweaking of the readfile() function in pg_ctl.Heikki Linnakangas2012-10-18
* Fix planning of non-strict equivalence clauses above outer joins.Tom Lane2012-10-18
* Close un-owned SMgrRelations at transaction end.Tom Lane2012-10-17
* Revert "Use "transient" files for blind writes, take 2".Tom Lane2012-10-17
* Fix typo in previous commitSimon Riggs2012-10-17
* Clarify hash index caution and copy to CREATE INDEX docsSimon Riggs2012-10-17
* Fix race condition in pg_ctl reading postmaster.pid.Heikki Linnakangas2012-10-15
* Split up process latch initialization for more-fail-soft behavior.Tom Lane2012-10-14
* Fix cross-type case in partial row matching for hashed subplans.Tom Lane2012-10-11
* Fix PGXS support for building loadable modules on AIX.Tom Lane2012-10-09
* Fix lo_import and lo_export to return useful error messages more often.Tom Lane2012-10-08
* Fix lo_export usage in example programs.Tom Lane2012-10-08
* Say ANALYZE, not VACUUM, in error message on analyze in hot standby.Heikki Linnakangas2012-10-08
* Removed sentence about not being able to retrieve more than one row at a time,Michael Meskes2012-10-05
* Fixed test for array boundary.Michael Meskes2012-10-05
* Fix permissions explanations in CREATE DATABASE and CREATE SCHEMA docs.Tom Lane2012-10-04
* REASSIGN OWNED: consider grants on tablespaces, tooAlvaro Herrera2012-10-03
* 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