summaryrefslogtreecommitdiff
path: root/src/backend
Commit message (Expand)AuthorAgeFilesLines
* 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
* Add some code to CREATE DATABASE to check for pre-existing subdirectoriesTom Lane2006-10-182-7/+79
* Fix up timetz input so that a date is required only when the specifiedTom Lane2006-10-181-6/+40
* Fix up some problems in handling of zic-style time zone names in datetimeTom Lane2006-10-171-227/+151
* Redesign the patch for allocation of shmem space and LWLocks for add-onTom Lane2006-10-153-243/+65
* Code and docs review for ALTER TABLE INHERIT/NO INHERIT patch.Tom Lane2006-10-134-176/+191
* Fix infinite sleep and failes of send in Win32.Teodor Sigaev2006-10-131-25/+81
* Fix mishandling of after-trigger state when a SQL function returns multipleTom Lane2006-10-121-3/+11
* Update pg_hba.conf comment about documentation section.Bruce Momjian2006-10-111-3/+3
* Repair incorrect check for coercion of unknown literal to ANYARRAY, a bugTom Lane2006-10-111-5/+16
* Code review for LIKE INCLUDING CONSTRAINTS patch --- improve comments,Tom Lane2006-10-112-94/+130
* Update Darwin dlopen() support to avoid deprecation warnings with latestTom Lane2006-10-081-5/+46
* Add include needed for new getrusage() call.Bruce Momjian2006-10-081-1/+2
* On Windows, we know the backend stack size limit because we have toTom Lane2006-10-083-5/+12
* Added missing entry (CASCADED) in keywords table.Peter Eisentraut2006-10-071-1/+2
* When planning a query at Bind time, be careful to pass the correctTom Lane2006-10-071-5/+6
* On platforms that have getrlimit(RLIMIT_STACK), use it to ensure thatTom Lane2006-10-072-18/+81
* Adjust HINT for stack depth limit to mention checking the underlyingTom Lane2006-10-071-10/+7
* Fix string_to_array() to correctly handle the case where there areTom Lane2006-10-071-138/+197
* Fix SysCacheGetAttr() to handle the case where the specified syscache has notTom Lane2006-10-062-17/+25
* Message style improvementsPeter Eisentraut2006-10-0621-79/+80