Commit Graph

29072 Commits (af7bab7d90d9c12e7e384bb4bbce346b37b721dc)
 

Author SHA1 Message Date
Peter Eisentraut af7bab7d90 Version stamp 8.5alpha3 16 years ago
Robert Haas 7d672e1e1d Fix two small typos in Hot Standby docs. 16 years ago
Peter Eisentraut 8f649c9ac4 Add documentation why reassigning PL/Python function parameters in the 16 years ago
Peter Eisentraut 16dc6f0cf2 Add hot standby to release notes 16 years ago
Peter Eisentraut baab7a0427 Translation updates 16 years ago
Bruce Momjian 7ba1f8fcb5 Convert tabs to spaces in SGML. 16 years ago
Tom Lane 0e9c1b1c99 Sigh, I managed to break the no-links-in-plain-text-docs rule too... 16 years ago
Itagaki Takahiro ce1489fa94 Add a whitespace to fix the query to dump large objects. 16 years ago
Tom Lane 4fca795de4 Bump catversion to reflect the fact that HS patch changed pg_proc 16 years ago
Itagaki Takahiro 50b5bec485 Add missing Id keyword to alter_large_object.sgml. 16 years ago
Tom Lane d37cda2c0c plpgsql patch broke the MSVC build, too. 16 years ago
Tom Lane d2903637b8 Join in the fun of editorializing on the alpha release notes. 16 years ago
Alvaro Herrera 1b612dfeb6 Update ecpg regression tests to plpgsql installed by default. 16 years ago
Alvaro Herrera 40ee42b447 Update tutorial on the fact that backslash commands are no longer listed in 16 years ago
Tom Lane c43d26c1af Adjust some more places in the documentation to match the fact that 16 years ago
Simon Riggs efc16ea520 Allow read only connections during recovery, known as Hot Standby. 16 years ago
Bruce Momjian 78a09145e0 binary migration: pg_migrator 16 years ago
Robert Haas 2e9468f2c8 Fix a few typos in the latest 8.5alpha3 release notes. 16 years ago
Peter Eisentraut 2692274dd9 8.5alpha3 release notes up to Fri Dec 18 21:37:38 2009 +0000 16 years ago
Tom Lane b35b16e696 Fix link that doesn't work in standalone INSTALL document. 16 years ago
Bruce Momjian 96c102fe27 Install server-side language PL/pgSQL by default. 16 years ago
Tom Lane be3a24de19 Force the TZ environment variable to be set during initdb. This is to 16 years ago
Robert Haas f5fd651e1b Improve documentation for pg_largeobject changes. 16 years ago
Michael Meskes 36d192ad7d Reverting accidently commited changes. 16 years ago
Peter Eisentraut d6de43099a Don't unblock SIGQUIT in the SIGQUIT handler 16 years ago
Peter Eisentraut b63b967a7e If there is no sigdelset(), define it as a macro. 16 years ago
Tom Lane 52fc0075ab Avoid a premature coercion failure in transformSetOperationTree() when 16 years ago
Robert Haas ff499613d2 Several fixes for EXPLAIN (FORMAT YAML), plus one for EXPLAIN (FORMAT JSON). 16 years ago
Magnus Hagander 3dfe7e8e0f Remove spurious '22' that clearly shouldn't be there. 16 years ago
Michael Meskes d19669e5f9 Fixed auto-prepare to not try preparing statements that are not preparable. Bug 16 years ago
Peter Eisentraut dd4cd55c15 Python 3 support in PL/Python 16 years ago
Tom Lane 21d11e7ee2 Avoid unnecessary copying of source string when generating a cloned TParser. 16 years ago
Tom Lane a5495cd841 Add a hook to let loadable modules get control at ProcessUtility execution, 16 years ago
Tom Lane 34d26872ed Support ORDER BY within aggregate function calls, at long last providing a 16 years ago
Tom Lane 6a6efb9640 Fix broken markup. 16 years ago
Itagaki Takahiro 7d67e06297 Add \shell and \setshell meta commands to pgbench. 16 years ago
Robert Haas cddca5ec13 Add an EXPLAIN (BUFFERS) option to show buffer-usage statistics. 16 years ago
Itagaki Takahiro 6f1bf75d50 Fix pg_ctl initdb without options. 16 years ago
Tom Lane a620d5005d Fix a bug introduced when set-returning SQL functions were made inline-able: 16 years ago
Itagaki Takahiro 84f910a707 Additional fixes for large object access control. 16 years ago
Magnus Hagander 0182d6f646 Allow LDAP authentication to operate in search+bind mode, meaning it 16 years ago
Tom Lane a4e035b2f1 Fix integer-to-bit-string conversions to handle the first fractional byte 16 years ago
Robert Haas 02490d4692 Export ExplainBeginOutput() and ExplainEndOutput() for auto_explain. 16 years ago
Tom Lane 6b45e3b7aa Arrange to generate different random sequences in the different child 16 years ago
Tom Lane d8e511fabb Ensure that the result tuple of an EvalPlanQual cycle gets materialized 16 years ago
Itagaki Takahiro f1325ce213 Add large object access control. 16 years ago
Bruce Momjian 64579962bb Properly define ENABLE_THREAD_SAFETY in conflgure, per suggestion from Peter. 16 years ago
Andrew Dunstan 324385d67f Add YAML to list of EXPLAIN formats. Greg Sabino Mullane, reviewed by Takahiro Itagaki. 16 years ago
Peter Eisentraut db7386187f PL/Python array support 16 years ago
Peter Eisentraut a37b001b80 Add init[db] option to pg_ctl 16 years ago