Commit Graph

22149 Commits (8f332cf79eff2ce13c566cc858f88a872699a42c)
 

Author SHA1 Message Date
Tom Lane ac5091b6ac Fix overflow in extract(epoch from interval) for intervals exceeding 68 years. 19 years ago
Tom Lane 1498c45806 Update release notes for last-minute fix. 19 years ago
Tom Lane be706260f0 Fix aboriginal mistake in lazy VACUUM's code for truncating away 19 years ago
Marc G. Fournier cf45f1f4c0 update configure for 8.1.10 19 years ago
Tom Lane b061801569 Fix markup that doesn't work in back branches. 19 years ago
Tom Lane 0fcc0224fe Minor editorialization on release notes. 19 years ago
Peter Eisentraut eae9062283 Translation updates 19 years ago
Alvaro Herrera 07c822672b Make REINDEX DATABASE silently skip remote temp tables. 19 years ago
Alvaro Herrera 57dcb0f81d Fix the database-wide version of CLUSTER to silently skip temp tables of 19 years ago
Alvaro Herrera 073164b767 Add a CHECK_FOR_INTERRUPTS call in the site where the vacuum delay point 19 years ago
Tom Lane 459b26f727 Sync timezone data with 2007g zic release. 19 years ago
Bruce Momjian 1116c0d4d3 Stamp releases 8.2.5, 8.1.10, 8.0.14, 7.4.18, 7.3.20. 19 years ago
Bruce Momjian 07403e67dd Stamp 19 years ago
Tom Lane 4603c29e3a Make sure that open hash table scans are cleaned up when bgwriter tries to 19 years ago
Teodor Sigaev 8605cfaa3d Fix header's size of structs defines in ispell. 19 years ago
Alvaro Herrera e52f4ec325 Remove the vacuum_delay_point call in count_nondeletable_pages, because we hold 19 years ago
Teodor Sigaev 015659330f Improve page split in rtree emulation. Now if splitted result has 19 years ago
Tom Lane c06e5bb7bb Fix aboriginal bug in _tarAddFile(): when complaining that the amount of data 19 years ago
Michael Meskes 2169ad2208 Fixed bug in Informix define handling. 19 years ago
Tom Lane d7e1fa482a Fix brain fade in DefineIndex(): it was continuing to access the table's 19 years ago
Tom Lane d68b66984c Fix combo_decrypt() to throw an error for zero-length input when using a 19 years ago
Tom Lane bbb7e05c32 Fix potential access-off-the-end-of-memory in varbit_out(): it fetched the 19 years ago
Tom Lane d8cb5391c2 Repair problems occurring when multiple RI updates have to be done to the same 19 years ago
Neil Conway 1de589bfcb Fix a gradual memory leak in ExecReScanAgg(). Because the aggregation 19 years ago
Tom Lane 6d1607dc3f Fix pg_restore to guard against unexpected EOF while reading an archive file. 19 years ago
Tom Lane f99e72fa51 Suppress time zone name (%Z) when logging timestamps in xlog.c startup 19 years ago
Andrew Dunstan 6c77d7d73b 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 cbf8f82824 Fix a memory leak in tuplestore_end(). Unlikely to be significant during 19 years ago
Tom Lane 4e957954d6 Fix a bug in the original implementation of redundant-join-clause removal: 19 years ago
Tom Lane bfe4f48146 Fix security definer functions with polymorphic arguments. This case has 19 years ago
Magnus Hagander b25d3e4db0 The correct min buffer size is 19 years ago
Tom Lane 987b0664fb Fix elog.c to avoid infinite recursion (leading to backend crash) when 19 years ago
Tom Lane 6d8afdee00 Fix WAL replay of truncate operations to cope with the possibility that the 19 years ago
Tom Lane a0b2bb8ced Make replace(), split_part(), and string_to_array() behave somewhat sanely 19 years ago
Andrew Dunstan fbbc0f05f1 Only use the pipe chunking protocol if we know the syslogger should 19 years ago
Tom Lane 429870e33e Fix an old thinko in SS_make_initplan_from_plan, which is used when optimizing 19 years ago
Tom Lane b1def736b0 Fix incorrect optimization of foreign-key checks. When an UPDATE on the 19 years ago
Tom Lane 0f254ea39c Fix outfuncs.c to dump A_Const nodes representing NULLs correctly. This has 19 years ago
Joe Conway 7ff65db8b0 Restrict non-superusers to password authenticated connections 19 years ago
Tom Lane 4ceaf35ff3 Remove the pgstat_drop_relation() call from smgr_internal_unlink(), because 19 years ago
Tom Lane 5d798ba82f Fix failure to restart Postgres when Linux kernel returns EIDRM for shmctl(). 19 years ago
Tom Lane 2fc2402566 Fix a passel of ancient bugs in to_char(), including two distinct buffer 19 years ago
Tom Lane ed368c1b8e Fix incorrect tests for undef Perl values in some places in plperl.c. 19 years ago
Tom Lane 12b9a64ccc transformColumnDefinition failed to complain about 19 years ago
Tom Lane f5bfaf9546 CREATE DOMAIN ... DEFAULT NULL failed because gram.y special-cases DEFAULT 19 years ago
Tom Lane 838e286247 Back-patch 8.2 fix that complains if trying to extend a relation encounters 19 years ago
Alvaro Herrera 7cf20db3e5 Avoid having autovacuum run multiple ANALYZE commands in a single transaction, 19 years ago
Andrew Dunstan 1103beb52a Implement a chunking protocol for writes to the syslogger pipe, with messages 19 years ago
Tom Lane 09bb362087 Allow numeric_fac() to be interrupted, since it can take quite a while for 19 years ago
Alvaro Herrera bac7d7b53b Avoid losing track of data for shared tables in pgstats. Report by Michael 19 years ago