summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2012-07-19add simple xlogdump toolxlogreaderAndres Freund
2012-07-19Add support for a generic wal reading facility dubbed XLogReaderAndres Freund
2012-07-18Syntax support and documentation for event triggers.Robert Haas
2012-07-18Get rid of useless global variable in pg_upgrade.Tom Lane
2012-07-18Improve pg_upgrade's load_directory() function.Tom Lane
2012-07-17Improve coding around the fsync request queue.Tom Lane
2012-07-17PL/Python: Remove PLy_result_ass_itemPeter Eisentraut
2012-07-17Show step titles in the pg_upgrade man pagePeter Eisentraut
2012-07-17Remove recently added PL/Perl encoding testsAlvaro Herrera
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-16Add comment why seemingly dead code is necessaryPeter 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-14Print the name of the WAL file containing latest REDO ptr in pg_controldata.Heikki Linnakangas
2012-07-14Add link to PEP 394 regarding python2 vs python3 namingPeter Eisentraut
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-12Remove 'x =- 1' check for pgindent, not needed, per report from AndrewBruce Momjian
2012-07-12Fix memory and file descriptor leaks in pg_receivexlog/pg_basebackupMagnus Hagander
2012-07-11Add array_remove() and array_replace() functions.Tom Lane
2012-07-11Document that Log-Shipping Standby Servers cannot be upgraded byBruce Momjian
2012-07-11Fix bogus macro definition.Tom Lane
2012-07-10Add comments about additional mule-internal charsets from emacs'sTatsuo Ishii
2012-07-10Fix ASCII case in pg_wchar2mule_with_len.Tom Lane
2012-07-10plperl: Skip setting UTF8 flag when in SQL_ASCII encodingAlvaro Herrera
2012-07-10perltidy adjustments to new fileAlvaro Herrera
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-06Convert libpq regress script to PerlAlvaro Herrera
2012-07-06Update libpq test expected outputAlvaro Herrera
2012-07-06Run updated copyright.pl on HEAD and 9.2 trees, updating the psqlBruce Momjian
2012-07-06Have copyright.pl skip updating something that is just the current year,Bruce Momjian
2012-07-06Modify copyright.pl so all lines are processed, not just the firstBruce Momjian
2012-07-06Fix copyright.pl to properly skip the .git directory by adding aBruce Momjian
2012-07-06Fix spacing in copyright.pl after being run with missing regex slashBruce Momjian
2012-07-06Update pg_upgrade comments for recent configpath fix.Bruce Momjian
2012-07-06Fix failure of new wchar->mb functions to advance from pointer.Robert Haas
2012-07-06Fix PGDATAOLD and PGDATANEW to properly set pgconfig location, perBruce Momjian
2012-07-05Don't try to trim "../" in join_path_components().Tom Lane
2012-07-05Revert part of the previous patch that avoided using PLy_elog().Heikki Linnakangas
2012-07-05Fix mapping of PostgreSQL encodings to Python encodings.Heikki Linnakangas
2012-07-05Remove support for using wait3() in place of waitpid().Tom Lane
2012-07-05pg_upgrade: abstract out copying of files from old cluster to newAlvaro Herrera