Commit Graph

23437 Commits (352a56ba68d00a4bce9944e1b0e6aeda8d3c021f)
 

Author SHA1 Message Date
Tom Lane 352a56ba68 Allow assignment to array elements not contiguous with those already 20 years ago
Tom Lane 673a573dcc Remove duplicate (and now incorrect) documentation for row-wise IS [NOT] 20 years ago
Tom Lane f213131f20 Fix IS NULL and IS NOT NULL tests on row-valued expressions to conform to 20 years ago
Bruce Momjian d3aa4a8e33 Add URL for client_encoding being set by client: 20 years ago
Tom Lane 062421defb Fix a couple other places that need to know about (some) src/port/ files 20 years ago
Tom Lane 85bbd549d8 Oops, forgot that libpq needs extra steps to make use of src/port/ files. 20 years ago
Tom Lane c92f7e258e Replace strncpy with strlcpy in selected places that seem possibly relevant 20 years ago
Tom Lane 996b203e62 Add strlcpy() to the set of functions supported by src/port/ when not 20 years ago
Tom Lane 1d45168f4b Fix some misuses of strncat(). 20 years ago
Tom Lane 9ba4065312 Remove separate strdup.h header file; it's redundant with port.h. 20 years ago
Neil Conway de6ca63d7f GiST stands for "Generalized Search Tree", and therefore should not be 20 years ago
Alvaro Herrera 4650c4fdb9 Degrade the transaction-id wraparound point message from LOG to DEBUG1, per 20 years ago
Bruce Momjian 1d5a13b154 Update wording of inheritance major release item. 20 years ago
Bruce Momjian 8580985c2b Split out inheritance major feature item in release notes. 20 years ago
Bruce Momjian 03a68a7cae Done: 20 years ago
Michael Meskes 2c660c61cf Added new files 20 years ago
Michael Meskes 9897e35c56 Added Joachim's changes for MinGW. 20 years ago
Tom Lane 0f8fc35a5a Increase default value of effective_cache_size to 128MB, per discussion. 20 years ago
Tom Lane ffae5cc5a6 Add a check to prevent overwriting valid data if smgrnblocks() gives a 20 years ago
Neil Conway 6575920fa5 More incremental improvements for the release notes. 20 years ago
Tom Lane 1f4841a953 no-data-for-failed-tables is a pg_restore option, not a pg_dump option. 20 years ago
Tom Lane c232c8afa8 Fix notice message from DROP FUNCTION IF EXISTS, and improve message 20 years ago
Bruce Momjian 0c858bd69e Fix name, "Laurenz Albe" at request of author. 20 years ago
Neil Conway 2804442da6 Minor incremental improvements to the release notes. 20 years ago
Tom Lane 1d0969041e Fix incorrect mapping of fopen mode 'a' in recently-added code to 20 years ago
Tom Lane f375d5d6f9 Cause pg_regress to invoke the temporary postmaster as 'postgres' not 20 years ago
Tom Lane ccfafb4716 Suppress useless warning on pre-XP versions of Windows. Magnus 20 years ago
PostgreSQL Daemon bbed6678f3 Tag us Beta1 20 years ago
Tom Lane d40d34863e Fix pg_locks view to call advisory locks advisory locks, while preserving 20 years ago
Tom Lane beca984e5f Fix bugs in plpgsql and ecpg caused by assuming that isspace() would only 20 years ago
Tom Lane 6d0efd3a09 Surely this temp buffer needn't be static. 20 years ago
Peter Eisentraut cbb7acface Rearrange yes/no prompting code so that the prompts always show the 20 years ago
Bruce Momjian ae3f415f1d Add to major release notes items, per Simon. 20 years ago
Peter Eisentraut 90c07a71ca Add units to the default postgresql.conf. For the most part, this should 20 years ago
Tom Lane ceefbbf718 Move incorrectly-located indexterm entry. 20 years ago
Tom Lane e893e87530 Update timezone documentation to reflect current reality: instead of 20 years ago
Bruce Momjian 9adb2c49dd Update release notes to only use HTML4 entities. 20 years ago
Tom Lane 29e53ca389 We're going to have to spell dotless i as plain i, because dotless i is 20 years ago
Tom Lane 507447b585 Fix a lot of broken markup. 20 years ago
Bruce Momjian 285b5bdd6f Update release notes to be current as of CVS today. 20 years ago
Bruce Momjian f7fa844b6c Update major release note items. 20 years ago
Bruce Momjian bf31a62a6b First try at a major features list for 8.2. 20 years ago
Tom Lane 9e936693a9 Fix free space map to correctly track the total amount of FSM space needed 20 years ago
Teodor Sigaev b0d64a090b Add comments about STORAGE option for GIN 20 years ago
Teodor Sigaev 823ffd88e3 Fix table's caption 20 years ago
Michael Meskes 8ad3afee1a Updated several parts in particular variable handling. This is work that was part of SoC. 20 years ago
Bruce Momjian 323ff93afb Wording changes for continuous archving, per Simon. 20 years ago
Tom Lane 0efa510bf7 Add documentation for new in-core advisory lock functions. Merlin Moncure 20 years ago
Bruce Momjian e56ccad7b0 Add URL for domain casting: 20 years ago
Bruce Momjian 0e54962890 Update release notes to use scaron, rather than numeric code for entity. 20 years ago