aboutsummaryrefslogtreecommitdiff
path: root/src/backend
Commit message (Expand)AuthorAge
* Adjust elog.c so that elog(FATAL) exits (including cases where ERROR isTom Lane2006-11-21
* When truncating a relation in-place (eg during VACUUM), do not try to unlinkTom Lane2006-11-20
* Repair problems with hash indexes that span multiple segments: the hash code'sTom Lane2006-11-19
* Repair two related errors in heap_lock_tuple: it was failing to recognizeTom Lane2006-11-17
* Small message equalization fixPeter Eisentraut2006-11-17
* Message fixPeter Eisentraut2006-11-16
* String fixPeter Eisentraut2006-11-16
* Fix some typos in comments.Neil Conway2006-11-12
* Suppress a few 'uninitialized variable' warnings that gcc emits only atTom Lane2006-11-11
* Fix pg_get_serial_sequence(), which could incorrectly return the nameTom Lane2006-11-10
* Clean up some misleading references to %p being a full path, per Simon.Tom Lane2006-11-10
* Fix errors in key_column_usage.position_in_unique_constraint column recentlyTom Lane2006-11-10
* Fix set_joinrel_size_estimates() to estimate outer-join sizes moreTom Lane2006-11-10
* Change Windows rename and unlink substitutes so that they time out afterTom Lane2006-11-08
* Modify aset.c to track the next intended block allocation size explicitly.Tom Lane2006-11-08
* Tweak accumArrayResult() to double the size of its working arrays whenTom Lane2006-11-08
* Fix performance issues in replace_text(), replace_text_regexp(), andTom Lane2006-11-08
* Remove a 15-year old comment questioning behavior that is now well-Neil Conway2006-11-08
* Repair bug #2694 concerning an ARRAY[] construct whose inputs are emptyTom Lane2006-11-06
* Remove temporary Windows-specific debugging code; it seems the problemTom Lane2006-11-06
* Get rid of some unnecessary dependencies on DataDir: wherever possible,Tom Lane2006-11-06
* Minor fix for LDAP authentication: if an error occurs, we need toNeil Conway2006-11-06
* Fix recently-identified PITR recovery hazard: the base backup could containTom Lane2006-11-05
* Fix recently-understood problems with handling of XID freezing, particularlyTom Lane2006-11-05
* Fix "failed to re-find parent key" btree VACUUM failure by revising pageTom Lane2006-11-01
* expression_tree_walker failed to let walker function see the immediate childTom Lane2006-10-25
* Fix check for whether a clauseless join has to be forced in the presence ofTom Lane2006-10-24
* Remove an unnecessary HOLD_INTERRUPTS/RESUME_INTERRUPTS pair.Tom Lane2006-10-22
* Translations updatePeter Eisentraut2006-10-21
* Try to fix the AIX getaddrinfo mess in a way that works on all versions.Tom Lane2006-10-19
* Marginal improvement in logging: include the function name when loggingTom Lane2006-10-19
* Fix a couple of places that were assuming debug_query_string couldn'tTom Lane2006-10-19
* Make sure that debug_query_string contains the original query text,Tom Lane2006-10-19
* Clean up local redeclarations of variables with DLLIMPORT, per reportTom Lane2006-10-19
* Work around reported problem that AIX's getaddrinfo() doesn't seem to zeroTom Lane2006-10-19
* Add some code to CREATE DATABASE to check for pre-existing subdirectoriesTom Lane2006-10-18
* Fix up timetz input so that a date is required only when the specifiedTom Lane2006-10-18
* Fix up some problems in handling of zic-style time zone names in datetimeTom Lane2006-10-17
* Redesign the patch for allocation of shmem space and LWLocks for add-onTom Lane2006-10-15
* Code and docs review for ALTER TABLE INHERIT/NO INHERIT patch.Tom Lane2006-10-13
* Fix infinite sleep and failes of send in Win32.Teodor Sigaev2006-10-13
* Fix mishandling of after-trigger state when a SQL function returns multipleTom Lane2006-10-12
* Update pg_hba.conf comment about documentation section.Bruce Momjian2006-10-11
* Repair incorrect check for coercion of unknown literal to ANYARRAY, a bugTom Lane2006-10-11
* Code review for LIKE INCLUDING CONSTRAINTS patch --- improve comments,Tom Lane2006-10-11
* Update Darwin dlopen() support to avoid deprecation warnings with latestTom Lane2006-10-08
* Add include needed for new getrusage() call.Bruce Momjian2006-10-08
* On Windows, we know the backend stack size limit because we have toTom Lane2006-10-08
* Added missing entry (CASCADED) in keywords table.Peter Eisentraut2006-10-07
* When planning a query at Bind time, be careful to pass the correctTom Lane2006-10-07