Commit Graph

21593 Commits (0bfd90ff32bb18cc0201a7194cd9bef6d152e802)
 

Author SHA1 Message Date
Tom Lane 0bfd90ff32 Modify pgstats code to reduce performance penalties from oversized stats data 21 years ago
Tom Lane 9e72b3c2c5 Fix fsync code to test whether F_FULLFSYNC is available, instead of 21 years ago
Tom Lane 7b3d9367b4 Repair problems with the result of lookup_rowtype_tupdesc() possibly being 21 years ago
Neil Conway afe91cae6c When using GCC on AMD64 and PPC, ECPGget_variable() takes a va_list *, not 21 years ago
Peter Eisentraut 5032245807 Fix pg_ctl crash on "unregister" when a data directory is not specified. 21 years ago
Neil Conway 5dc3d1b0be We neglected to apply domain constraints on UNKNOWN parameters to 21 years ago
Tom Lane a933c4e59e Repair "Halloween problem" in EvalPlanQual: a tuple that's been inserted by 21 years ago
Tom Lane e2c60a2cfe Use a more bulletproof test for whether finite() and isinf() are present. 21 years ago
Tom Lane 34b0ac6ada Remove extraneous backslash from 'fixseq.sql' example --- mea culpa 21 years ago
Tom Lane db55a807de Improve error messages for missing-FROM-entry cases, as per recent discussion. 21 years ago
Neil Conway e838df6ff8 In PLy_function_build_args(), the code loops repeatedly, constructing 21 years ago
Tom Lane d3934a3f38 Fix pg_dump to add the required OPERATOR() decoration to schema-qualified 21 years ago
Andrew Dunstan ed47146f1e Stop perl from hijacking stdio and other stuff on Windows. 21 years ago
Tom Lane e1926aa91e Add RelationOpenSmgr() calls to ensure rd_smgr is valid when we try to 21 years ago
Tom Lane c66f4ec569 During CatCacheRemoveCList, we must now remove any members that are 21 years ago
Tom Lane 4b1f09d5bd Fix failure to apply domain constraints to a NULL constant that's added to 21 years ago
Tom Lane 68f4ed462a Release-note updates and copy editing. 21 years ago
Tom Lane c628930966 Fix Windows-only postmaster code to reject a connection request and continue, 21 years ago
Tom Lane 9395f4911a Convert Assert checking for empty page into a regular test and elog. 21 years ago
Tom Lane cf3c9c14c3 Fix ReadBuffer() to correctly handle the case where it's trying to extend 21 years ago
Bruce Momjian ffc7186004 New pgcrypto item wording. 21 years ago
Bruce Momjian 61180e80d4 Wording improvements. 21 years ago
Bruce Momjian 045de2d865 Improve markup. 21 years ago
Peter Eisentraut 3e62f08e9a Translation update 21 years ago
Bruce Momjian e0f1f8ad0b Update release notes for 8.1.X, 8.0.X, 7.4.X, and 7.3.X. 21 years ago
Bruce Momjian f54a68d24a Stamp release 8.1.2. 21 years ago
Tom Lane e9bb12d5ab Arrange to set the LC_XXX environment variables to match our locale setup. 21 years ago
Tom Lane f336613438 Fix another case in which autovacuum would fail while analyzing 21 years ago
Tom Lane f5b50af291 There is a signedness bug in Openwall gen_salt code that pgcrypto uses. 21 years ago
Joe Conway 17903a7375 When the remote query result has a different number of columns 21 years ago
Tom Lane 54b84d4838 Fix incorrect treatment of RL_PROMPT_START_IGNORE/RL_PROMPT_END_IGNORE, 21 years ago
Tom Lane 495be39266 Add checks to verify that a plpgsql function returning a rowtype is actually 21 years ago
Tom Lane a61ca095a9 Reset flex state in a way that works for both flex 2.5.4 and 2.5.31. 21 years ago
Tom Lane 7833a8870c Rewrite ProcessConfigFile() to avoid misbehavior at EOF, as per report 21 years ago
Neil Conway 49d3d5dc17 Remove DOS line endings ("\r\n") from several .po files. DOS line endings 21 years ago
Tom Lane fff24e9b47 Repair EXPLAIN failure when trying to display a plan condition that involves 21 years ago
Neil Conway ff48fb9579 Index: src/pl/plpython/plpython.c 21 years ago
Bruce Momjian 8136eca59c Remove a space that incorrectly precedes a comma in the PL/pgSQL 21 years ago
Bruce Momjian 5fcf4a9c03 Add COPY CSV test that tests CSV output of \. 21 years ago
Bruce Momjian c54fee814f Update COPY CSV \. wording for externally created files. 21 years ago
Bruce Momjian c7fc2ccf63 Add regression tests for CSV and \., and add automatic quoting of a 21 years ago
Bruce Momjian 3f99c2d5a7 Our code had: 21 years ago
Tatsuo Ishii ab2d8c41ff Fix long standing Asian multibyte charsets bug. 21 years ago
Tatsuo Ishii 5343bcadd6 Fix for rearranging encoding id ISO-8859-5 to ISO-8859-8. 21 years ago
Tom Lane 13d954d744 Fix make_relative_path() to support cases where target_path and bin_path 21 years ago
Tom Lane e6242ba176 Adjust string comparison so that only bitwise-equal strings are considered 21 years ago
Bruce Momjian f545a05704 Update interval documenation to mention the storage system used. 21 years ago
Bruce Momjian 14e9a17f0a Add documentation example of using interval multiplication with 'days'. 21 years ago
Bruce Momjian 2469b99665 Add additional example for interval multiplication. 21 years ago
Teodor Sigaev dacf7e774d Fix word's length in pg_regexec call 21 years ago