Commit Graph

10811 Commits (6689ac7db925e0830ee88da8b2f8a2ca341b9c13)

Author SHA1 Message Date
Tom Lane 218cf59b60 Make standard maintenance operations (including VACUUM, ANALYZE, REINDEX, 19 years ago
Tom Lane b7f1fe6c46 Ensure that the result of evaluating a function during constant-expression 19 years ago
Tom Lane 245dd2bca7 Fix bogus calculation of potential output string length in translate(). 19 years ago
Tom Lane 2f2baf9299 Fix aboriginal mistake in lazy VACUUM's code for truncating away 19 years ago
Peter Eisentraut cc6dcf4c08 Translation updates 19 years ago
Bruce Momjian 5373878775 Stamp releases 8.2.5, 8.1.10, 8.0.14, 7.4.18, 7.3.20. 19 years ago
Tom Lane 85738a50ea Fix aboriginal bug in _tarAddFile(): when complaining that the amount of data 19 years ago
Tom Lane ffaaaf9918 Fix potential access-off-the-end-of-memory in varbit_out(): it fetched the 19 years ago
Tom Lane 99fa5f458c Fix pg_restore to guard against unexpected EOF while reading an archive file. 19 years ago
Tom Lane 681690f4e3 Fix elog.c to avoid infinite recursion (leading to backend crash) when 19 years ago
Tom Lane c556447c70 Make replace(), split_part(), and string_to_array() behave somewhat sanely 19 years ago
Tom Lane f1dda4c54e Fix outfuncs.c to dump A_Const nodes representing NULLs correctly. This has 19 years ago
Tom Lane 7ca6422075 Fix failure to restart Postgres when Linux kernel returns EIDRM for shmctl(). 19 years ago
Tom Lane 175c3b853a Fix a passel of ancient bugs in to_char(), including two distinct buffer 19 years ago
Tom Lane 01e570e684 transformColumnDefinition failed to complain about 19 years ago
Tom Lane cbe8af81b2 CREATE DOMAIN ... DEFAULT NULL failed because gram.y special-cases DEFAULT 19 years ago
Tom Lane 72cbfa4fcc Fix aboriginal bug in BufFileDumpBuffer that would cause it to write the 19 years ago
Tom Lane 2d91f676b0 Fix dynahash.c to suppress hash bucket splits while a hash_seq_search() scan 19 years ago
Tom Lane a796aac46f Support explicit placement of the temporary-table schema within search_path. 19 years ago
Bruce Momjian af6b2e30a4 Stamp releases 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. 20 years ago
Tom Lane 2c47aaa0b6 Update 7.x variant horology files to match the new US DST rules. It seems 20 years ago
Tom Lane 675a313b54 Fix an ancient logic error in plpgsql's exec_stmt_block: it thought it could 20 years ago
Tom Lane 6eb61d578f Rearrange use of plpgsql_add_initdatums() so that only the parsing of a 20 years ago
Tom Lane af8a424324 Stamp release 7.3.18. 20 years ago
Tom Lane 6be54294cb Repair insufficiently careful type checking for SQL-language functions: 20 years ago
Peter Eisentraut cf9ca3d2a3 Translation updates 20 years ago
Tom Lane eea0902ead Correct an old logic error in btree page splitting: when considering a split 20 years ago
Tom Lane d56c800c40 Get pg_utf_mblen(), pg_utf2wchar_with_len(), and utf2ucs() all on the same 20 years ago
Bruce Momjian 3294607a6a Stamp release 7.3.17. 20 years ago
Tom Lane 0b29676aa6 Fix regex_fixed_prefix() to cope reasonably well with regex patterns of the 20 years ago
Tom Lane d3db2bd80c Repair bug #2839: the various ExecReScan functions need to reset 20 years ago
Tom Lane 923ec1a19f Mark to_number() and the numeric-type variants of to_char() as stable, not 20 years ago
Tom Lane 0951ff33b5 Fix 1-byte buffer overrun when OID exceeds 1 billion. This probably can't 20 years ago
Tom Lane 7275173636 Fix psql \d commands to behave properly when a pattern using regex | is given. 20 years ago
Bruce Momjian b25ddbb81e Update libpq.rc for 7.3.16 and 7.4.14. Later releases use libpq.rc.in, 20 years ago
Bruce Momjian 68b856f065 Stamp releases 7.3.16, 7.4.14, 8.0.9, and 8.1.5. 20 years ago
Tom Lane a9ae4ae8c1 Fix back-branch pg_regress scripts to try the "canonical" expected file if we 20 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
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
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