Commit Graph

14581 Commits (218cf59b60c526258f14e672000f59496b227639)
 

Author SHA1 Message Date
Tom Lane 218cf59b60 Make standard maintenance operations (including VACUUM, ANALYZE, REINDEX, 18 years ago
Bruce Momjian 7146fab2a8 Provide a more helpful error message when there is an autoconf version 18 years ago
Peter Eisentraut 70777be20c Require a specific Autoconf version, instead of a lower bound only. 18 years ago
Tatsuo Ishii a6b6e71fa6 Fix "Page Layout" table. The second row should be ItemIdData, not 18 years ago
Joe Conway 75ffb44e7f Have crosstab variants treat NULL rowid as a category in its own right, 18 years ago
Tom Lane b7f1fe6c46 Ensure that the result of evaluating a function during constant-expression 18 years ago
Tom Lane 245dd2bca7 Fix bogus calculation of potential output string length in translate(). 18 years ago
Tom Lane 1aea75f047 Update release notes for last-minute fix. 18 years ago
Tom Lane 2f2baf9299 Fix aboriginal mistake in lazy VACUUM's code for truncating away 18 years ago
Marc G. Fournier a93840e343 tag configure for 7.3.20 18 years ago
Tom Lane 8ea2d503b6 Fix markup that doesn't work in back branches. 18 years ago
Tom Lane dc3fa6afb0 Minor editorialization on release notes. 18 years ago
Peter Eisentraut cc6dcf4c08 Translation updates 18 years ago
Bruce Momjian 5373878775 Stamp releases 8.2.5, 8.1.10, 8.0.14, 7.4.18, 7.3.20. 18 years ago
Bruce Momjian 4147492693 Stamp 18 years ago
Tom Lane 85738a50ea Fix aboriginal bug in _tarAddFile(): when complaining that the amount of data 18 years ago
Tom Lane 10a81b3f2f Fix combo_decrypt() to throw an error for zero-length input when using a 18 years ago
Tom Lane ffaaaf9918 Fix potential access-off-the-end-of-memory in varbit_out(): it fetched the 18 years ago
Tom Lane 99fa5f458c Fix pg_restore to guard against unexpected EOF while reading an archive file. 18 years ago
Tom Lane 681690f4e3 Fix elog.c to avoid infinite recursion (leading to backend crash) when 18 years ago
Tom Lane c556447c70 Make replace(), split_part(), and string_to_array() behave somewhat sanely 18 years ago
Tom Lane f1dda4c54e Fix outfuncs.c to dump A_Const nodes representing NULLs correctly. This has 18 years ago
Joe Conway a776eaea3c Restrict non-superusers to password authenticated connections 18 years ago
Tom Lane 7ca6422075 Fix failure to restart Postgres when Linux kernel returns EIDRM for shmctl(). 18 years ago
Tom Lane 175c3b853a Fix a passel of ancient bugs in to_char(), including two distinct buffer 18 years ago
Tom Lane 01e570e684 transformColumnDefinition failed to complain about 18 years ago
Tom Lane cbe8af81b2 CREATE DOMAIN ... DEFAULT NULL failed because gram.y special-cases DEFAULT 18 years ago
Tom Lane 72cbfa4fcc Fix aboriginal bug in BufFileDumpBuffer that would cause it to write the 18 years ago
Tom Lane 2d91f676b0 Fix dynahash.c to suppress hash bucket splits while a hash_seq_search() scan 18 years ago
Neil Conway a8ac5f7626 Fix newly-introduced documentation typo. 18 years ago
PostgreSQL Daemon 6b5ecb4010 Update configure.in for release 18 years ago
Tom Lane 653f0f0b53 Fix markup. 18 years ago
Tom Lane a174b6fb6c Fix markup. 18 years ago
Tom Lane a796aac46f Support explicit placement of the temporary-table schema within search_path. 18 years ago
Bruce Momjian f085ee088e Release wording updates for releases 8.2.4, 8.1.9, 8.0.13, 7.4.17, 7.3.19. 18 years ago
Bruce Momjian def3f81fa1 Update FAQ to mention most recent release for releases 18 years ago
Bruce Momjian eaeacaf374 Update FAQ to mention most recent release for releases 18 years ago
Bruce Momjian af6b2e30a4 Stamp releases 8.2.4, 8.1.9, 8.0.13, 7.4.17, 7.3.19. 18 years ago
Bruce Momjian 28ecd60233 Release note updates for 8.2.4, 8.1.9, 8.0.13, 7.4.17, 7.3.19. 18 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