aboutsummaryrefslogtreecommitdiff
path: root/src/backend
Commit message (Expand)AuthorAge
* Improve copydir() code for the case that fsync is off.Tom Lane2012-07-21
* 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
* Make new event trigger facility actually do something.Robert Haas2012-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
* Syntax support and documentation for event triggers.Robert Haas2012-07-18
* Improve coding around the fsync request queue.Tom Lane2012-07-17
* Put back storage/proc.h in postmaster.c.Tom Lane2012-07-17
* Introduce timeout handling frameworkAlvaro Herrera2012-07-16
* Remove unreachable codePeter Eisentraut2012-07-16
* 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
* Don't initialize TLI variable to -1, as TimeLineID is unsigned.Heikki Linnakangas2012-07-14
* Add fsync capability to initdb, and use sync_file_range() if available.Tom Lane2012-07-13
* Cosmetic cleanup of ginInsertValue().Tom Lane2012-07-13
* Avoid extra newlines in XML mapping in table forest modePeter Eisentraut2012-07-12
* Skip text->binary conversion of unnecessary columns in contrib/file_fdw.Tom Lane2012-07-12
* Add array_remove() and array_replace() functions.Tom Lane2012-07-11
* Fix ASCII case in pg_wchar2mule_with_len.Tom Lane2012-07-10
* Re-implement extraction of fixed prefixes from regular expressions.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
* Simplify and document regex library's compact-NFA representation.Tom Lane2012-07-07
* Run updated copyright.pl on HEAD and 9.2 trees, updating the psqlBruce Momjian2012-07-06
* Fix failure of new wchar->mb functions to advance from pointer.Robert Haas2012-07-05
* Remove support for using wait3() in place of waitpid().Tom Lane2012-07-05
* Run newly-configured perltidy script on Perl files.Bruce Momjian2012-07-04
* Reduce messages about implicit indexes and sequences to DEBUG1.Robert Haas2012-07-04
* Add wchar -> mb conversion routines.Robert Haas2012-07-04
* Remove duplicate, unnecessary, variable declarationMagnus Hagander2012-07-04
* Always treat a standby returning an an invalid flush location as asyncMagnus Hagander2012-07-04
* Improve documentation about MULE encoding.Tom Lane2012-07-04
* Forgot an #include in the previous patch :-(Alvaro Herrera2012-07-03
* Have REASSIGN OWNED work on extensions, tooAlvaro Herrera2012-07-03
* Remove misleading hints about reducing the System V request size.Robert Haas2012-07-03
* Fix a stupid bug I introduced into XLogFlush().Robert Haas2012-07-02
* Fix position of WalSndWakeupRequest call.Robert Haas2012-07-02
* Assorted message style improvementsPeter Eisentraut2012-07-02
* Fix to_date's handling of year 519.Tom Lane2012-07-02
* Work a little harder on comments for walsender wakeup patch.Robert Haas2012-07-02
* Make commit_delay much smarter.Robert Haas2012-07-02
* Make walsender more responsive.Robert Haas2012-07-02
* Fix race condition in enum value comparisons.Tom Lane2012-07-01
* Suppress compiler warnings in readfuncs.c.Tom Lane2012-06-30
* Remove inappropriate semicolons after function definitions.Tom Lane2012-06-30