summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2009-12-20Version stamp 8.5alpha3REL8_5_ALPHA3REL8_5_ALPHA3_BRANCHPeter Eisentraut
2009-12-20Fix two small typos in Hot Standby docs.Robert Haas
2009-12-19Add documentation why reassigning PL/Python function parameters in thePeter Eisentraut
2009-12-19Add hot standby to release notesPeter Eisentraut
2009-12-19Translation updatesPeter Eisentraut
2009-12-19Convert tabs to spaces in SGML.Bruce Momjian
2009-12-19Sigh, I managed to break the no-links-in-plain-text-docs rule too...Tom Lane
2009-12-19Add a whitespace to fix the query to dump large objects.Itagaki Takahiro
2009-12-19Bump catversion to reflect the fact that HS patch changed pg_procTom Lane
2009-12-19Add missing Id keyword to alter_large_object.sgml.Itagaki Takahiro
2009-12-19plpgsql patch broke the MSVC build, too.Tom Lane
2009-12-19Join in the fun of editorializing on the alpha release notes.Tom Lane
2009-12-19Update ecpg regression tests to plpgsql installed by default.Alvaro Herrera
2009-12-19Update tutorial on the fact that backslash commands are no longer listed inAlvaro Herrera
2009-12-19Adjust some more places in the documentation to match the fact thatTom Lane
2009-12-19Allow read only connections during recovery, known as Hot Standby.Simon Riggs
2009-12-19binary migration: pg_migratorBruce Momjian
2009-12-19Fix a few typos in the latest 8.5alpha3 release notes.Robert Haas
2009-12-188.5alpha3 release notes up to Fri Dec 18 21:37:38 2009 +0000Peter Eisentraut
2009-12-18Fix link that doesn't work in standalone INSTALL document.Tom Lane
2009-12-18Install server-side language PL/pgSQL by default.Bruce Momjian
2009-12-18Force the TZ environment variable to be set during initdb. This is toTom Lane
2009-12-17Improve documentation for pg_largeobject changes.Robert Haas
2009-12-17Reverting accidently commited changes.Michael Meskes
2009-12-16Don't unblock SIGQUIT in the SIGQUIT handlerPeter Eisentraut
2009-12-16If there is no sigdelset(), define it as a macro.Peter Eisentraut
2009-12-16Avoid a premature coercion failure in transformSetOperationTree() whenTom Lane
2009-12-16Several fixes for EXPLAIN (FORMAT YAML), plus one for EXPLAIN (FORMAT JSON).Robert Haas
2009-12-16Remove spurious '22' that clearly shouldn't be there.Magnus Hagander
2009-12-16Fixed auto-prepare to not try preparing statements that are not preparable. BugMichael Meskes
2009-12-15Python 3 support in PL/PythonPeter Eisentraut
2009-12-15Avoid unnecessary copying of source string when generating a cloned TParser.Tom Lane
2009-12-15Add a hook to let loadable modules get control at ProcessUtility execution,Tom Lane
2009-12-15Support ORDER BY within aggregate function calls, at long last providing aTom Lane
2009-12-15Fix broken markup.Tom Lane
2009-12-15Add \shell and \setshell meta commands to pgbench.Itagaki Takahiro
2009-12-15Add an EXPLAIN (BUFFERS) option to show buffer-usage statistics.Robert Haas
2009-12-15Fix pg_ctl initdb without options.Itagaki Takahiro
2009-12-14Fix a bug introduced when set-returning SQL functions were made inline-able:Tom Lane
2009-12-14Additional fixes for large object access control.Itagaki Takahiro
2009-12-12Allow LDAP authentication to operate in search+bind mode, meaning itMagnus Hagander
2009-12-12Fix integer-to-bit-string conversions to handle the first fractional byteTom Lane
2009-12-12Export ExplainBeginOutput() and ExplainEndOutput() for auto_explain.Robert Haas
2009-12-11Arrange to generate different random sequences in the different childTom Lane
2009-12-11Ensure that the result tuple of an EvalPlanQual cycle gets materializedTom Lane
2009-12-11Add large object access control.Itagaki Takahiro
2009-12-11Properly define ENABLE_THREAD_SAFETY in conflgure, per suggestion from Peter.Bruce Momjian
2009-12-11Add YAML to list of EXPLAIN formats. Greg Sabino Mullane, reviewed by Takahir...Andrew Dunstan
2009-12-10PL/Python array supportPeter Eisentraut
2009-12-10Add init[db] option to pg_ctlPeter Eisentraut