summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
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
2013-05-06Stamp 9.3beta1.REL9_3_BETA1Tom Lane
2013-05-06Desultory copy-editing of the 9.3 release notes.Tom Lane
2013-05-06Move materialized views' is-populated status into their pg_class entries.Tom Lane
2013-05-06Back out some recent translation updates.Tom Lane
2013-05-06Disallow unlogged materialized views.Tom Lane
2013-05-069.3 release notes: use "restoration"Bruce Momjian
2013-05-069.3 release notes: Add cache of local locksBruce Momjian
2013-05-069.3 release notes: update from Amit KapilaBruce Momjian
2013-05-06Execute SET TRANSACTION SNAPSHOT during pg_dumpSimon Riggs
2013-05-06Revert idea of zer-padding padding session id in log_line_prefixBruce Momjian
2013-05-06Translation updatesPeter Eisentraut
2013-05-04Improve behavior of \watch with non-tuple-returning commands.Tom Lane
2013-05-04docs: Improve log_line_prefix session_id queryBruce Momjian