Commit Graph

29082 Commits (ada3c65e456daec07244c9bf94b30976e7161cca)
 

Author SHA1 Message Date
Peter Eisentraut ada3c65e45 Replace target list by a wildcard, so that this workaround makefile 16 years ago
Tom Lane d68e08d1fe Allow the index name to be omitted in CREATE INDEX, causing the system to 16 years ago
Tom Lane c176e12222 Remove code that attempted to rename index columns to keep them in sync with 16 years ago
Magnus Hagander df0cdd53d6 Add basic build support for Visual Studio 2008, without resorting to 16 years ago
Heikki Linnakangas 4e766f2d17 Always pass catalog id to the options validator function specified in 16 years ago
Bruce Momjian b683908064 Rename pg_dump.c TypeInfo variable tinfo to tyinfo, for clarity. 16 years ago
Tom Lane cfc5008a51 Adjust naming of indexes and their columns per recent discussion. 16 years ago
Tom Lane b7d6795445 Disallow comments on columns of relation types other than tables, views, 16 years ago
Peter Eisentraut de0d75ea24 In CREATE SEQUENCE dump, put MINVALUE before MAXVALUE so it reads better. 16 years ago
Robert Haas c7e4be59ae More cleanups for the recent large object permissions patch. 16 years ago
Tom Lane cb05f5388d There is no good reason for the CREATE TABLE LIKE INCLUDING COMMENTS code to 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