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
* Translation updatesPeter Eisentraut2012-09-19
* 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 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
* Fix inappropriate error messages for Hot Standby misconfiguration errors.Tom Lane2012-09-05
* 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
* Back-patch fixes for some issues in our Windows socket code into 9.1.Robert Haas2012-08-27
* Fix issues with checks for unsupported transaction states in Hot Standby.Tom Lane2012-08-24
* Fix cascading privilege revoke to notice when privileges are still held.Tom Lane2012-08-23
* Fix rescan logic in nodeCtescan.Tom Lane2012-08-15
* Disallow extensions from owning the schema they are assigned to.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
* fsync backup_label after pg_start_backup()Simon Riggs2012-08-07
* Fix bugs with parsing signed hh:mm and hh:mm:ss fields in interval input.Tom Lane2012-08-03
* Fix WITH attached to a nested set operation (UNION/INTERSECT/EXCEPT).Tom Lane2012-07-31
* Fix syslogger so that log_truncate_on_rotation works in the first rotation.Tom Lane2012-07-31
* Only allow autovacuum to be auto-canceled by a directly blocked process.Tom Lane2012-07-26
* Log a better message when canceling autovacuum.Robert Haas2012-07-26
* Fix longstanding crash-safety bug with newly-created-or-reset sequences.Tom Lane2012-07-25
* Fix whole-row Var evaluation to cope with resjunk columns (again).Tom Lane2012-07-20
* Improve coding around the fsync request queue.Tom Lane2012-07-17
* Prevent corner-case core dump in rfree().Tom Lane2012-07-15
* Fix walsender processes to establish a SIGALRM handler.Tom Lane2012-07-12
* Back-patch fix for extraction of fixed prefixes from regular expressions.Tom Lane2012-07-10
* Back-patch addition of pg_wchar-to-multibyte conversion functionality.Tom Lane2012-07-10
* Refactor pattern_fixed_prefix() to avoid dealing in incomplete patterns.Tom Lane2012-07-09
* Fix planner to pass correct collation to operator selectivity estimators.Tom Lane2012-07-08
* Always treat a standby returning an an invalid flush location as asyncMagnus Hagander2012-07-04
* Forgot an #include in the previous patch :-(Alvaro Herrera2012-07-03
* Have REASSIGN OWNED work on extensions, tooAlvaro Herrera2012-07-03
* Fix race condition in enum value comparisons.Tom Lane2012-07-01
* Prevent CREATE TABLE LIKE/INHERITS from (mis) copying whole-row Vars.Tom Lane2012-06-30
* Initialize shared memory copy of ckptXidEpoch correctly when not in recovery.Heikki Linnakangas2012-06-29
* Fix NOTIFY to cope with I/O problems, such as out-of-disk-space.Tom Lane2012-06-29
* Fix memory leak in ARRAY(SELECT ...) subqueries.Tom Lane2012-06-21
* Prevent non-streaming replication connections from being selected sync slaveMagnus Hagander2012-06-11
* Fix bug in early startup of Hot Standby with subtransactions.Simon Riggs2012-06-08
* Wake WALSender to reduce data loss at failover for async commit.Simon Riggs2012-06-07
* Avoid early reuse of btree pages, causing incorrect query results.Simon Riggs2012-06-01
* Translation updatesPeter Eisentraut2012-05-31
* Revert back-branch changes in behavior of age(xid).Tom Lane2012-05-31
* Ignore SECURITY DEFINER and SET attributes for a PL's call handler.Tom Lane2012-05-30