Commit Graph

21754 Commits (e0078ea22ddb229e9050d17f8e3fa847f66f6768)
 

Author SHA1 Message Date
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
Tom Lane c876d965f5 Repair EXPLAIN failure when trying to display a plan condition that involves 20 years ago
Bruce Momjian 7211ff7d32 Add: 20 years ago
Peter Eisentraut 810530020f Disallow setting ssl = on if SSL is not compiled in. 20 years ago
Neil Conway edafb4f037 Index: src/pl/plpython/plpython.c 20 years ago
Tom Lane 195f164228 Get rid of the SpinLockAcquire/SpinLockAcquire_NoHoldoff distinction 20 years ago
Bruce Momjian e135d9631b Update: 20 years ago
Andrew Dunstan eb29d89ffd Move declaration of check_function_bodies to where the perl headers 20 years ago
Neil Conway 12119188fe Revert some careless search-and-replace: "ADD" in comment text should 20 years ago
Bruce Momjian be6187e1c2 Remove a space that incorrectly precedes a comma in the PL/pgSQL 20 years ago
Tom Lane ab51bbaa06 Arrange to set the LC_XXX environment variables to match our locale 20 years ago
Bruce Momjian b6c881ce62 Update regression tests for new referential integrity error message 20 years ago
Tom Lane c104cd2038 Fix plperl validator to honor check_function_bodies: when that is OFF, 20 years ago
Tom Lane 15093bf2d8 Move plpgsql's fetchArgInfo() into funcapi.c, and rename to 20 years ago
Bruce Momjian 776d63f975 Mention "table" in "violates foreign key constraint" message that was 20 years ago
Tom Lane a4e5169994 Remove silly use of DLLIMPORT. 20 years ago
Bruce Momjian 54e5caa440 Add COPY CSV test that tests CSV output of \. 20 years ago
Bruce Momjian 9c72df4e86 Update COPY CSV \. wording for externally created files. 20 years ago
Bruce Momjian 6fa335721a Update: 20 years ago
Bruce Momjian 87289ff35c Add regression tests for CSV and \., and add automatic quoting of a 20 years ago
Bruce Momjian 1b184c990f Done: 20 years ago
Tom Lane 6e07709760 Implement SQL-compliant treatment of row comparisons for < <= > >= cases 20 years ago
Andrew Dunstan a37422e042 Increase amount of shared buffers initdb tries to allocate to 4000, 20 years ago
Bruce Momjian a598385f3b Our code had: 20 years ago
Bruce Momjian a4a4b8bb02 Protect ADD and HEADER symbols from conflicting with MIPS includes. 20 years ago
Bruce Momjian a2384d008a More uses of IS_HIGHBIT_SET() macro. 20 years ago
Peter Eisentraut 6840cccd11 Rename pg_make_encrypted_password to PQencryptPassword. 20 years ago
Bruce Momjian 5c9a46f605 Add: 20 years ago
Neil Conway 97e1535fba Various cosmetic code cleanup for PL/Python: 20 years ago