Commit Graph

26723 Commits (80dc8a8fa343fc54bc2fe945b215bebdb287e342)
 

Author SHA1 Message Date
Tom Lane 80dc8a8fa3 Fix multiple memory leaks in PLy_spi_execute_fetch_result: it would leak 16 years ago
Robert Haas 750503cea5 Provide better guidance for adjusting shared_buffers. 16 years ago
Heikki Linnakangas 144399a331 On Windows, syslogger runs in two threads. The main thread processes config 16 years ago
Tom Lane fc4fac0598 Fix psql's \copy to not insert spaces around dots and commas in the text of 16 years ago
Peter Eisentraut 02915f614d IP port -> TCP port 16 years ago
Tom Lane 32616fb1d5 Fix a problem introduced by my patch of 2010-01-12 that revised the way 16 years ago
Magnus Hagander 3fe618c8ad Clean up inconsistent commas 16 years ago
Magnus Hagander ac5d080bb0 Update list of Windows timezones we try to match localized names against 16 years ago
Magnus Hagander 34baf4b3d3 Proceed to look for the next timezone when matching a localized 16 years ago
Magnus Hagander 0ae9a9d25f Log the actual timezone name that we fail to look up the values for in 16 years ago
Andrew Dunstan 51cf867c03 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 e333b5297b Ensure that contrib/pgstattuple functions respond to cancel interrupts 16 years ago
Heikki Linnakangas 292934de2f Don't pass an invalid file handle to dup2(). That causes a crash on 16 years ago
Tom Lane d1bc3525c0 Fix ginint4_queryextract() to actually do what it was intended to do for an 16 years ago
Alvaro Herrera e429448f33 Prevent ALTER USER f RESET ALL from removing the settings that were put there 16 years ago
Tom Lane e1eb7c8119 Clear error_context_stack and debug_query_string at the beginning of proc_exit, 16 years ago
Magnus Hagander 62056d9685 Typo fixes. 16 years ago
Marc G. Fournier e842325ac1 tag 8.3.10 16 years ago
Tom Lane 2ecea6f450 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 f446c28db3 Use SvROK(sv) rather than directly checking SvTYPE(sv) == SVt_RV in plperl. 16 years ago
Alvaro Herrera d733417906 Update time zone data files to tzdata release 2010d: DST law changes in Fiji, 16 years ago
Bruce Momjian 93d23c459e Return proper exit code (3) from psql when ON_ERROR_STOP=on and 16 years ago
Michael Meskes e51710d1e2 Backport fix from HEAD that makes ecpglib give the right SQLSTATE if the connection disappears. 16 years ago
Magnus Hagander 266c5e4d4f Add missing space in example. 16 years ago
Magnus Hagander 19a9a5a15a Require hostname to be set when using GSSAPI authentication. Without it, 16 years ago
Tom Lane 6aff80e1bc Update time zone data files to tzdata release 2010c: DST law changes in 16 years ago
Tom Lane 0c8142380b When reading pg_hba.conf and similar files, do not treat @file as an inclusion 16 years ago
Tom Lane 6fe45c9665 Fix a couple of places that would loop forever if attempts to read a stdio file 16 years ago
Tom Lane e2524c5180 Make contrib/xml2 use core xml.c's error handler, when available (that is, 16 years ago
Tom Lane f821c16e95 Export xml.c's libxml-error-handling support so that contrib/xml2 can use it 16 years ago
Andrew Dunstan dbef717909 Make iconv work like other optional libraries for MSVC. 16 years ago
Bruce Momjian 2193da28b1 pgindent run on xml.c in 8.3 branch, per request from Tom. 16 years ago
Andrew Dunstan 881a97da86 Add missing library and include dir for XSLT in MSVC builds 16 years ago
Andrew Dunstan 7a8b468fc1 Do not run regression tests for contrib/xml2 on MSVC unless building with XML 16 years ago
Andrew Dunstan deb5f53b6c Backpatch MSVC build fix for XSLT 16 years ago
Heikki Linnakangas 407e42dccd Fix numericlocale psql option when used with a null string and latex and troff 16 years ago
Tom Lane 7d9d852603 Fix contrib/xml2 so regression test still works when it's built without libxslt. 16 years ago
Tom Lane d71936c950 Remove xmlCleanupParser calls from contrib/xml2. 16 years ago
Tom Lane 4f146ab3e7 Back-patch today's memory management fixups in contrib/xml2. 16 years ago
Tom Lane a8cf68f7df Back-patch changes of 2009-05-13 in xml.c's memory management. 16 years ago
Tom Lane bf7edd6bc6 Allow predicate_refuted_by() to deduce that NOT A refutes A. 16 years ago
Magnus Hagander 0a1ec273a0 Add configuration parameter ssl_renegotiation_limit to control 16 years ago
Tom Lane fbdf9712af Allow zero-dimensional (ie, empty) arrays in contrib/ltree operations. 16 years ago
Itagaki Takahiro 28a19436ca Fix STOP WAL LOCATION in backup history files no to return the next 16 years ago
Tom Lane 08181b427c Volatile-ize all five places where we expect a PG_TRY block to restore 16 years ago
Tom Lane 1a709257a9 Fix ExecEvalArrayRef to pass down the old value of the array element or slice 16 years ago
Tom Lane 192cd7f390 Prevent #option dump from crashing on FORI statement with null step. Reported by Pavel. 16 years ago
Greg Stark e5b7616c04 revert prior patch to fsync directories until portability problems exposed by build farm can be sorted out 16 years ago
Greg Stark 60e45730a9 Make CREATE DATABASE safe against losing whole files by fsyncing the 16 years ago
Tom Lane bd11a4690b Don't choke when exec_move_row assigns a synthesized null to a column 16 years ago