index
:
postgresql
REL_16_STABLE
master
postgresql mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
backend
Commit message (
Expand
)
Author
Age
*
Fix access past end of string in date parsing.
Heikki Linnakangas
2012-10-02
*
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
*
Put back AcceptInvalidationMessages calls in heap_openrv(_extended).
Tom Lane
2012-09-19
*
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
*
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
*
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 a couple other leftover uses of 'conisonly' terminology.
Tom Lane
2012-09-12
*
Fix logical errors in tsquery selectivity estimation for prefix queries.
Tom Lane
2012-09-11
*
Fix PARAM_EXEC assignment mechanism to be safe in the presence of WITH.
Tom Lane
2012-09-07
*
Translation updates
Peter Eisentraut
2012-09-06
*
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
*
Fix compiler warnings about unused variables, caused by my previous commit.
Heikki Linnakangas
2012-09-04
*
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
*
Make configure probe for mbstowcs_l as well as wcstombs_l.
Tom Lane
2012-08-31
*
Back-patch recent fixes for gistchoose and gistRelocateBuildBuffersOnSplit.
Tom Lane
2012-08-30
*
Add missing period to detail message.
Robert Haas
2012-08-30
*
Fix DROP INDEX CONCURRENTLY IF EXISTS.
Tom Lane
2012-08-27
*
Fix issues with checks for unsupported transaction states in Hot Standby.
Tom Lane
2012-08-24
*
Translation updates
Peter Eisentraut
2012-08-23
*
Fix cascading privilege revoke to notice when privileges are still held.
Tom Lane
2012-08-23
*
Check LIBXML_VERSION instead of testing in configure script.
Tom Lane
2012-08-17
*
Allow create_index_paths() to consider multiple join bitmapscan paths.
Tom Lane
2012-08-16
*
Fix GiST buffering build bug, which caused "failed to re-find parent" errors.
Heikki Linnakangas
2012-08-16
*
Fix rescan logic in nodeCtescan.
Tom Lane
2012-08-15
*
Disallow extensions from owning the schema they are assigned to.
Tom Lane
2012-08-15
*
Resurrect the "last ditch" code path in join_search_one_level().
Tom Lane
2012-08-15
*
Prevent access to external files/URLs via XML entity references.
Tom Lane
2012-08-14
*
Translation updates
Peter Eisentraut
2012-08-14
*
Fix dependencies generated during ALTER TABLE ADD CONSTRAINT USING INDEX.
Tom Lane
2012-08-11
*
Fix upper limit of superuser_reserved_connections, add limit for wal_senders
Magnus Hagander
2012-08-10
*
Turn off WalSender keepalives by default, users can enable if desired
Simon Riggs
2012-08-09
*
Ensure all replication message info is available and correct via WalRcv
Simon Riggs
2012-08-09
*
Force archive_status of .done for xlogs created by dearchival/replication.
Simon Riggs
2012-08-08
*
Fix typo in comment
Alvaro Herrera
2012-08-08
*
Fix minor bug in XLogFileRead() that accidentally worked.
Simon Riggs
2012-08-08
*
Fix TwoPhaseGetDummyBackendId().
Tom Lane
2012-08-08
*
Fix redundant wording
Alvaro Herrera
2012-08-07
*
fsync backup_label after pg_start_backup()
Simon Riggs
2012-08-07
*
Make strings identical
Alvaro Herrera
2012-08-06
*
Fix bugs with parsing signed hh:mm and hh:mm:ss fields in interval input.
Tom Lane
2012-08-03
*
Improve underdocumented btree_xlog_delete_get_latestRemovedXid() code.
Tom Lane
2012-08-03
*
In SPGiST replay, do conflict resolution before modifying the page.
Tom Lane
2012-08-03
*
Translation updates
Peter Eisentraut
2012-08-02
[next]