summaryrefslogtreecommitdiff
path: root/src/backend
AgeCommit message (Expand)Author
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-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-14Properly set relpersistence for fake relcache entries.Robert Haas
2012-09-13Fix case of window function + aggregate + GROUP BY expression.Tom Lane
2012-09-12Fix a couple other leftover uses of 'conisonly' terminology.Tom Lane
2012-09-12Fix logical errors in tsquery selectivity estimation for prefix queries.Tom Lane
2012-09-08Fix PARAM_EXEC assignment mechanism to be safe in the presence of WITH.Tom Lane
2012-09-06Translation updatesPeter Eisentraut
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-05Fix compiler warnings about unused variables, caused by my previous commit.Heikki Linnakangas
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-08-31Make configure probe for mbstowcs_l as well as wcstombs_l.Tom Lane
2012-08-31Back-patch recent fixes for gistchoose and gistRelocateBuildBuffersOnSplit.Tom Lane
2012-08-30Add missing period to detail message.Robert Haas
2012-08-27Fix DROP INDEX CONCURRENTLY IF EXISTS.Tom Lane
2012-08-24Fix issues with checks for unsupported transaction states in Hot Standby.Tom Lane
2012-08-24Translation updatesPeter Eisentraut
2012-08-23Fix cascading privilege revoke to notice when privileges are still held.Tom Lane
2012-08-17Check LIBXML_VERSION instead of testing in configure script.Tom Lane
2012-08-16Allow create_index_paths() to consider multiple join bitmapscan paths.Tom Lane
2012-08-16Fix GiST buffering build bug, which caused "failed to re-find parent" errors.Heikki Linnakangas
2012-08-15Fix rescan logic in nodeCtescan.Tom Lane
2012-08-15Disallow extensions from owning the schema they are assigned to.Tom Lane
2012-08-15Resurrect the "last ditch" code path in join_search_one_level().Tom Lane
2012-08-14Prevent access to external files/URLs via XML entity references.Tom Lane
2012-08-14Translation updatesPeter Eisentraut
2012-08-11Fix dependencies generated during ALTER TABLE ADD CONSTRAINT USING INDEX.Tom Lane
2012-08-10Fix upper limit of superuser_reserved_connections, add limit for wal_sendersMagnus Hagander
2012-08-09Turn off WalSender keepalives by default, users can enable if desiredSimon Riggs
2012-08-09Ensure all replication message info is available and correct via WalRcvSimon Riggs
2012-08-08Force archive_status of .done for xlogs created by dearchival/replication.Simon Riggs
2012-08-08Fix typo in commentAlvaro Herrera
2012-08-08Fix minor bug in XLogFileRead() that accidentally worked.Simon Riggs
2012-08-08Fix TwoPhaseGetDummyBackendId().Tom Lane
2012-08-07Fix redundant wordingAlvaro Herrera
2012-08-07fsync backup_label after pg_start_backup()Simon Riggs
2012-08-06Make strings identicalAlvaro Herrera
2012-08-03Fix bugs with parsing signed hh:mm and hh:mm:ss fields in interval input.Tom Lane
2012-08-03Improve underdocumented btree_xlog_delete_get_latestRemovedXid() code.Tom Lane
2012-08-03In SPGiST replay, do conflict resolution before modifying the page.Tom Lane
2012-08-02Translation updatesPeter Eisentraut
2012-08-02Fix race conditions associated with SPGiST redirection tuples.Tom Lane
2012-07-31Fix WITH attached to a nested set operation (UNION/INTERSECT/EXCEPT).Tom Lane
2012-07-31Fix syslogger so that log_truncate_on_rotation works in the first rotation.Tom Lane
2012-07-26Only allow autovacuum to be auto-canceled by a directly blocked process.Tom Lane
2012-07-26Log a better message when canceling autovacuum.Robert Haas