aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
...
* 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
* Adjust largeobject_1.source per buildfarm.Tom Lane2012-09-15
* psql: Add more constraint completionPeter Eisentraut2012-09-14
* Improve largeobject regression test to show size of object read from file.Tom Lane2012-09-14
* Add a regression test case based on bug #7516.Tom Lane2012-09-14
* Properly set relpersistence for fake relcache entries.Robert Haas2012-09-14
* Keep plperl's current_call_data record on the stack, instead of palloc'ing.Tom Lane2012-09-13
* 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 logical errors in tsquery selectivity estimation for prefix queries.Tom Lane2012-09-11
* Fix typo: lexemes misspelled in full text search docs.Kevin Grittner2012-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
* Centralize libpq's low-level code for dropping a connection.Tom Lane2012-09-07
* Update syntax shown for \copy to match new syntax for COPY.Robert Haas2012-09-06
* Fix "too many arguments" messages not to index off the end of argv[].Robert Haas2012-09-06
* Allow embedded spaces without quoting in unix_socket_directories entries.Tom Lane2012-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
* pgbench: Show better progress when loading tuplesPeter Eisentraut2012-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
* sepgsql cleanups.Robert Haas2012-09-05
* Fix PARAM_EXEC assignment mechanism to be safe in the presence of WITH.Tom Lane2012-09-05
* Trim spgist_private.h inclusionAlvaro Herrera2012-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
* Remove src/tool/backend, now that the content is on the web site and wiki.Bruce Momjian2012-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
* Change "restoring" to "processing" in message from pg_dumpMagnus Hagander2012-09-04
* Mention basebackup-from-slave next to cascading replicationMagnus Hagander2012-09-04
* Fix command echoing in pg_upgade's analyze script for Windows.Andrew Dunstan2012-09-04
* Remove some useless trailing whitespaceMagnus Hagander2012-09-04
* Indent fix_path_separator() header properly.Andrew Dunstan2012-09-03
* Fix to_date() and to_timestamp() to allow specification of the day ofBruce Momjian2012-09-03
* Allow pg_upgrade "make check" to run on Windows/MSys.Andrew Dunstan2012-09-03