summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2013-06-09Tweak postgres_fdw regression test so autovacuum doesn't change results.Tom Lane
2013-06-09Remove unnecessary restrictions about RowExprs in transformAExprIn().Tom Lane
2013-06-09Remove ALTER DEFAULT PRIVILEGES' requirement of schema CREATE permissions.Tom Lane
2013-06-09Remove fixed limit on the number of concurrent AllocateFile() requests.Tom Lane
2013-06-08Don't downcase non-ascii identifier chars in multi-byte encodings.Andrew Dunstan
2013-06-08Handle Unicode surrogate pairs correctly when processing JSON.Andrew Dunstan
2013-06-08doc: Fix <synopsis> in <term> markupPeter Eisentraut
2013-06-07Correct the documentation of pg_rewrite.ev_attr.Kevin Grittner
2013-06-07Minor docs wordsmithing.Tom Lane
2013-06-07doc: Clarify description of VALUES commandPeter Eisentraut
2013-06-06Fix typo in comment.Heikki Linnakangas
2013-06-06Ensure that XLOG_HEAP2_VISIBLE always targets an initialized page.Robert Haas
2013-06-06pg_upgrade: document that --link should be used with --checkBruce Momjian
2013-06-06Prevent pushing down WHERE clauses into unsafe UNION/INTERSECT nests.Tom Lane
2013-06-06Update SQL features listPeter Eisentraut
2013-06-05Put analyze_keyword back in explain_option_name production.Tom Lane
2013-06-04Provide better message when CREATE EXTENSION can't find a target schema.Tom Lane
2013-06-04Add ARM64 (aarch64) support to s_lock.h.Tom Lane
2013-06-04Fix memory leak in LogStandbySnapshot().Tom Lane
2013-06-04Fix off-by-one in pg_xlogdump -r option.Heikki Linnakangas
2013-06-03Add semicolons to eval'd strings to hide a minor Perl behavioral change.Tom Lane
2013-06-03Put back allow_system_table_mods check in heap_create().Heikki Linnakangas
2013-06-03Additional spelling correctionsStephen Frost
2013-06-03Code review of recycling WAL segments in a restartpoint.Heikki Linnakangas
2013-06-03Allow type_func_name_keywords in some places where they weren't before.Tom Lane
2013-06-02Another man page whitespace fixPeter Eisentraut
2013-06-02Fix whitespace issues in the man pagesPeter Eisentraut
2013-06-01Fix unportable usage of isspace().Tom Lane
2013-06-01Minor spelling fixesStephen Frost
2013-06-01Post-pgindent cleanupStephen Frost
2013-06-01doc: Remove paragraph about typesetting conventionsPeter Eisentraut
2013-06-01Don't emit non-canonical empty arrays in array_remove().Noah Misch
2013-06-01Add new source files to nls.mkPeter Eisentraut
2013-05-31doc: Fix claim that query is passed as ASCII textPeter Eisentraut
2013-05-31Remove whitespace from end of linesPeter Eisentraut
2013-05-31Minor spell checkingPeter Eisentraut
2013-05-30postgresql.conf.sample: Improve whitespacePeter Eisentraut
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