Commit Graph

21782 Commits (7eb5428199fddf69b24e03c85db3e8873cde605d)
 

Author SHA1 Message Date
Tom Lane 7eb5428199 During CatCacheRemoveCList, we must now remove any members that are 20 years ago
Tom Lane 0a8510e0f8 Fix failure to apply domain constraints to a NULL constant that's added to 20 years ago
Bruce Momjian 38e75d9275 Use RELKIND_COMPOSITE_TYPE rather than hardcoded 'c'. 20 years ago
Tom Lane 615d99feb4 Release-note updates and copy editing. 20 years ago
Tom Lane a7812eb4be Fix Windows-only postmaster code to reject a connection request and continue, 20 years ago
Tom Lane bf7faa7c8f Fix broken markup. 20 years ago
Tom Lane 2d0475e480 Convert Assert checking for empty page into a regular test and elog. 20 years ago
Tom Lane 304160c3e2 Fix ReadBuffer() to correctly handle the case where it's trying to extend 20 years ago
Bruce Momjian 6d41b144e9 Add: 20 years ago
Bruce Momjian 9a47ad1d20 Add logging control TODO.detail. 20 years ago
Bruce Momjian db6cb1a9a9 Update: 20 years ago
Bruce Momjian ac9e14d064 Update wording: 20 years ago
Bruce Momjian e7893db5cf Update wording: 20 years ago
Bruce Momjian 1b736817d0 Add: 20 years ago
Bruce Momjian 33cd2706ad Update x86 Solaris documenation ideas. 20 years ago
Bruce Momjian 449c8af127 Add compile flags sample. 20 years ago
Bruce Momjian 04236bb296 New pgcrypto item wording. 20 years ago
Bruce Momjian 3002492fc7 Update item: 20 years ago
Bruce Momjian 8b2b1d87f8 Wording improvements. 20 years ago
Bruce Momjian 1c59af06db Improve markup. 20 years ago
Peter Eisentraut 86c23a6eb2 Make all command-line options of postmaster and postgres the same. See 20 years ago
Bruce Momjian 4e1712ea54 Update release notes for 8.1.X, 8.0.X, 7.4.X, and 7.3.X. 20 years ago
Bruce Momjian 0dc43870ae Update version number. 20 years ago
Bruce Momjian 9be5beb918 Done: 20 years ago
Bruce Momjian 44f9021223 Remove BEOS port. 20 years ago
Bruce Momjian 6f84b2da75 Remove QNX file. 20 years ago
Bruce Momjian a1675649e4 Remove QNX port. 20 years ago
Tom Lane 349f40b2c2 Rearrange backend startup sequence so that ShmemIndexLock can become 20 years ago
Tom Lane e0078ea22d Fix another case in which autovacuum would fail while analyzing 20 years ago
Tom Lane 507e07e277 There is a signedness bug in Openwall gen_salt code that pgcrypto uses. 20 years ago
Joe Conway 925952603d When the remote query result has a different number of columns 20 years ago
Tom Lane 71ad8e2077 Fix incorrect treatment of RL_PROMPT_START_IGNORE/RL_PROMPT_END_IGNORE, 20 years ago
Tom Lane 41ec930d7c Add checks to verify that a plpgsql function returning a rowtype is actually 20 years ago
Bruce Momjian 75bb2b611d Assume select() might modify struct timeout, so remove previous 20 years ago
Bruce Momjian 447450df71 Use setitimer() for stats file write, rather than do a gettimeofday() 20 years ago
Tom Lane fd924b2988 Don't assume that LC_MESSAGES is always available on WIN32. Per Magnus. 20 years ago
Tom Lane 499f4d5e1e Reset flex state in a way that works for both flex 2.5.4 and 2.5.31. 20 years ago
Andrew Dunstan 14d6c9fe6f Remove the nexus between trial_buffs and trial_conns, and don't test shared buffers lower than or equal to a value we already know is good, but use that value instead. This will make it easier to adjust the trial values and/or formulae in future if necessary. 20 years ago
Bruce Momjian bb1bba8eca Remove unnecessary assignment, per Tom. 20 years ago
Bruce Momjian 9625b18493 Change if (!(x || y)) construct with if (!x && !y), for clarity. 20 years ago
Tom Lane fc6da31ae1 Rewrite ProcessConfigFile() to avoid misbehavior at EOF, as per report 20 years ago
Neil Conway 0898033b1e Remove DOS line endings ("\r\n") from several .po files. DOS line endings 20 years ago
Neil Conway c20a9f25af Trim an obsolete comment: it is no longer relevant that "SELECT" was 20 years ago
Tom Lane bcb26d74cb Clean up initdb's code for selecting max_connections and shared_buffers 20 years ago
Bruce Momjian dbf53e6345 Rename variable to cmd_str. 20 years ago
Bruce Momjian ba3e1cb8c2 Rename variable 'what' to 'stat_msg'. 20 years ago
Bruce Momjian 206499d2fb Prefix client-side prepare with '[protocol]' rather than '[client]'. 20 years ago
Bruce Momjian a8a93f72c5 Rename send_rfq to send_ready_for_query. 20 years ago
Bruce Momjian c86be11ddc Mmark client-side prepare/bind/execute statements with "[client]" so 20 years ago
Bruce Momjian 12af9cdff4 Add support for Solaris x86_64 using Sun's compiler. 20 years ago