summaryrefslogtreecommitdiff
path: root/src/backend
AgeCommit message (Expand)Author
2012-07-22Improve copydir() code for the case that fsync is off.Tom Lane
2012-07-21Account for SRFs in targetlists in planner rowcount estimates.Tom Lane
2012-07-20connoinherit may be true only for CHECK constraintsAlvaro Herrera
2012-07-20Fix whole-row Var evaluation to cope with resjunk columns (again).Tom Lane
2012-07-20Make new event trigger facility actually do something.Robert Haas
2012-07-19Rethink checkpointer's fsync-request table representation.Tom Lane
2012-07-19Send only one FORGET_RELATION_FSYNC request when dropping a relation.Tom Lane
2012-07-18Refactor the way code is shared between some range type functions.Heikki Linnakangas
2012-07-18Fix statistics breakage from bgwriter/checkpointer process split.Tom Lane
2012-07-18Fix management of pendingOpsTable in auxiliary processes.Tom Lane
2012-07-18Syntax support and documentation for event triggers.Robert Haas
2012-07-17Improve coding around the fsync request queue.Tom Lane
2012-07-17Put back storage/proc.h in postmaster.c.Tom Lane
2012-07-17Introduce timeout handling frameworkAlvaro Herrera
2012-07-16Remove unreachable codePeter Eisentraut
2012-07-16Avoid pre-determining index names during CREATE TABLE LIKE parsing.Tom Lane
2012-07-15Prevent corner-case core dump in rfree().Tom Lane
2012-07-14Don't initialize TLI variable to -1, as TimeLineID is unsigned.Heikki Linnakangas
2012-07-13Add fsync capability to initdb, and use sync_file_range() if available.Tom Lane
2012-07-13Cosmetic cleanup of ginInsertValue().Tom Lane
2012-07-12Avoid extra newlines in XML mapping in table forest modePeter Eisentraut
2012-07-12Skip text->binary conversion of unnecessary columns in contrib/file_fdw.Tom Lane
2012-07-11Add array_remove() and array_replace() functions.Tom Lane
2012-07-10Fix ASCII case in pg_wchar2mule_with_len.Tom Lane
2012-07-10Re-implement extraction of fixed prefixes from regular expressions.Tom Lane
2012-07-10Refactor pattern_fixed_prefix() to avoid dealing in incomplete patterns.Tom Lane
2012-07-09Fix planner to pass correct collation to operator selectivity estimators.Tom Lane
2012-07-07Simplify and document regex library's compact-NFA representation.Tom Lane
2012-07-06Run updated copyright.pl on HEAD and 9.2 trees, updating the psqlBruce Momjian
2012-07-06Fix failure of new wchar->mb functions to advance from pointer.Robert Haas
2012-07-05Remove support for using wait3() in place of waitpid().Tom Lane
2012-07-05Run newly-configured perltidy script on Perl files.Bruce Momjian
2012-07-05Reduce messages about implicit indexes and sequences to DEBUG1.Robert Haas
2012-07-04Add wchar -> mb conversion routines.Robert Haas
2012-07-04Remove duplicate, unnecessary, variable declarationMagnus Hagander
2012-07-04Always treat a standby returning an an invalid flush location as asyncMagnus Hagander
2012-07-04Improve documentation about MULE encoding.Tom Lane
2012-07-03Forgot an #include in the previous patch :-(Alvaro Herrera
2012-07-03Have REASSIGN OWNED work on extensions, tooAlvaro Herrera
2012-07-03Remove misleading hints about reducing the System V request size.Robert Haas
2012-07-02Fix a stupid bug I introduced into XLogFlush().Robert Haas
2012-07-02Fix position of WalSndWakeupRequest call.Robert Haas
2012-07-02Assorted message style improvementsPeter Eisentraut
2012-07-02Fix to_date's handling of year 519.Tom Lane
2012-07-02Work a little harder on comments for walsender wakeup patch.Robert Haas
2012-07-02Make commit_delay much smarter.Robert Haas
2012-07-02Make walsender more responsive.Robert Haas
2012-07-01Fix race condition in enum value comparisons.Tom Lane
2012-07-01Suppress compiler warnings in readfuncs.c.Tom Lane
2012-06-30Remove inappropriate semicolons after function definitions.Tom Lane