Commit Graph

29101 Commits (84d723b6cefcf25b8c800f8aa6cf3c9538a546b4)
 

Author SHA1 Message Date
Heikki Linnakangas 84d723b6ce Previous fix for temporary file management broke returning a set from 16 years ago
Peter Eisentraut 50ef9f7b06 Small wording improvement and clarification in PL/pgSQL trigger documentation 16 years ago
Bruce Momjian 0d399d57d5 Remove PGDLLIMPORT used for binary upgrade; must be on the externs, per Tom. 16 years ago
Bruce Momjian 3687b2e0eb Add PGDLLIMPORT for binary_upgrade global variables so shared object 16 years ago
Bruce Momjian d2225da79f Remove non-ascii characters from source code. 16 years ago
Tom Lane 0b39231431 Avoid memory leak if pgstat_vacuum_stat is interrupted partway through. 16 years ago
Tom Lane d4d1885e42 Remove a couple of unnecessary calls of CreateCacheMemoryContext. These 16 years ago
Magnus Hagander c4371cdb8b Remove now unreferenced variable. 16 years ago
Magnus Hagander 8c940a30ae If the MSVCRT module is not found in the current binary, proceed to update 16 years ago
Bruce Momjian e5b457c2ac Add backend and pg_dump code to allow preservation of pg_enum oids, for 16 years ago
Bruce Momjian 1fd9883ff4 Zero-label enums: 16 years ago
Tom Lane f9845aca2b Fix brain fade in join-removal patch: a pushed-down clause in the outer join's 16 years ago
Robert Haas 666c845c75 Add missing <indexterm><primary>...</primary>...</indexterm> tags for a couple 16 years ago
Andrew Dunstan 56a4e19c01 Upgrade to latest ppport.h. Patch from Tim Bunce. 16 years ago
Tom Lane 5b7d2a9465 Try to improve the clarity of the psql documentation for the \d family of 16 years ago
Bruce Momjian 0ef5910d6d Rename EnumValuesCreate() single-letter variable names to useful 16 years ago
Bruce Momjian c44327afa4 Binary upgrade: 16 years ago
Tom Lane 668e37d138 Fix wrong WAL info value generated when gistContinueInsert() performs an 16 years ago
Peter Eisentraut 98e8a419ef Revert brainfart: Of course the wildcard only works in GNU make itself. 16 years ago
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