Commit Graph

23774 Commits (3049fe7cfa994208cb15cf0c9a20e773839ebf8f)
 

Author SHA1 Message Date
Tom Lane 681892208f Make sure that debug_query_string contains the original query text, 19 years ago
Tom Lane def651f48f Clean up local redeclarations of variables with DLLIMPORT, per report 19 years ago
Neil Conway fd38d726a9 Fix typo. 19 years ago
Tom Lane 72ec567a9a Simplify contrib Makefiles by removing unnecessary SRCS macro, 19 years ago
Tom Lane dbb397f30f Work around reported problem that AIX's getaddrinfo() doesn't seem to zero 19 years ago
Tom Lane 1e758d5263 Add some code to CREATE DATABASE to check for pre-existing subdirectories 19 years ago
Tom Lane 877f08da14 Fix up timetz input so that a date is required only when the specified 19 years ago
Bruce Momjian 723f716be0 Fix array operator refererence in release notes, per David Wheeler. 19 years ago
Tom Lane 022fd99668 Fix up some problems in handling of zic-style time zone names in datetime 19 years ago
Bruce Momjian d58f09e6b3 Mark 8.2 release as 2006-??, not 2005-??, per observation by David 19 years ago
Bruce Momjian 47fecaf504 Attached files fix the link problem in FAQ_DEV.html, remove some parts 19 years ago
Bruce Momjian 10d9bbaf01 Fixes for CREATE CONSTRAINT manual page. 19 years ago
Tom Lane 14914e0d33 Fix unexpected side-effect of changes for case insensitivity of timezone names. 19 years ago
Peter Eisentraut 3e584e071b Remove use of whrandom module, which was removed in Python 2.5. 19 years ago
Tom Lane 0b35b01e7a Arrange for timezone names to be recognized case-insensitively; for 19 years ago
Bruce Momjian a2ebf81913 CREATE CONSTRAINT manual page wording improvements. 19 years ago
Bruce Momjian 52831f7911 Update to CREATE CONSTRAINT manual page. 19 years ago
Bruce Momjian c2e7da1f62 I updated RPM related parts in FAQ_DEV against HEAD to be more current. 19 years ago
Bruce Momjian 389fad1e6b Remove use of '<' and '>' in SGML, use '&' escapes. 19 years ago
Peter Eisentraut 6ab23dabf5 Punt when trying to build with threaded Python on FreeBSD. 19 years ago
Tom Lane e0dece127d Redesign the patch for allocation of shmem space and LWLocks for add-on 19 years ago
Tom Lane a3dff39c53 Adjust plperl to ensure that all strings and hash keys passed to Perl 19 years ago
Bruce Momjian 87eed2e3e1 Update Japanese FAQ. 19 years ago
Bruce Momjian fdbe9facdc FAQ updates --- This is a small cosmetic patch that adds pt_BR IRC 19 years ago
Tom Lane 1314983fd3 Code review for --no-data-for-failed-tables patch. Instead of trashing 19 years ago
Tom Lane f58eac82ee Code and docs review for ALTER TABLE INHERIT/NO INHERIT patch. 19 years ago
Peter Eisentraut e1fdd2263f Make unknown-option-warning code more portable. echo -n is not portable, 19 years ago
Bruce Momjian d63ddfb872 Update Japanese FAQ. 19 years ago
Tom Lane 7de6cf2743 Fix typo in version number. 19 years ago
Bruce Momjian 5777dca4f8 Fix test_fsync compile on MinGW(win32) 19 years ago
Teodor Sigaev 47df6e7e2d Fix infinite sleep and failes of send in Win32. 19 years ago
Bruce Momjian efa0e8639f Remove: 19 years ago
Bruce Momjian ab1cec93c5 Add url's for hints: 19 years ago
Bruce Momjian 5ee7c794c7 Add: 19 years ago
Neil Conway bfc6e9c970 Make some incremental improvements and fixes to the documentation on 19 years ago
Tom Lane 0c9983889a Update release notes for SQL functions vs triggers fix. 19 years ago
Neil Conway 7055867a01 In the installation docs, add some links to the documentation on LDAP 19 years ago
Tom Lane d2e17e1ddc Fix mishandling of after-trigger state when a SQL function returns multiple 19 years ago
Tom Lane b38900c767 Use Min() instead of min() in qsort, for consistency and to avoid 19 years ago
Tom Lane a50606de91 Remove somebody's ill-considered free() call, per report from Chander Ganesan. 19 years ago
Bruce Momjian 638cc9abf8 Update pg_hba.conf comment about documentation section. 19 years ago
Tom Lane 953c85646e A bit of copy-editing on back-branch release notes. 19 years ago
Tom Lane 772c5ba31f Repair incorrect check for coercion of unknown literal to ANYARRAY, a bug 19 years ago
Tom Lane 8f2f180ff1 Code review for LIKE INCLUDING CONSTRAINTS patch --- improve comments, 19 years ago
Teodor Sigaev 3f16647960 Rename function 'isexists' and 'isdefined' to 19 years ago
Peter Eisentraut 4e46f4799e Cleanup pass 19 years ago
Bruce Momjian ed95aea27d MSVC/BCC Win32 compiler fixes. 19 years ago
Bruce Momjian 04209052ba Typo fix. 19 years ago
Bruce Momjian 327d5c3571 Add release checklist item: 19 years ago
Bruce Momjian 16795b9899 Update FAQ for latest release 8.1.5. 19 years ago