aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
* Fix tar files emitted by pg_basebackup to be POSIX conformant.Tom Lane2012-09-28
* Fix btmarkpos/btrestrpos to handle array keys.Tom Lane2012-09-27
* Have pg_terminate/cancel_backend not ERROR on non-existent processesAlvaro Herrera2012-09-27
* Fix examples of how to use "su" while starting the server.Tom Lane2012-09-25
* Prevent emitting "ALTER VIEW foo SET ()".Tom Lane2012-09-24
* Stamp 9.2.1.REL9_2_1Tom 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
* Put back AcceptInvalidationMessages calls in heap_openrv(_extended).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
* Fix planning of btree index scans using ScalarArrayOpExpr quals.Tom Lane2012-09-18
* Fix array_typanalyze to work for domains over arrays.Tom Lane2012-09-18
* Provide adequate documentation of the "table_name *" notation.Tom Lane2012-09-17
* Rethink heuristics for choosing index quals for parameterized paths.Tom Lane2012-09-16
* 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 case of window function + aggregate + GROUP BY expression.Tom Lane2012-09-13
* Fix typo in comment for pclose_check() function.Kevin Grittner2012-09-12
* Fix a couple other leftover uses of 'conisonly' terminology.Tom Lane2012-09-12
* Fix catalog docs to reflect connoinherit change in 09ff76f.Andrew Dunstan2012-09-12
* 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
* Add vcregress.pl target for checking pg_upgrade.Andrew Dunstan2012-09-10
* 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
* Adjust PL/Python regression tests some more for Python 3.3.Tom Lane2012-09-08
* Fix PARAM_EXEC assignment mechanism to be safe in the presence of WITH.Tom Lane2012-09-07
* Stamp 9.2.0.REL9_2_0Tom Lane2012-09-06
* Fix "too many arguments" messages not to index off the end of argv[].Robert Haas2012-09-06
* Translation updatesPeter Eisentraut2012-09-06
* Fix typo in information_schema documentation.Tom Lane2012-09-05
* In pg_upgrade, try a few times to open a log file.Andrew Dunstan2012-09-05
* Fix WAL file replacement during cascading replication on Windows.Heikki Linnakangas2012-09-05
* Fix inappropriate error messages for Hot Standby misconfiguration errors.Tom Lane2012-09-05
* Make one last copy-editing pass over the 9.2 release notes.Tom Lane2012-09-05
* Fix pg_upgrade test script's line end handling on Windows.Andrew Dunstan2012-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
* Silence -Wunused-result warning in contrib/pg_upgrade.Tom Lane2012-09-05
* Fix compiler warnings about unused variables, caused by my previous commit.Heikki Linnakangas2012-09-04
* In pg_upgrade, document why we can't issue \n\n in the command logfileBruce Momjian2012-09-05
* Fix bugs in cascading replication with recovery_target_timeline='latest'Heikki Linnakangas2012-09-04
* Fix serializable mode with index-only scans.Kevin Grittner2012-09-04
* Allow isolation tests to specify multiple setup blocks.Kevin Grittner2012-09-04
* Fix transcription error.Andrew Dunstan2012-09-04
* Document that pg_upgrade requires PGHOST be set for any pre-9.1 serversBruce Momjian2012-09-04
* Mention basebackup-from-slave next to cascading replicationMagnus Hagander2012-09-04