summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Fix some translator comments so that xgettext finds them and pgindent doesPeter Eisentraut2006-11-284-27/+20
* Add workaround for localizing May and abbreviated May differently. IdeaPeter Eisentraut2006-11-281-3/+8
* Also install ecpg_config.hMichael Meskes2006-11-281-1/+1
* Add $(CFLAGS) to the simplified build rule for .so libraries on Darwin.Tom Lane2006-11-281-1/+1
* protect vfprintf from hijacking by Windows gettext just like other members of...Andrew Dunstan2006-11-282-3/+10
* Fix gratuitous message spelling differencesPeter Eisentraut2006-11-272-4/+4
* update for rc1REL8_2_RC1PostgreSQL Daemon2006-11-251-3/+3
* Copy fsync() defines into test_fsync.c, someday place them in anBruce Momjian2006-11-251-41/+136
* Fix psql's \copy command to ensure that it cycles libpq back to the idle stateTom Lane2006-11-241-1/+13
* Revert (too late in beta):Bruce Momjian2006-11-241-135/+182
* Change pg_stat_all_tables and sister views to put the recently-addedTom Lane2006-11-245-36/+15
* Translation updatesPeter Eisentraut2006-11-2434-17179/+20257
* Separate release preparation jobs for all releases and for major releasesPeter Eisentraut2006-11-241-20/+25
* Fix to_char() locale handling to honor LC_TIME, not LC_MESSAGES.Bruce Momjian2006-11-242-185/+137
* KB -> kBPeter Eisentraut2006-11-241-2/+2
* Revert out:Bruce Momjian2006-11-231-21/+7
* Update fsync test to match new O_DIRECT behavior.Bruce Momjian2006-11-231-7/+21
* Un-break ecpg regression test.Tom Lane2006-11-231-7/+8
* Add a comment noting that heap_copytuple_with_tuple() results in aNeil Conway2006-11-231-1/+4
* Update lock comments for concurrent index creation, analyze.Bruce Momjian2006-11-231-3/+4
* Make ecpg test variable 'times' static so as not to conflict with libcBruce Momjian2006-11-231-1/+2
* Several changes to reduce the probability of running out of memory duringTom Lane2006-11-233-50/+155
* Get rid of retail definitions of HAVE_STRDUP and HAVE_VSNPRINTF inTom Lane2006-11-217-7/+7
* Translate Windows' GMT Standard Time/GMT Daylight Time zones toTom Lane2006-11-211-2/+2
* Prevent intratransaction memory leak when a subtransaction is abortedTom Lane2006-11-211-1/+14
* Suppress timezone (%Z) part of timestamp display when running on Windows,Tom Lane2006-11-213-6/+35
* Fix plpython to work (or at least pass its regression tests) withTom Lane2006-11-212-6/+48
* On systems that have setsid(2) (which should be just about everything exceptTom Lane2006-11-2111-48/+204
* VC build patch from Magnus:Neil Conway2006-11-211-2/+5
* remove duplicate declaration, per report from Magnus Hagander.Andrew Dunstan2006-11-211-2/+1
* If SSL negotiation fails and SSLMODE is 'prefer', then retry without SSL.Tom Lane2006-11-211-1/+20
* Change the default setting for log_min_error_statement to ERROR. PerTom Lane2006-11-212-5/+6
* Adjust elog.c so that elog(FATAL) exits (including cases where ERROR isTom Lane2006-11-215-40/+39
* More MSVC build fixes:Tom Lane2006-11-204-16/+30
* When truncating a relation in-place (eg during VACUUM), do not try to unlinkTom Lane2006-11-201-37/+62
* Repair problems with hash indexes that span multiple segments: the hash code'sTom Lane2006-11-192-44/+184
* Repair two related errors in heap_lock_tuple: it was failing to recognizeTom Lane2006-11-174-46/+115
* Small message equalization fixPeter Eisentraut2006-11-171-2/+2
* Message fixPeter Eisentraut2006-11-161-2/+2
* String fixPeter Eisentraut2006-11-161-2/+2
* Force plperl and plperlu to run in separate interpreters. Create an errorAndrew Dunstan2006-11-131-39/+213
* Fix some typos in comments.Neil Conway2006-11-128-37/+37
* Suppress a few 'uninitialized variable' warnings that gcc emits only atTom Lane2006-11-113-3/+18
* Fix pg_get_serial_sequence(), which could incorrectly return the nameTom Lane2006-11-101-4/+6
* Clean up some misleading references to %p being a full path, per Simon.Tom Lane2006-11-102-4/+4
* Fix errors in key_column_usage.position_in_unique_constraint column recentlyTom Lane2006-11-101-11/+32
* Fix set_joinrel_size_estimates() to estimate outer-join sizes moreTom Lane2006-11-101-17/+61
* Change Windows rename and unlink substitutes so that they time out afterTom Lane2006-11-082-50/+39
* Modify aset.c to track the next intended block allocation size explicitly.Tom Lane2006-11-081-27/+15
* Tweak accumArrayResult() to double the size of its working arrays whenTom Lane2006-11-082-18/+11