Commit Graph

28325 Commits (40bc4c260508e8a2579bd2106e1f81b6795d147b)
 

Author SHA1 Message Date
Peter Eisentraut 40bc4c2605 Disable the use of Unicode escapes in string constants (U&'') when 17 years ago
Tom Lane 616bceb8cb Avoid integer overflow in the loop that extracts histogram entries from 17 years ago
Magnus Hagander 5d540add34 Make the win32 shared memory code try 10 times instead of one if 17 years ago
Tom Lane 9f4e9bfa9b Code review for \df rewrite: fix assorted bugs, make type and 17 years ago
Heikki Linnakangas 0e19884838 Fix the query used for \d against 8.2 and 8.3 servers. 17 years ago
Magnus Hagander 3a0717c3f0 Update no longer current comments in header. 17 years ago
Magnus Hagander ca6c0ac4d3 Call SetLastError(0) before calling the file mapping functions 17 years ago
Peter Eisentraut ffbd17e73e Replace a couple of references to files that no longer exist in the source 17 years ago
Tom Lane 4071e0c242 Fix missed usage of DLNewElem() 17 years ago
Alvaro Herrera a1e1ef4f77 Avoid a memory allocation in the backend startup code, to avoid having to check 17 years ago
Tom Lane d85c6883e7 Fix pg_resetxlog to remove archive status files along with WAL segment files. 17 years ago
Tom Lane c52963ac5f Fix mis-description of XML Schema functions, per discussion. 17 years ago
Tom Lane 71907f7de5 Fix unintelligible description created by removing only part of 17 years ago
Tom Lane 04f2403820 Fix assign_pgstat_temp_directory() to ensure the directory path is 17 years ago
Tom Lane ac73ced725 Fix already-obsolete hint message ... sslverify parameter is no more. 17 years ago
Tatsuo Ishii 5c7f55342b Update UTF-8 <--> EUC_KR, JOHAB, UHC mappings. 17 years ago
Tom Lane d90984f4f6 Install some simple defenses in postmaster startup to help ensure a useful 17 years ago
Tom Lane a16e007c92 We don't need major_release_split any more. 17 years ago
Tom Lane 008fad58fe Split the release notes into a separate file for each (active) major branch, 17 years ago
Tom Lane c91bf01bc5 Fix plpgsql's EXIT so that an EXIT without a label only matches a loop, 17 years ago
Tom Lane ccc6759dbb Fix a couple of cases where the plpgsql grammar looked for T_WORD and 17 years ago
Tom Lane fe1b07a6f9 When checking for datetime field overflow, we should allow a fractional-second 17 years ago
Heikki Linnakangas cfb61be9cf Clean up check_keywords.pl script, making it 'strict' and removing a few 17 years ago
Heikki Linnakangas 19499bf99a Add check_keyword.pl script to perform some basic sanity checks to the 17 years ago
Tom Lane c59d8dd44d Improve pull_up_subqueries logic so that it doesn't insert unnecessary 17 years ago
Bruce Momjian 636edd553d Blank line Makefile cleanups. 17 years ago
Heikki Linnakangas a4278fd858 Move SERVER to the right place in the alphabetically sorted keyword list. 17 years ago
Bruce Momjian b3dbc8fc1f In VACUUM, FREEZE must be before ANALYZE; fix this in vacuumdb. Docs 17 years ago
Bruce Momjian ba36c48e39 Proofreading adjustments for first two parts of documentation (Tutorial 17 years ago
Tom Lane 23a9ac618e Some more work on the 8.4 release notes. Document a few changes that Bruce 17 years ago
Tom Lane 1d3a1613c5 Remove Windows-specific definition of S_ISDIR(). This should not be here; 17 years ago
Tom Lane f5c572a808 Typo fix. 17 years ago
Tom Lane 5efb84f213 Update citext expected output to exactly match the real output, rather 17 years ago
Tom Lane 20a3ddbbf9 Fix the handling of sub-SELECTs appearing in the arguments of an outer-level 17 years ago
Bruce Momjian 245316e996 Improve server spoofing wording, per request from Magnus. 17 years ago
Tom Lane 096a30b538 Fix some more 'variable may be used uninitialized' warnings from gcc 4.4. 17 years ago
Magnus Hagander af2cf3be03 More clearly document what the different sslmode options mean, both the new 17 years ago
Magnus Hagander 7e9375a59a Remove sslverify parameter from release notes, mention that sslmode is 17 years ago
Magnus Hagander e883d0b551 Remove sslverify parameter again, replacing it with two new sslmode values: 17 years ago
Magnus Hagander 420ea68817 Move gettext encoding names into encnames.c, so we only have one place to update. 17 years ago
Tom Lane 9563afafeb Suppress some 'variable may be used uninitialized' warnings from gcc 4.4. 17 years ago
Tom Lane b9e9775e0c Don't use the result of strcmp as if it were a boolean. 17 years ago
Heikki Linnakangas 88f4d38d20 Mention that tables have a visibility map fork alongside the main fork 17 years ago
Heikki Linnakangas 335904b4f8 Improve the documentation on 8.4 visibility map related VACUUM changes. 17 years ago
Heikki Linnakangas 283939a321 varstr_cmp and any comparison function that piggybacks on it can return 17 years ago
Tom Lane 8d4f2ecd41 Change the default value of max_prepared_transactions to zero, and add 17 years ago
Heikki Linnakangas bae8102f52 After archive recovery, mark the last WAL segment from the parent timeline 17 years ago
Bruce Momjian 73b44dca38 Use brackets in psql \df \? help. 17 years ago
Tom Lane f2cc453dd7 Remove the long-obsolete homebrew dl*() functions for AIX, in favor of just 17 years ago
Tom Lane fea168823a Fix obsolete cross-reference (this file isn't called alpha.c anymore) 17 years ago