aboutsummaryrefslogtreecommitdiff
path: root/src/backend
Commit message (Expand)AuthorAge
* 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
* Have REASSIGN OWNED work on extensions, tooAlvaro Herrera2012-07-03
* Assorted message style improvementsPeter Eisentraut2012-07-02
* Add missing space in event_source GUC description.Peter Eisentraut2012-07-02
* Fix to_date's handling of year 519.Tom Lane2012-07-02
* Fix race condition in enum value comparisons.Tom Lane2012-07-01
* Remove inappropriate semicolons after function definitions.Tom Lane2012-06-30
* 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
* Make UtilityContainsQuery recurse until it finds a non-utility Query.Tom Lane2012-06-27
* Allow pg_terminate_backend() to be used on backends with matching role.Robert Haas2012-06-27
* Cope with smaller-than-normal BLCKSZ setting in SPGiST indexes on text.Tom Lane2012-06-26
* Fix memory leak in ARRAY(SELECT ...) subqueries.Tom Lane2012-06-21
* Make documentation of --help and --version options more consistentPeter Eisentraut2012-06-18
* Improve reporting of permission errors for array typesPeter Eisentraut2012-06-15
* Add more message pluralizationPeter Eisentraut2012-06-15
* Revisit error message details for JSON input parsing.Tom Lane2012-06-13
* Revert "Reduce checkpoints and WAL traffic on low activity database server"Tom Lane2012-06-13
* Deprecate use of GLOBAL and LOCAL in temp table creation.Tom Lane2012-06-13
* Support Linux's oom_score_adj API as well as the older oom_adj API.Tom Lane2012-06-13
* Improve documentation of postgres -C optionPeter Eisentraut2012-06-13
* Minor code review for json.c.Tom Lane2012-06-12