aboutsummaryrefslogtreecommitdiff
path: root/src/backend
Commit message (Expand)AuthorAge
* 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
* Fix race conditions associated with SPGiST redirection tuples.Tom Lane2012-08-02
* 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
* Change syntax of new CHECK NO INHERIT constraintsAlvaro Herrera2012-07-24
* Account for SRFs in targetlists in planner rowcount estimates.Tom Lane2012-07-21
* connoinherit may be true only for CHECK constraintsAlvaro Herrera2012-07-20
* Fix whole-row Var evaluation to cope with resjunk columns (again).Tom Lane2012-07-20
* Rethink checkpointer's fsync-request table representation.Tom Lane2012-07-19
* Send only one FORGET_RELATION_FSYNC request when dropping a relation.Tom Lane2012-07-19
* Refactor the way code is shared between some range type functions.Heikki Linnakangas2012-07-18
* Fix statistics breakage from bgwriter/checkpointer process split.Tom Lane2012-07-18
* Fix management of pendingOpsTable in auxiliary processes.Tom Lane2012-07-18
* Improve coding around the fsync request queue.Tom Lane2012-07-17
* Avoid pre-determining index names during CREATE TABLE LIKE parsing.Tom Lane2012-07-16
* 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
* Run updated copyright.pl on HEAD and 9.2 trees, updating the psqlBruce Momjian2012-07-06
* Run newly-configured perltidy script on Perl files.Bruce Momjian2012-07-04
* 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