summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2013-05-29pgindent run for release 9.3Bruce Momjian
2013-05-29Document auto_explain.log_timing.Robert Haas
2013-05-29pg_upgrade docs: mention need to set parameters for vacuumdb.Bruce Momjian
2013-05-27Documentation fix for ALTER TYPE .. RENAMEStephen Frost
2013-05-24Remove pageinspect--1.0.sqlHeikki Linnakangas
2013-05-23Fix typo in comment.Robert Haas
2013-05-23Print line number correctly in COPY.Heikki Linnakangas
2013-05-219.3 release notes: improve cached plan mentionBruce Momjian
2013-05-21After fast promotion use CHECKPOINT_FORCESimon Riggs
2013-05-21Maintain ThisTimeLineID correctly in checkpointerSimon Riggs
2013-05-219.3 release notes: fix SGML markup for DROP TABLE IF EXISTSBruce Momjian
2013-05-219.3 release docs: fix DROP TABLE IF EXISTSBruce Momjian
2013-05-21Documentation spell checking and markup improvementsPeter Eisentraut
2013-05-20Fix escaping in generated recovery.conf file.Heikki Linnakangas
2013-05-20Clarify documentation of EXPLAIN (TIMING OFF) option.Tom Lane
2013-05-19Init crash recovery using the latest available TLISimon Riggs
2013-05-19Emit msg correctly for timeline-crossing crashSimon Riggs
2013-05-19Remove single space on end of a line in xlog.cSimon Riggs
2013-05-18Remove unused regression test files.Heikki Linnakangas
2013-05-18release docs: mention PL/pgSQL as supporting event triggers in PG 9.3Bruce Momjian
2013-05-16Fix crash when trying to display a NOTIFY rule action.Tom Lane
2013-05-16Fix fd.c to preserve errno where needed.Tom Lane
2013-05-16Fix some uses of "the quick brown fox".Tom Lane
2013-05-15Allow CREATE FOREIGN TABLE to include SERIAL columns.Tom Lane
2013-05-15doc: Add \dm command to psql man pagePeter Eisentraut
2013-05-14doc: Fix some whitespace issues in the man pagesPeter Eisentraut
2013-05-14pg_upgrade: Replace tabs in output string constants by spacesPeter Eisentraut
2013-05-14doc: Fix order of options on pgbench man pagePeter Eisentraut
2013-05-13Fix handling of OID wraparound while in standalone mode.Tom Lane
2013-05-12Fix handling of strict non-set functions with NULLs in set-valued inputs.Tom Lane
2013-05-12pgbench: Fix order of options in --help outputPeter Eisentraut
2013-05-12pg_xlogdump: Improve --help outputPeter Eisentraut
2013-05-11Fix to_number() to correctly ignore thousands separator when it's '.'.Tom Lane
2013-05-11Fix buildfarm incompatibility in updated pg_upgrade test script.Tom Lane
2013-05-11Make pg_upgrade's test script attempt to select a non-conflicting port.Tom Lane
2013-05-11Update CREATE FUNCTION documentation about argument names.Tom Lane
2013-05-10Guard against input_rows == 0 in estimate_num_groups().Tom Lane
2013-05-10Fix pgp_pub_decrypt() so it works for secret keys with passwords.Tom Lane
2013-05-10Fix management of fn_extra caching during repeated GiST index scans.Tom Lane
2013-05-10Update key words table for 9.3Peter Eisentraut
2013-05-10Remove make_keywordsPeter Eisentraut
2013-05-09Use pg_dump's --quote-all-identifiers option in pg_upgrade.Tom Lane
2013-05-09pg_upgrade docs: give tips on automationBruce Momjian
2013-05-09Update collate.linux.utf8.out for ruleutils.c line-wrapping changes.Tom Lane
2013-05-08Better fix for permissions tests in excluded subqueries.Tom Lane
2013-05-08The data structure used in unaccent is a trie, not suffix tree.Heikki Linnakangas
2013-05-08Fix walsender failure at promotion.Heikki Linnakangas
2013-05-08Use the term "radix tree" instead of "suffix tree" for SP-GiST text opclass.Heikki Linnakangas
2013-05-08doc: Add IDs to link targets used by phpPgAdminPeter Eisentraut
2013-05-07Stress that backup_label file is critical in the docs.Heikki Linnakangas