summaryrefslogtreecommitdiff
path: root/src/backend/utils
Commit message (Expand)AuthorAgeFilesLines
* Tag appropriate files for rc3PostgreSQL Daemon2004-12-3191-184/+184
* Fix func_ptr declaration for netbsd-mac68k, per Rémi Zara.Tom Lane2004-12-262-12/+6
* Add support for Latin9 encoding in to_ascii(). Jaime CasanovaTom Lane2004-12-201-2/+10
* Mark the TimeZone parameter as GUC_REPORT, so that JDBC can find outTom Lane2004-12-201-2/+3
* Make array_cat more paranoid about checking datatypes in empty arrays.Tom Lane2004-12-171-17/+17
* array_map failed to insert correct result type in an empty array.Tom Lane2004-12-171-9/+10
* Avoid generating excess (and illegal) parentheses around an aliased JOINTom Lane2004-12-131-2/+3
* Upgrade formrdesc() so that it can correctly initialize the tupledescTom Lane2004-12-121-28/+34
* Instead of supposing (wrongly, in the general case) that the rowtypeTom Lane2004-12-111-1/+28
* Back out addition of Win1252 encoding.Bruce Momjian2004-12-045-347/+1
* Back out fix for Unicode characters above 0x10000Bruce Momjian2004-12-031-72/+44
* Fix for Unicode characters above 0x10000.Bruce Momjian2004-12-021-44/+72
* On win32, there is currently no way to get the equivalent function ofBruce Momjian2004-12-021-1/+35
* Add Charset WIN1252 support.Bruce Momjian2004-12-025-1/+347
* Teach regex_fixed_prefix() the correct handling of advanced regexTom Lane2004-12-021-8/+26
* Fix timestamptz_age() to do calculation in local timezone not GMT, per bug 1332.Tom Lane2004-12-011-14/+20
* Our interface code for Spencer's regexp package was checking for regexpTom Lane2004-11-241-6/+25
* A client_encoding specification coming from the connection request hasTom Lane2004-11-241-1/+16
* Fix rounding problem in dynahash.c's decision about when the targetTom Lane2004-11-211-2/+2
* Reduce the default size of the PortalHashTable in order to save aTom Lane2004-11-211-4/+7
* Patch of 2004-03-30 corrected date_part(timestamp) for extractingTom Lane2004-11-201-2/+6
* Avoid scanning the relcache during AtEOSubXact_RelationCache when thereTom Lane2004-11-201-1/+30
* Fix unportable isdigit() call --- must cast arg to unsigned char.Tom Lane2004-11-201-5/+5
* Remove GUC USERLIMIT variable category, making the affected variablesTom Lane2004-11-142-231/+43
* Remember to close the file on failure (pretty much redundant, really,Tom Lane2004-11-121-1/+2
* Un-break custom_variable_classes kluge ... mea culpa.Tom Lane2004-11-111-11/+14
* Use a hopefully-more-reliable method of detecting default selectivityTom Lane2004-11-091-40/+1
* Create 'default_tablespace' GUC variable that supplies a TABLESPACETom Lane2004-11-054-168/+14
* Minor documentation updates from Simon Riggs.Tom Lane2004-11-041-2/+2
* timestamptz_trunc() should only recalculate the timezone when truncatingTom Lane2004-11-011-2/+15
* Invent pg_next_dst_boundary() and rewrite DetermineLocalTimeZone() toTom Lane2004-11-011-75/+65
* Update comment to point to proper file.Bruce Momjian2004-11-011-2/+2
* I found a corner case in which it is possible for RI_FKey_check's callTom Lane2004-10-301-13/+9
* Fix to_number for the case of a trailing S.Tom Lane2004-10-281-44/+137
* When displaying a Var that is a reference to a column of an unnamed join,Tom Lane2004-10-271-1/+24
* Modify hash_create() to elog(ERROR) if an error occurs, rather thanNeil Conway2004-10-252-11/+9
* Add a GUC_SUPERUSER_ONLY flag to mark GUC variables that should not beTom Lane2004-10-221-19/+49
* Minor code cleanup: hdefault() only ever returned "true", so it may asNeil Conway2004-10-221-9/+4
* Allow functions returning void or cstring to appear in FROM clause,Tom Lane2004-10-201-1/+37
* Add a HINT about the likely reason for 'invalid multibyte character for local...Tom Lane2004-10-191-2/+3
* Fix some typos.Bruce Momjian2004-10-171-2/+2
* Allow background writing to be shut down by setting limit values to zero.Tom Lane2004-10-172-7/+7
* pg_get_indexdef() didn't do quite the right thing with identifyingTom Lane2004-10-171-4/+9
* Make locale_messages_assign() really work on Windows; the prior hackTom Lane2004-10-171-14/+30
* Limit NBuffers and some related values to INT_MAX / BLCKSZ, to preventTom Lane2004-10-161-12/+10
* Give the ResourceOwner mechanism full responsibility for releasing bufferTom Lane2004-10-161-30/+23
* Repair possible failure to update hint bits back to disk, perTom Lane2004-10-152-23/+135
* More minor cosmetic improvements:Neil Conway2004-10-133-9/+9
* Message style revisionsPeter Eisentraut2004-10-122-19/+19
* Fix a copy-and-paste error: give a distinct memory context a distinctNeil Conway2004-10-121-2/+2