Commit Graph

22254 Commits (7965fd5b0e3c95beeb09a077bc2f3e0bd2fb41fc)
 

Author SHA1 Message Date
Tom Lane 7965fd5b0e Improve documentation of pg_restore's -l and -L switches to point out their 16 years ago
Marc G. Fournier 30017daeb4 tag 8.1.21 16 years ago
Tom Lane 6499118a90 Update release notes with security issues. 16 years ago
Tom Lane b67abe3db8 Use an entity instead of non-ASCII letter. Thom Brown 16 years ago
Tom Lane a921879053 Prevent PL/Tcl from loading the "unknown" module from pltcl_modules unless 16 years ago
Andrew Dunstan 68e621bfa4 Abandon the use of Perl's Safe.pm to enforce restrictions in plperl, as it is 16 years ago
Peter Eisentraut ffba89a9bb Translation update 16 years ago
Tom Lane a65beefa7c Preliminary release notes for releases 8.4.4, 8.3.11, 8.2.17, 8.1.21, 8.0.25, 16 years ago
Tom Lane 68083ef9d1 Update time zone data files to tzdata release 2010j: DST law changes in 16 years ago
Tom Lane 7e84802ce5 Work around a subtle portability problem in use of printf %s format. 16 years ago
Tom Lane ddcba86256 Fix psql to not go into infinite recursion when expanding a variable that 16 years ago
Tom Lane fbd2fbed0c Fix backpatching error in recent patch for ALTER USER f RESET ALL behavior. 16 years ago
Tom Lane 6666e76344 Add code to InternalIpcMemoryCreate() to handle the case where shmget() 16 years ago
Tom Lane d130025aa9 Fix multiple memory leaks in PLy_spi_execute_fetch_result: it would leak 16 years ago
Peter Eisentraut 2c862fbf23 IP port -> TCP port 16 years ago
Andrew Dunstan 0783d492f0 Sync perl's ppport.h on all branches back to 7.4 with recent update on HEAD, ensuring we can build older branches with modern Perl installations. 16 years ago
Tom Lane c383ff4ca1 Ensure that contrib/pgstattuple functions respond to cancel interrupts 16 years ago
Alvaro Herrera 03ecb57737 Prevent ALTER USER f RESET ALL from removing the settings that were put there 16 years ago
Tom Lane 40db749c70 Clear error_context_stack and debug_query_string at the beginning of proc_exit, 16 years ago
Magnus Hagander dbaaca266a Typo fixes. 16 years ago
Marc G. Fournier 53690dce27 tag 8.1.20 16 years ago
Tom Lane e6bef1156a Preliminary release notes for releases 8.4.3, 8.3.10, 8.2.16, 8.1.20, 8.0.24, 16 years ago
Tom Lane a38c09f43d Use SvROK(sv) rather than directly checking SvTYPE(sv) == SVt_RV in plperl. 16 years ago
Alvaro Herrera 22ae430efb Update time zone data files to tzdata release 2010d: DST law changes in Fiji, 16 years ago
Magnus Hagander b2dfc2ff10 Add missing space in example. 16 years ago
Tom Lane e52d568d2d Update time zone data files to tzdata release 2010c: DST law changes in 16 years ago
Tom Lane 0a32a06bc9 When reading pg_hba.conf and similar files, do not treat @file as an inclusion 16 years ago
Tom Lane 14669da788 Fix a couple of places that would loop forever if attempts to read a stdio file 16 years ago
Tom Lane 238e6b9519 Make contrib/xml2 use core xml.c's error handler, when available (that is, 16 years ago
Heikki Linnakangas 64e19ac859 Fix numericlocale psql option when used with a null string and latex and troff 16 years ago
Tom Lane 8a0137d785 Fix contrib/xml2 so regression test still works when it's built without libxslt. 16 years ago
Tom Lane a8ab473383 Remove xmlCleanupParser calls from contrib/xml2. 16 years ago
Tom Lane 94152f93f5 Back-patch today's memory management fixups in contrib/xml2. 16 years ago
Tom Lane a3609304b7 Back-patch addition of ssl_renegotiation_limit into 7.4 through 8.1. 16 years ago
Itagaki Takahiro 26662b73ae Fix STOP WAL LOCATION in backup history files no to return the next 16 years ago
Tom Lane 8005df3c20 Volatile-ize all five places where we expect a PG_TRY block to restore 16 years ago
Greg Stark d786916015 revert prior patch to fsync directories until portability problems exposed by build farm can be sorted out 16 years ago
Greg Stark 7f92f7cf71 Make CREATE DATABASE safe against losing whole files by fsyncing the 16 years ago
Tom Lane 38a7ddc5f7 Don't choke when exec_move_row assigns a synthesized null to a column 16 years ago
Joe Conway 7b537a8540 Check to ensure the number of primary key fields supplied does not 16 years ago
Tom Lane f54f9ea1c6 Change regexp engine's ccondissect/crevdissect routines to perform DFA 16 years ago
Tom Lane d86bd9a826 Avoid performing encoding conversion on command tag strings during EndCommand. 16 years ago
Tom Lane 00ef17eb7f Apply Tcl_Init() to the "hold" interpreter created by pltcl. 16 years ago
Tom Lane d5d0a67b22 Fix assorted core dumps and Assert failures that could occur during 16 years ago
Tom Lane 8ecbda7707 Insert CHECK_FOR_INTERRUPTS calls into loops in dbsize.c, to ensure that 16 years ago
Tom Lane ae76ee9af9 Make bit/varbit substring() treat any negative length as meaning "all the rest 16 years ago
Heikki Linnakangas c79a6b110c Remove a now unused local variable. 16 years ago
Heikki Linnakangas 56a87f2721 Previous fix for temporary file management broke returning a set from 16 years ago
Tom Lane 3bd13da63b Fix integer-to-bit-string conversions to handle the first fractional byte 16 years ago
Marc G. Fournier c89eec5064 tag 8.1.19 16 years ago