Commit Graph

16517 Commits (b64d2d21335f06760bfadc049f2027e464eb722e)

Author SHA1 Message Date
Peter Eisentraut b64d2d2133 Add workaround for localizing May and abbreviated May differently. Idea 20 years ago
Michael Meskes 09309df9a2 Also install ecpg_config.h 20 years ago
Tom Lane fa8e42dff1 Add $(CFLAGS) to the simplified build rule for .so libraries on Darwin. 20 years ago
Andrew Dunstan 796a3f373a protect vfprintf from hijacking by Windows gettext just like other members of the *printf family. 20 years ago
Peter Eisentraut 3cd318a8d1 Fix gratuitous message spelling differences 20 years ago
PostgreSQL Daemon c11b5228cf update for rc1 20 years ago
Bruce Momjian 0d9e0d9dde Copy fsync() defines into test_fsync.c, someday place them in an 20 years ago
Tom Lane df3a6fe477 Fix psql's \copy command to ensure that it cycles libpq back to the idle state 20 years ago
Bruce Momjian 9b15b14014 Revert (too late in beta): 20 years ago
Tom Lane 988a87a03a Change pg_stat_all_tables and sister views to put the recently-added 20 years ago
Peter Eisentraut 2c82df2a06 Translation updates 20 years ago
Peter Eisentraut 8c1ce4559d Separate release preparation jobs for all releases and for major releases 20 years ago
Bruce Momjian d2b694d825 Fix to_char() locale handling to honor LC_TIME, not LC_MESSAGES. 20 years ago
Peter Eisentraut 409600942b KB -> kB 20 years ago
Bruce Momjian 1120c61b29 Revert out: 20 years ago
Bruce Momjian 3455b0a5d5 Update fsync test to match new O_DIRECT behavior. 20 years ago
Tom Lane ce3d1a4fbc Un-break ecpg regression test. 20 years ago
Neil Conway 546d6848ca Add a comment noting that heap_copytuple_with_tuple() results in a 20 years ago
Bruce Momjian 0c6f167c4a Update lock comments for concurrent index creation, analyze. 20 years ago
Bruce Momjian 956c2d6683 Make ecpg test variable 'times' static so as not to conflict with libc 20 years ago
Tom Lane 395249ecbe Several changes to reduce the probability of running out of memory during 20 years ago
Tom Lane 617f123f06 Get rid of retail definitions of HAVE_STRDUP and HAVE_VSNPRINTF in 20 years ago
Tom Lane d735804f88 Translate Windows' GMT Standard Time/GMT Daylight Time zones to 20 years ago
Tom Lane 7ec1c5a867 Prevent intratransaction memory leak when a subtransaction is aborted 20 years ago
Tom Lane 5fc2d7e451 Suppress timezone (%Z) part of timestamp display when running on Windows, 20 years ago
Tom Lane c714e5cba7 Fix plpython to work (or at least pass its regression tests) with 20 years ago
Tom Lane 3ad0728c81 On systems that have setsid(2) (which should be just about everything except 20 years ago
Neil Conway 66eda1c7b3 VC build patch from Magnus: 20 years ago
Andrew Dunstan f87fcd43c6 remove duplicate declaration, per report from Magnus Hagander. 20 years ago
Tom Lane bcd713a618 If SSL negotiation fails and SSLMODE is 'prefer', then retry without SSL. 20 years ago
Tom Lane 414c7a537e Change the default setting for log_min_error_statement to ERROR. Per 20 years ago
Tom Lane e82d9e6283 Adjust elog.c so that elog(FATAL) exits (including cases where ERROR is 20 years ago
Tom Lane aaef29b377 More MSVC build fixes: 20 years ago
Tom Lane 1a5c450f30 When truncating a relation in-place (eg during VACUUM), do not try to unlink 20 years ago
Tom Lane d68efb3f8d Repair problems with hash indexes that span multiple segments: the hash code's 20 years ago
Tom Lane 4f335a3d7f Repair two related errors in heap_lock_tuple: it was failing to recognize 20 years ago
Peter Eisentraut b6b5aa102b Small message equalization fix 20 years ago
Peter Eisentraut e05a3c30b0 Message fix 20 years ago
Peter Eisentraut e138b80996 String fix 20 years ago
Andrew Dunstan 751e3e6bd8 Force plperl and plperlu to run in separate interpreters. Create an error 20 years ago
Neil Conway dc10387eb1 Fix some typos in comments. 20 years ago
Tom Lane a46ca619f8 Suppress a few 'uninitialized variable' warnings that gcc emits only at 20 years ago
Tom Lane d13f372acd Fix pg_get_serial_sequence(), which could incorrectly return the name 20 years ago
Tom Lane 792d6edd5b Clean up some misleading references to %p being a full path, per Simon. 20 years ago
Tom Lane 33556af7c7 Fix errors in key_column_usage.position_in_unique_constraint column recently 20 years ago
Tom Lane d19798e584 Fix set_joinrel_size_estimates() to estimate outer-join sizes more 20 years ago
Tom Lane dcbdf9b1d4 Change Windows rename and unlink substitutes so that they time out after 20 years ago
Tom Lane 808b3190d1 Modify aset.c to track the next intended block allocation size explicitly. 20 years ago
Tom Lane fc5eb3f69a Tweak accumArrayResult() to double the size of its working arrays when 20 years ago
Tom Lane a5cf12e2ef Fix performance issues in replace_text(), replace_text_regexp(), and 20 years ago