Commit Graph

20069 Commits (a4c8494e7b0589ba50cd2d1b00a9b6e2eaaecd15)
 

Author SHA1 Message Date
Tom Lane a4c8494e7b Fix ALTER COLUMN TYPE to preserve the tablespace and reloptions of indexes 19 years ago
Tom Lane 9bc1ea970d Ensure that the result of evaluating a function during constant-expression 19 years ago
Tom Lane 4ef9e9f877 Keep the planner from failing on "WHERE false AND something IN (SELECT ...)". 19 years ago
Tom Lane 79f1d7f5a3 Update timezone data files to release 2007h of the zic database. 19 years ago
Tom Lane ef00409020 Make archive recovery always start a new timeline, rather than only when a 19 years ago
Teodor Sigaev 76e114a458 Fix crash of to_tsvector() function on huge input: compareWORD() 19 years ago
Alvaro Herrera 46dcd202ef Reduce the size of memory allocations by lazy vacuum when processing a small 19 years ago
Tom Lane f0a06adfe7 Fix bogus calculation of potential output string length in translate(). 19 years ago
Tom Lane 038f7e4afb Update release notes for last-minute fix. 19 years ago
Tom Lane 60e3aafbbf Fix aboriginal mistake in lazy VACUUM's code for truncating away 19 years ago
Marc G. Fournier b2f6211d19 tag configure for 8.0.14 19 years ago
Tom Lane d620f2d383 Fix markup that doesn't work in back branches. 19 years ago
Tom Lane 42765a29f9 Minor editorialization on release notes. 19 years ago
Peter Eisentraut 7feaeb809c Translation updates 19 years ago
Alvaro Herrera bf476b94b1 Fix the database-wide version of CLUSTER to silently skip temp tables of 19 years ago
Alvaro Herrera d48f8ab8e1 Add a CHECK_FOR_INTERRUPTS call in the site where the vacuum delay point 19 years ago
Tom Lane 6f3727c5e7 Sync timezone data with 2007g zic release. 19 years ago
Bruce Momjian 37ac2f6d1f Stamp releases 8.2.5, 8.1.10, 8.0.14, 7.4.18, 7.3.20. 19 years ago
Bruce Momjian 30099c28f0 Stamp 19 years ago
Tom Lane 371b213929 Make sure that open hash table scans are cleaned up when bgwriter tries to 19 years ago
Teodor Sigaev 13ad48eb8a Fix header's size of structs defines in ispell. 19 years ago
Alvaro Herrera a441035198 Remove the vacuum_delay_point call in count_nondeletable_pages, because we hold 19 years ago
Tom Lane 43e398900d Fix aboriginal bug in _tarAddFile(): when complaining that the amount of data 19 years ago
Michael Meskes 1798444300 Fixed bug in Informix define handling. 19 years ago
Tom Lane 28b1770520 Fix brain fade in DefineIndex(): it was continuing to access the table's 19 years ago
Tom Lane fa87632f79 Fix combo_decrypt() to throw an error for zero-length input when using a 19 years ago
Tom Lane c2e2ad7989 Fix potential access-off-the-end-of-memory in varbit_out(): it fetched the 19 years ago
Tom Lane 5a3ec02312 Repair problems occurring when multiple RI updates have to be done to the same 19 years ago
Neil Conway c5e86719b0 Fix a gradual memory leak in ExecReScanAgg(). Because the aggregation 19 years ago
Tom Lane fbf9179a27 Fix pg_restore to guard against unexpected EOF while reading an archive file. 19 years ago
Tom Lane 2e24f4af49 Suppress time zone name (%Z) when logging timestamps in xlog.c startup 19 years ago
Andrew Dunstan db97262ba5 Make sure syslogPipe runs in binary mode on Windows to avoid corrupting the pipe chunking protocol. Backport to 8.0 19 years ago
Neil Conway 314a201ca6 Fix a memory leak in tuplestore_end(). Unlikely to be significant during 19 years ago
Tom Lane e938544bef Fix a bug in the original implementation of redundant-join-clause removal: 19 years ago
Tom Lane 59bb0282d4 Fix security definer functions with polymorphic arguments. This case has 19 years ago
Magnus Hagander 5fd6d0fd19 The correct min buffer size is 19 years ago
Tom Lane 680a261529 Fix elog.c to avoid infinite recursion (leading to backend crash) when 19 years ago
Tom Lane c216584b09 Fix WAL replay of truncate operations to cope with the possibility that the 19 years ago
Tom Lane a741047fdb Make replace(), split_part(), and string_to_array() behave somewhat sanely 19 years ago
Andrew Dunstan 19c9660ca8 Only use the pipe chunking protocol if we know the syslogger should 19 years ago
Tom Lane a41c4b218f Fix incorrect optimization of foreign-key checks. When an UPDATE on the 19 years ago
Tom Lane ba56b484ea Fix outfuncs.c to dump A_Const nodes representing NULLs correctly. This has 19 years ago
Joe Conway 9b5efb80ce Restrict non-superusers to password authenticated connections 19 years ago
Tom Lane 54faed3bc5 Fix failure to restart Postgres when Linux kernel returns EIDRM for shmctl(). 19 years ago
Tom Lane 2f5c37e94a Fix a passel of ancient bugs in to_char(), including two distinct buffer 19 years ago
Tom Lane 71db4c703f Fix incorrect tests for undef Perl values in some places in plperl.c. 19 years ago
Tom Lane b0bbcbe7d3 transformColumnDefinition failed to complain about 19 years ago
Tom Lane db6159bcd9 CREATE DOMAIN ... DEFAULT NULL failed because gram.y special-cases DEFAULT 19 years ago
Andrew Dunstan ffa8396eee Implement a chunking protocol for writes to the syslogger pipe, with messages 19 years ago
Tom Lane 6222d866a2 Allow numeric_fac() to be interrupted, since it can take quite a while for 19 years ago