summaryrefslogtreecommitdiff
path: root/src/backend
Commit message (Expand)AuthorAgeFilesLines
* Spelling fixPeter Eisentraut2006-11-291-2/+2
* 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
* Fix gratuitous message spelling differencesPeter Eisentraut2006-11-272-4/+4
* 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-242-29/+8
* Translation updatesPeter Eisentraut2006-11-246-11846/+13898
* 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
* Add a comment noting that heap_copytuple_with_tuple() results in aNeil Conway2006-11-231-1/+4
* Several changes to reduce the probability of running out of memory duringTom Lane2006-11-233-50/+155
* 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-211-2/+7
* On systems that have setsid(2) (which should be just about everything exceptTom Lane2006-11-2111-48/+204
* 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
* 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-173-45/+113
* Small message equalization fixPeter Eisentraut2006-11-171-2/+2
* Message fixPeter Eisentraut2006-11-161-2/+2
* String fixPeter Eisentraut2006-11-161-2/+2
* 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-081-2/+19
* 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-081-10/+8
* Fix performance issues in replace_text(), replace_text_regexp(), andTom Lane2006-11-081-56/+131
* Remove a 15-year old comment questioning behavior that is now well-Neil Conway2006-11-081-6/+1
* Repair bug #2694 concerning an ARRAY[] construct whose inputs are emptyTom Lane2006-11-061-5/+34
* Remove temporary Windows-specific debugging code; it seems the problemTom Lane2006-11-061-15/+1
* Get rid of some unnecessary dependencies on DataDir: wherever possible,Tom Lane2006-11-062-44/+27
* Minor fix for LDAP authentication: if an error occurs, we need toNeil Conway2006-11-061-9/+13
* Fix recently-identified PITR recovery hazard: the base backup could containTom Lane2006-11-052-5/+48
* Fix recently-understood problems with handling of XID freezing, particularlyTom Lane2006-11-0523-810/+955
* Fix "failed to re-find parent key" btree VACUUM failure by revising pageTom Lane2006-11-015-136/+356
* expression_tree_walker failed to let walker function see the immediate childTom Lane2006-10-251-5/+4
* Fix check for whether a clauseless join has to be forced in the presence ofTom Lane2006-10-242-11/+25
* Remove an unnecessary HOLD_INTERRUPTS/RESUME_INTERRUPTS pair.Tom Lane2006-10-221-9/+2
* Translations updatePeter Eisentraut2006-10-215-21261/+27012
* Try to fix the AIX getaddrinfo mess in a way that works on all versions.Tom Lane2006-10-191-8/+29
* Marginal improvement in logging: include the function name when loggingTom Lane2006-10-191-12/+14
* Fix a couple of places that were assuming debug_query_string couldn'tTom Lane2006-10-191-2/+2
* Make sure that debug_query_string contains the original query text,Tom Lane2006-10-191-24/+24
* Clean up local redeclarations of variables with DLLIMPORT, per reportTom Lane2006-10-192-9/+4
* Work around reported problem that AIX's getaddrinfo() doesn't seem to zeroTom Lane2006-10-191-1/+10