aboutsummaryrefslogtreecommitdiff
path: root/src/backend
Commit message (Expand)AuthorAge
* Fix access past end of string in date parsing.Heikki Linnakangas2012-10-02
* Fix tar files emitted by pg_basebackup to be POSIX conformant.Tom Lane2012-09-28
* Fix btmarkpos/btrestrpos to handle array keys.Tom Lane2012-09-27
* Have pg_terminate/cancel_backend not ERROR on non-existent processesAlvaro Herrera2012-09-27
* Put back AcceptInvalidationMessages calls in heap_openrv(_extended).Tom Lane2012-09-19
* Fix planning of btree index scans using ScalarArrayOpExpr quals.Tom Lane2012-09-18
* Fix array_typanalyze to work for domains over arrays.Tom Lane2012-09-18
* Rethink heuristics for choosing index quals for parameterized paths.Tom Lane2012-09-16
* Fix bufmgr so CHECKPOINT_END_OF_RECOVERY behaves as a shutdown checkpoint.Simon Riggs2012-09-16
* Properly set relpersistence for fake relcache entries.Robert Haas2012-09-14
* Fix case of window function + aggregate + GROUP BY expression.Tom Lane2012-09-13
* Fix a couple other leftover uses of 'conisonly' terminology.Tom Lane2012-09-12
* Fix logical errors in tsquery selectivity estimation for prefix queries.Tom Lane2012-09-11
* Fix PARAM_EXEC assignment mechanism to be safe in the presence of WITH.Tom Lane2012-09-07
* Translation updatesPeter Eisentraut2012-09-06
* 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
* Fix compiler warnings about unused variables, caused by my previous commit.Heikki Linnakangas2012-09-04
* 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
* Make configure probe for mbstowcs_l as well as wcstombs_l.Tom Lane2012-08-31
* Back-patch recent fixes for gistchoose and gistRelocateBuildBuffersOnSplit.Tom Lane2012-08-30
* Add missing period to detail message.Robert Haas2012-08-30
* Fix DROP INDEX CONCURRENTLY IF EXISTS.Tom Lane2012-08-27
* Fix issues with checks for unsupported transaction states in Hot Standby.Tom Lane2012-08-24
* Translation updatesPeter Eisentraut2012-08-23
* Fix cascading privilege revoke to notice when privileges are still held.Tom Lane2012-08-23
* Check LIBXML_VERSION instead of testing in configure script.Tom Lane2012-08-17
* Allow create_index_paths() to consider multiple join bitmapscan paths.Tom Lane2012-08-16
* Fix GiST buffering build bug, which caused "failed to re-find parent" errors.Heikki Linnakangas2012-08-16
* Fix rescan logic in nodeCtescan.Tom Lane2012-08-15
* Disallow extensions from owning the schema they are assigned to.Tom Lane2012-08-15
* Resurrect the "last ditch" code path in join_search_one_level().Tom Lane2012-08-15
* Prevent access to external files/URLs via XML entity references.Tom Lane2012-08-14
* Translation updatesPeter Eisentraut2012-08-14
* Fix dependencies generated during ALTER TABLE ADD CONSTRAINT USING INDEX.Tom Lane2012-08-11
* Fix upper limit of superuser_reserved_connections, add limit for wal_sendersMagnus Hagander2012-08-10
* Turn off WalSender keepalives by default, users can enable if desiredSimon Riggs2012-08-09
* Ensure all replication message info is available and correct via WalRcvSimon Riggs2012-08-09
* Force archive_status of .done for xlogs created by dearchival/replication.Simon Riggs2012-08-08
* Fix typo in commentAlvaro Herrera2012-08-08
* Fix minor bug in XLogFileRead() that accidentally worked.Simon Riggs2012-08-08
* Fix TwoPhaseGetDummyBackendId().Tom Lane2012-08-08
* Fix redundant wordingAlvaro Herrera2012-08-07
* fsync backup_label after pg_start_backup()Simon Riggs2012-08-07
* Make strings identicalAlvaro Herrera2012-08-06
* Fix bugs with parsing signed hh:mm and hh:mm:ss fields in interval input.Tom Lane2012-08-03
* Improve underdocumented btree_xlog_delete_get_latestRemovedXid() code.Tom Lane2012-08-03
* In SPGiST replay, do conflict resolution before modifying the page.Tom Lane2012-08-03
* Translation updatesPeter Eisentraut2012-08-02