index
:
postgresql
REL_16_STABLE
master
postgresql mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
*
Fix tar files emitted by pg_basebackup to be POSIX conformant.
Tom Lane
2012-09-28
*
Fix btmarkpos/btrestrpos to handle array keys.
Tom Lane
2012-09-27
*
Have pg_terminate/cancel_backend not ERROR on non-existent processes
Alvaro Herrera
2012-09-27
*
Fix examples of how to use "su" while starting the server.
Tom Lane
2012-09-25
*
Prevent emitting "ALTER VIEW foo SET ()".
Tom Lane
2012-09-24
*
Stamp 9.2.1.
REL9_2_1
Tom Lane
2012-09-19
*
Update release notes for 9.2.1, 9.1.6, 9.0.10, 8.4.14, 8.3.21.
Tom Lane
2012-09-19
*
Put back AcceptInvalidationMessages calls in heap_openrv(_extended).
Tom Lane
2012-09-19
*
Update time zone data files to tzdata release 2012f.
Tom Lane
2012-09-19
*
Translation updates
Peter Eisentraut
2012-09-19
*
pg_upgrade: Remove check for pg_config
Peter Eisentraut
2012-09-18
*
Fix planning of btree index scans using ScalarArrayOpExpr quals.
Tom Lane
2012-09-18
*
Fix array_typanalyze to work for domains over arrays.
Tom Lane
2012-09-18
*
Provide adequate documentation of the "table_name *" notation.
Tom Lane
2012-09-17
*
Rethink heuristics for choosing index quals for parameterized paths.
Tom Lane
2012-09-16
*
Fix bufmgr so CHECKPOINT_END_OF_RECOVERY behaves as a shutdown checkpoint.
Simon Riggs
2012-09-16
*
Fix documentation reference to maximum allowed for autovacuum_freeze_max_age.
Kevin Grittner
2012-09-16
*
Back-patch fix and test case for bug #7516.
Tom Lane
2012-09-14
*
Properly set relpersistence for fake relcache entries.
Robert Haas
2012-09-14
*
Fix case of window function + aggregate + GROUP BY expression.
Tom Lane
2012-09-13
*
Fix typo in comment for pclose_check() function.
Kevin Grittner
2012-09-12
*
Fix a couple other leftover uses of 'conisonly' terminology.
Tom Lane
2012-09-12
*
Fix catalog docs to reflect connoinherit change in 09ff76f.
Andrew Dunstan
2012-09-12
*
Fix typo: lexemes misspelled in full text search docs.
Kevin Grittner
2012-09-12
*
Fix logical errors in tsquery selectivity estimation for prefix queries.
Tom Lane
2012-09-11
*
Add vcregress.pl target for checking pg_upgrade.
Andrew Dunstan
2012-09-10
*
Make plperl safe against functions that are redefined while running.
Tom Lane
2012-09-09
*
Use .NOTPARALLEL in ecpg/Makefile to avoid a gmake parallelism bug.
Tom Lane
2012-09-09
*
Adjust PL/Python regression tests some more for Python 3.3.
Tom Lane
2012-09-08
*
Fix PARAM_EXEC assignment mechanism to be safe in the presence of WITH.
Tom Lane
2012-09-07
*
Stamp 9.2.0.
REL9_2_0
Tom Lane
2012-09-06
*
Fix "too many arguments" messages not to index off the end of argv[].
Robert Haas
2012-09-06
*
Translation updates
Peter Eisentraut
2012-09-06
*
Fix typo in information_schema documentation.
Tom Lane
2012-09-05
*
In pg_upgrade, try a few times to open a log file.
Andrew Dunstan
2012-09-05
*
Fix WAL file replacement during cascading replication on Windows.
Heikki Linnakangas
2012-09-05
*
Fix inappropriate error messages for Hot Standby misconfiguration errors.
Tom Lane
2012-09-05
*
Make one last copy-editing pass over the 9.2 release notes.
Tom Lane
2012-09-05
*
Fix pg_upgrade test script's line end handling on Windows.
Andrew Dunstan
2012-09-05
*
Fix line end mishandling in pg_upgrade on Windows.
Andrew Dunstan
2012-09-05
*
Restore SIGFPE handler after initializing PL/Perl.
Tom Lane
2012-09-05
*
Silence -Wunused-result warning in contrib/pg_upgrade.
Tom Lane
2012-09-05
*
Fix compiler warnings about unused variables, caused by my previous commit.
Heikki Linnakangas
2012-09-04
*
In pg_upgrade, document why we can't issue \n\n in the command logfile
Bruce Momjian
2012-09-05
*
Fix bugs in cascading replication with recovery_target_timeline='latest'
Heikki Linnakangas
2012-09-04
*
Fix serializable mode with index-only scans.
Kevin Grittner
2012-09-04
*
Allow isolation tests to specify multiple setup blocks.
Kevin Grittner
2012-09-04
*
Fix transcription error.
Andrew Dunstan
2012-09-04
*
Document that pg_upgrade requires PGHOST be set for any pre-9.1 servers
Bruce Momjian
2012-09-04
*
Mention basebackup-from-slave next to cascading replication
Magnus Hagander
2012-09-04
[next]