Commit Graph

21584 Commits (db55a807debc71982d8a12b712ac040e052fd1bc)
 

Author SHA1 Message Date
Tom Lane db55a807de Improve error messages for missing-FROM-entry cases, as per recent discussion. 20 years ago
Neil Conway e838df6ff8 In PLy_function_build_args(), the code loops repeatedly, constructing 20 years ago
Tom Lane d3934a3f38 Fix pg_dump to add the required OPERATOR() decoration to schema-qualified 20 years ago
Andrew Dunstan ed47146f1e Stop perl from hijacking stdio and other stuff on Windows. 20 years ago
Tom Lane e1926aa91e Add RelationOpenSmgr() calls to ensure rd_smgr is valid when we try to 20 years ago
Tom Lane c66f4ec569 During CatCacheRemoveCList, we must now remove any members that are 20 years ago
Tom Lane 4b1f09d5bd Fix failure to apply domain constraints to a NULL constant that's added to 20 years ago
Tom Lane 68f4ed462a Release-note updates and copy editing. 20 years ago
Tom Lane c628930966 Fix Windows-only postmaster code to reject a connection request and continue, 20 years ago
Tom Lane 9395f4911a Convert Assert checking for empty page into a regular test and elog. 20 years ago
Tom Lane cf3c9c14c3 Fix ReadBuffer() to correctly handle the case where it's trying to extend 20 years ago
Bruce Momjian ffc7186004 New pgcrypto item wording. 20 years ago
Bruce Momjian 61180e80d4 Wording improvements. 20 years ago
Bruce Momjian 045de2d865 Improve markup. 20 years ago
Peter Eisentraut 3e62f08e9a Translation update 20 years ago
Bruce Momjian e0f1f8ad0b Update release notes for 8.1.X, 8.0.X, 7.4.X, and 7.3.X. 20 years ago
Bruce Momjian f54a68d24a Stamp release 8.1.2. 20 years ago
Tom Lane e9bb12d5ab Arrange to set the LC_XXX environment variables to match our locale setup. 20 years ago
Tom Lane f336613438 Fix another case in which autovacuum would fail while analyzing 20 years ago
Tom Lane f5b50af291 There is a signedness bug in Openwall gen_salt code that pgcrypto uses. 20 years ago
Joe Conway 17903a7375 When the remote query result has a different number of columns 20 years ago
Tom Lane 54b84d4838 Fix incorrect treatment of RL_PROMPT_START_IGNORE/RL_PROMPT_END_IGNORE, 20 years ago
Tom Lane 495be39266 Add checks to verify that a plpgsql function returning a rowtype is actually 20 years ago
Tom Lane a61ca095a9 Reset flex state in a way that works for both flex 2.5.4 and 2.5.31. 20 years ago
Tom Lane 7833a8870c Rewrite ProcessConfigFile() to avoid misbehavior at EOF, as per report 20 years ago
Neil Conway 49d3d5dc17 Remove DOS line endings ("\r\n") from several .po files. DOS line endings 20 years ago
Tom Lane fff24e9b47 Repair EXPLAIN failure when trying to display a plan condition that involves 20 years ago
Neil Conway ff48fb9579 Index: src/pl/plpython/plpython.c 20 years ago
Bruce Momjian 8136eca59c Remove a space that incorrectly precedes a comma in the PL/pgSQL 20 years ago
Bruce Momjian 5fcf4a9c03 Add COPY CSV test that tests CSV output of \. 20 years ago
Bruce Momjian c54fee814f Update COPY CSV \. wording for externally created files. 20 years ago
Bruce Momjian c7fc2ccf63 Add regression tests for CSV and \., and add automatic quoting of a 20 years ago
Bruce Momjian 3f99c2d5a7 Our code had: 20 years ago
Tatsuo Ishii ab2d8c41ff Fix long standing Asian multibyte charsets bug. 20 years ago
Tatsuo Ishii 5343bcadd6 Fix for rearranging encoding id ISO-8859-5 to ISO-8859-8. 20 years ago
Tom Lane 13d954d744 Fix make_relative_path() to support cases where target_path and bin_path 20 years ago
Tom Lane e6242ba176 Adjust string comparison so that only bitwise-equal strings are considered 20 years ago
Bruce Momjian f545a05704 Update interval documenation to mention the storage system used. 20 years ago
Bruce Momjian 14e9a17f0a Add documentation example of using interval multiplication with 'days'. 20 years ago
Bruce Momjian 2469b99665 Add additional example for interval multiplication. 20 years ago
Teodor Sigaev dacf7e774d Fix word's length in pg_regexec call 20 years ago
Tom Lane ba7fd49de5 Defend against crash while processing Describe Statement or Describe Portal 20 years ago
Tom Lane 599e225c11 Fix problem with whole-row Vars referencing sub-select outputs, per 20 years ago
Tom Lane f23e9f7a54 Teach deparsing of CASE expressions to cope with the simplified forms 20 years ago
Tom Lane 31a21e3df0 Remove incorrect increment of lineno, per David Fetter. 20 years ago
Peter Eisentraut 8c1fc987e4 Translation updates 20 years ago
Tom Lane a2fc8ca797 Add release notes for back branches (7.3 and up). 20 years ago
Bruce Momjian 24cea65634 Add documentation about the behavior of BEFORE triggers and referential 20 years ago
Bruce Momjian 2eed0afc0c Remove mention that history is _now_ automatically saved on exit. It 20 years ago
Tom Lane 9af49fcf87 Fix broken markup. 20 years ago