aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
* pg_dump: Simplify mkdir() error checkingPeter Eisentraut2012-07-20
* 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
* Get rid of useless global variable in pg_upgrade.Tom Lane2012-07-18
* Improve pg_upgrade's load_directory() function.Tom Lane2012-07-18
* Improve coding around the fsync request queue.Tom Lane2012-07-17
* PL/Python: Remove PLy_result_ass_itemPeter Eisentraut2012-07-17
* Show step titles in the pg_upgrade man pagePeter Eisentraut2012-07-17
* Remove recently added PL/Perl encoding testsAlvaro Herrera2012-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
* Add comment why seemingly dead code is necessaryPeter 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
* Print the name of the WAL file containing latest REDO ptr in pg_controldata.Heikki Linnakangas2012-07-14
* Add link to PEP 394 regarding python2 vs python3 namingPeter Eisentraut2012-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
* Remove 'x =- 1' check for pgindent, not needed, per report from AndrewBruce Momjian2012-07-12
* Fix memory and file descriptor leaks in pg_receivexlog/pg_basebackupMagnus Hagander2012-07-12
* Add array_remove() and array_replace() functions.Tom Lane2012-07-11
* Document that Log-Shipping Standby Servers cannot be upgraded byBruce Momjian2012-07-10
* Fix bogus macro definition.Tom Lane2012-07-10
* Add comments about additional mule-internal charsets from emacs'sTatsuo Ishii2012-07-11
* Fix ASCII case in pg_wchar2mule_with_len.Tom Lane2012-07-10
* plperl: Skip setting UTF8 flag when in SQL_ASCII encodingAlvaro Herrera2012-07-10
* perltidy adjustments to new fileAlvaro Herrera2012-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
* Convert libpq regress script to PerlAlvaro Herrera2012-07-06
* Update libpq test expected outputAlvaro Herrera2012-07-06
* Run updated copyright.pl on HEAD and 9.2 trees, updating the psqlBruce Momjian2012-07-06
* Have copyright.pl skip updating something that is just the current year,Bruce Momjian2012-07-06
* Modify copyright.pl so all lines are processed, not just the firstBruce Momjian2012-07-06
* Fix copyright.pl to properly skip the .git directory by adding aBruce Momjian2012-07-06
* Fix spacing in copyright.pl after being run with missing regex slashBruce Momjian2012-07-06
* Update pg_upgrade comments for recent configpath fix.Bruce Momjian2012-07-06