summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Version stamp 8.5alpha3REL8_5_ALPHA3REL8_5_ALPHA3_BRANCHPeter Eisentraut2009-12-204-15/+15
* Fix two small typos in Hot Standby docs.Robert Haas2009-12-201-3/+3
* Add documentation why reassigning PL/Python function parameters in thePeter Eisentraut2009-12-191-1/+37
* Add hot standby to release notesPeter Eisentraut2009-12-191-1/+8
* Translation updatesPeter Eisentraut2009-12-1924-11870/+16668
* Convert tabs to spaces in SGML.Bruce Momjian2009-12-193-557/+557
* Sigh, I managed to break the no-links-in-plain-text-docs rule too...Tom Lane2009-12-191-9/+9
* Add a whitespace to fix the query to dump large objects.Itagaki Takahiro2009-12-191-2/+2
* Bump catversion to reflect the fact that HS patch changed pg_procTom Lane2009-12-192-4/+4
* Add missing Id keyword to alter_large_object.sgml.Itagaki Takahiro2009-12-191-0/+5
* plpgsql patch broke the MSVC build, too.Tom Lane2009-12-191-4/+1
* Join in the fun of editorializing on the alpha release notes.Tom Lane2009-12-191-54/+67
* Update ecpg regression tests to plpgsql installed by default.Alvaro Herrera2009-12-191-4/+4
* Update tutorial on the fact that backslash commands are no longer listed inAlvaro Herrera2009-12-191-3/+3
* Adjust some more places in the documentation to match the fact thatTom Lane2009-12-194-32/+44
* Allow read only connections during recovery, known as Hot Standby.Simon Riggs2009-12-1987-423/+6160
* binary migration: pg_migratorBruce Momjian2009-12-195-5/+29
* Fix a few typos in the latest 8.5alpha3 release notes.Robert Haas2009-12-191-3/+3
* 8.5alpha3 release notes up to Fri Dec 18 21:37:38 2009 +0000Peter Eisentraut2009-12-181-83/+381
* Fix link that doesn't work in standalone INSTALL document.Tom Lane2009-12-181-3/+5
* Install server-side language PL/pgSQL by default.Bruce Momjian2009-12-184-12/+44
* Force the TZ environment variable to be set during initdb. This is toTom Lane2009-12-181-1/+9
* Improve documentation for pg_largeobject changes.Robert Haas2009-12-174-84/+48
* Reverting accidently commited changes.Michael Meskes2009-12-173-2/+3
* Don't unblock SIGQUIT in the SIGQUIT handlerPeter Eisentraut2009-12-162-2/+4
* If there is no sigdelset(), define it as a macro.Peter Eisentraut2009-12-164-18/+8
* Avoid a premature coercion failure in transformSetOperationTree() whenTom Lane2009-12-163-20/+71
* Several fixes for EXPLAIN (FORMAT YAML), plus one for EXPLAIN (FORMAT JSON).Robert Haas2009-12-161-17/+31
* Remove spurious '22' that clearly shouldn't be there.Magnus Hagander2009-12-161-2/+2
* Fixed auto-prepare to not try preparing statements that are not preparable. BugMichael Meskes2009-12-1613-135/+262
* Python 3 support in PL/PythonPeter Eisentraut2009-12-1515-41/+929
* Avoid unnecessary copying of source string when generating a cloned TParser.Tom Lane2009-12-151-5/+69
* Add a hook to let loadable modules get control at ProcessUtility execution,Tom Lane2009-12-154-11/+135
* Support ORDER BY within aggregate function calls, at long last providing aTom Lane2009-12-1531-247/+1183
* Fix broken markup.Tom Lane2009-12-151-3/+1
* Add \shell and \setshell meta commands to pgbench.Itagaki Takahiro2009-12-152-6/+208
* Add an EXPLAIN (BUFFERS) option to show buffer-usage statistics.Robert Haas2009-12-1525-140/+274
* Fix pg_ctl initdb without options.Itagaki Takahiro2009-12-151-1/+4
* Fix a bug introduced when set-returning SQL functions were made inline-able:Tom Lane2009-12-147-40/+247
* Additional fixes for large object access control.Itagaki Takahiro2009-12-149-16/+56
* Allow LDAP authentication to operate in search+bind mode, meaning itMagnus Hagander2009-12-124-57/+330
* Fix integer-to-bit-string conversions to handle the first fractional byteTom Lane2009-12-121-3/+13
* Export ExplainBeginOutput() and ExplainEndOutput() for auto_explain.Robert Haas2009-12-123-7/+9
* Arrange to generate different random sequences in the different childTom Lane2009-12-111-4/+16
* Ensure that the result tuple of an EvalPlanQual cycle gets materializedTom Lane2009-12-111-1/+11
* Add large object access control.Itagaki Takahiro2009-12-1139-162/+1439
* Properly define ENABLE_THREAD_SAFETY in conflgure, per suggestion from Peter.Bruce Momjian2009-12-112-1/+12
* Add YAML to list of EXPLAIN formats. Greg Sabino Mullane, reviewed by Takahir...Andrew Dunstan2009-12-116-12/+115
* PL/Python array supportPeter Eisentraut2009-12-104-4/+343
* Add init[db] option to pg_ctlPeter Eisentraut2009-12-107-60/+149