Commit Graph

20083 Commits (0e9888b90d41bdb95ddbc1f4b22d61ba6bf5fdc1)
 

Author SHA1 Message Date
Magnus Hagander 0e9888b90d Fix invalid ipv6 address in example. Per doc comment 7211. 19 years ago
Tom Lane 5e58402b00 Update time zone data files to tzdata release 2007k. 19 years ago
Bruce Momjian 41c9c81027 Provide a more helpful error message when there is an autoconf version 19 years ago
Tom Lane 23c3d02d44 Make path_recv() and poly_recv() reject paths/polygons containing no points. 19 years ago
Peter Eisentraut 951614baf2 Require a specific Autoconf version, instead of a lower bound only. 19 years ago
Alvaro Herrera af6496ef5a Fix buggy usage of vsnprintf in PL/Python by removing it altogether, instead 19 years ago
Tatsuo Ishii 2f5a7506c6 Fix "Overall Page Layout" table. The second row should be ItemIdData, not 19 years ago
Tom Lane dfd7208424 Prevent Perl from introducing a possibly-incompatible definition of type 19 years ago
Teodor Sigaev 4fc32d5891 Backpatch: Fix tsvector_out() and tsquery_out() to escape backslesh, add test of that. 19 years ago
Tom Lane d38814675e Update timezone data files to release 2007i of the zic database. 19 years ago
Joe Conway 96365c7197 Have crosstab variants treat NULL rowid as a category in its own right, 19 years ago
Tom Lane a084d1f48f If an index depends on no columns of its table, give it a dependency on the 19 years ago
Michael Meskes 7e002a6f56 Added missing clause to parser. 19 years ago
Tom Lane ba5e258ef9 Fix a couple of issues with pg_dump's handling of inheritance child tables 19 years ago
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