Commit Graph

14544 Commits (af6b2e30a463600a559700a67d1a97c0b2413258)
 

Author SHA1 Message Date
Bruce Momjian af6b2e30a4 Stamp releases 8.2.4, 8.1.9, 8.0.13, 7.4.17, 7.3.19. 19 years ago
Bruce Momjian 28ecd60233 Release note updates for 8.2.4, 8.1.9, 8.0.13, 7.4.17, 7.3.19. 19 years ago
Tatsuo Ishii c442dc28d6 Fix pg_wchar_table's maxmblen field of EUC_CN, EUC_TW, MULE_INTERNAL 19 years ago
Tom Lane 6ce2ca3332 Fix a longstanding bug in VACUUM FULL's handling of update chains. The code 19 years ago
Tom Lane 4edaffa1d1 Fix markQueryForLocking() to work correctly in the presence of nested views. 19 years ago
Tom Lane 2c47aaa0b6 Update 7.x variant horology files to match the new US DST rules. It seems 19 years ago
Tom Lane 675a313b54 Fix an ancient logic error in plpgsql's exec_stmt_block: it thought it could 19 years ago
Tom Lane 6eb61d578f Rearrange use of plpgsql_add_initdatums() so that only the parsing of a 19 years ago
Tom Lane af8a424324 Stamp release 7.3.18. 19 years ago
Tom Lane c07313161f Update release notes for security-related releases in all active branches. 19 years ago
Tom Lane 6be54294cb Repair insufficiently careful type checking for SQL-language functions: 19 years ago
Peter Eisentraut cf9ca3d2a3 Translation updates 19 years ago
Tom Lane eea0902ead Correct an old logic error in btree page splitting: when considering a split 19 years ago
Tom Lane d56c800c40 Get pg_utf_mblen(), pg_utf2wchar_with_len(), and utf2ucs() all on the same 19 years ago
Tatsuo Ishii 43021ef815 Back port patch. 19 years ago
Bruce Momjian 4c884c3ceb Fix markup because older releases couldn't like to refernce pages. 19 years ago
Bruce Momjian 43a9728290 Fix markup because lc_numeric didn't have an SGML tag in this release. 19 years ago
PostgreSQL Daemon c41e33f5fa tag for 7.3.17 ... 19 years ago
Tom Lane 3941045cd3 Minor copy-editing for release note updates. 19 years ago
Bruce Momjian 3294607a6a Stamp release 7.3.17. 19 years ago
Bruce Momjian 4f58c0db22 Create release notes for 7.3.17. 19 years ago
Tom Lane 0b29676aa6 Fix regex_fixed_prefix() to cope reasonably well with regex patterns of the 19 years ago
Tom Lane d3db2bd80c Repair bug #2839: the various ExecReScan functions need to reset 19 years ago
Tom Lane 923ec1a19f Mark to_number() and the numeric-type variants of to_char() as stable, not 19 years ago
Tom Lane 0951ff33b5 Fix 1-byte buffer overrun when OID exceeds 1 billion. This probably can't 19 years ago
Tom Lane 53d7eece13 Stamp 7.3.16. 19 years ago
Tom Lane 9dd224e3c6 A bit of copy-editing on back-branch release notes. 19 years ago
Tom Lane 7275173636 Fix psql \d commands to behave properly when a pattern using regex | is given. 19 years ago
Bruce Momjian b25ddbb81e Update libpq.rc for 7.3.16 and 7.4.14. Later releases use libpq.rc.in, 19 years ago
Bruce Momjian 68b856f065 Stamp releases 7.3.16, 7.4.14, 8.0.9, and 8.1.5. 19 years ago
Bruce Momjian 850f5f3287 Update release notes for releases 7.3.16, 7.4.14, 8.0.9, and 8.1.5. 19 years ago
Tom Lane a9ae4ae8c1 Fix back-branch pg_regress scripts to try the "canonical" expected file if we 19 years ago
Tom Lane 4e66f619b0 Fix ancient oversight in psql's \d pattern processing code: when seeing two 20 years ago
Tom Lane 152dbad1eb Clean up rather sloppy fix in HEAD for the ancient bug that CREATE CONVERSION 20 years ago
Teodor Sigaev 2b3d2717c4 Fix bug introduced by last patch, thanks again to Mario Weilguni <mweilguni@sime.com> 20 years ago
Teodor Sigaev 3da93a0a3b fix bug about modifying value in shared buffer, 20 years ago
Neil Conway 3c3c610c57 A recent backpatch to 7.3's contrib/ltree got mixed up, putting code in 20 years ago
Teodor Sigaev 79aabd140d Fix bug corrupting query in gist consistent function. 20 years ago
Bruce Momjian 4587cd4280 Fix dbmirror for new backslash escaping: 20 years ago
Tom Lane fe090f0778 Back-patch 7.4-era fix for memory leak with SSL connections due to 20 years ago
Tom Lane 9e63275633 Back-port Postgres 7.4 spinlock code into 7.3 branch. This adds 20 years ago
Tom Lane 7769196fb5 Pre-8.0 branches need to cope with possibility that the system libc knows 20 years ago
Tom Lane e675978ff5 Stamp release 7.3.15. 20 years ago
Tom Lane 78e237e1e3 Update release notes for upcoming releases. 20 years ago
Bruce Momjian 502b68876c Stamp releases 7.3.15, 7.4.13, and 8.0.8. 20 years ago
Tom Lane e6f43f7786 Modify libpq's string-escaping routines to be aware of encoding considerations 20 years ago
Tom Lane 16e77740ea Add a new GUC parameter backslash_quote, which determines whether the SQL 20 years ago
Tom Lane 5c4de67044 Change the backend to reject strings containing invalidly-encoded multibyte 20 years ago
Bruce Momjian 583a472f7b Change \' to '', for SQL standards compliance. Backpatch to 7.3, 7.4, 20 years ago
Tom Lane 506747337b Fix the sense of the test on DH_check()'s return value. This was preventing 20 years ago