summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2012-09-19Update release notes for 9.2.1, 9.1.6, 9.0.10, 8.4.14, 8.3.21.Tom Lane
2012-09-19Put back AcceptInvalidationMessages calls in heap_openrv(_extended).Tom Lane
2012-09-19Update time zone data files to tzdata release 2012f.Tom Lane
2012-09-19Translation updatesPeter Eisentraut
2012-09-19pg_upgrade: Remove check for pg_configPeter Eisentraut
2012-09-18Fix planning of btree index scans using ScalarArrayOpExpr quals.Tom Lane
2012-09-18Fix array_typanalyze to work for domains over arrays.Tom Lane
2012-09-17Provide adequate documentation of the "table_name *" notation.Tom Lane
2012-09-16Rethink heuristics for choosing index quals for parameterized paths.Tom Lane
2012-09-16Fix bufmgr so CHECKPOINT_END_OF_RECOVERY behaves as a shutdown checkpoint.Simon Riggs
2012-09-16Fix documentation reference to maximum allowed for autovacuum_freeze_max_age.Kevin Grittner
2012-09-14Back-patch fix and test case for bug #7516.Tom Lane
2012-09-14Properly set relpersistence for fake relcache entries.Robert Haas
2012-09-13Fix case of window function + aggregate + GROUP BY expression.Tom Lane
2012-09-13Fix typo in comment for pclose_check() function.Kevin Grittner
2012-09-12Fix a couple other leftover uses of 'conisonly' terminology.Tom Lane
2012-09-12Fix catalog docs to reflect connoinherit change in 09ff76f.Andrew Dunstan
2012-09-12Fix typo: lexemes misspelled in full text search docs.Kevin Grittner
2012-09-12Fix logical errors in tsquery selectivity estimation for prefix queries.Tom Lane
2012-09-10Add vcregress.pl target for checking pg_upgrade.Andrew Dunstan
2012-09-10Make plperl safe against functions that are redefined while running.Tom Lane
2012-09-09Use .NOTPARALLEL in ecpg/Makefile to avoid a gmake parallelism bug.Tom Lane
2012-09-08Adjust PL/Python regression tests some more for Python 3.3.Tom Lane
2012-09-08Fix PARAM_EXEC assignment mechanism to be safe in the presence of WITH.Tom Lane
2012-09-06Stamp 9.2.0.REL9_2_0Tom Lane
2012-09-06Fix "too many arguments" messages not to index off the end of argv[].Robert Haas
2012-09-06Translation updatesPeter Eisentraut
2012-09-06Fix typo in information_schema documentation.Tom Lane
2012-09-06In pg_upgrade, try a few times to open a log file.Andrew Dunstan
2012-09-06Fix WAL file replacement during cascading replication on Windows.Heikki Linnakangas
2012-09-06Fix inappropriate error messages for Hot Standby misconfiguration errors.Tom Lane
2012-09-06Make one last copy-editing pass over the 9.2 release notes.Tom Lane
2012-09-05Fix pg_upgrade test script's line end handling on Windows.Andrew Dunstan
2012-09-05Fix line end mishandling in pg_upgrade on Windows.Andrew Dunstan
2012-09-05Restore SIGFPE handler after initializing PL/Perl.Tom Lane
2012-09-05Silence -Wunused-result warning in contrib/pg_upgrade.Tom Lane
2012-09-05Fix compiler warnings about unused variables, caused by my previous commit.Heikki Linnakangas
2012-09-05In pg_upgrade, document why we can't issue \n\n in the command logfileBruce Momjian
2012-09-05Fix bugs in cascading replication with recovery_target_timeline='latest'Heikki Linnakangas
2012-09-05Fix serializable mode with index-only scans.Kevin Grittner
2012-09-05Allow isolation tests to specify multiple setup blocks.Kevin Grittner
2012-09-04Fix transcription error.Andrew Dunstan
2012-09-04Document that pg_upgrade requires PGHOST be set for any pre-9.1 serversBruce Momjian
2012-09-04Mention basebackup-from-slave next to cascading replicationMagnus Hagander
2012-09-04Fix command echoing in pg_upgade's analyze script for Windows.Andrew Dunstan
2012-09-04Indent fix_path_separator() header properly.Andrew Dunstan
2012-09-04Allow pg_upgrade "make check" to run on Windows/MSys.Andrew Dunstan
2012-09-04In pg_upgrade, pull the port number from postmaster.pid, like we do forBruce Momjian
2012-09-03Use correct path separator for Windows builtin commands.Andrew Dunstan
2012-09-03Fix bugs in exec.c that prevented pg_upgrade working in Windows.Andrew Dunstan