aboutsummaryrefslogtreecommitdiff
path: root/src/backend
Commit message (Expand)AuthorAge
...
* Teach autovacuum how to determine whether a temp table belongs to a crashedTom Lane2008-07-01
* Fix recovery.conf boolean variables to take the same range of stringBruce Momjian2008-06-30
* Turn PGBE_ACTIVITY_SIZE into a GUC variable, track_activity_query_size.Heikki Linnakangas2008-06-30
* Remove unnecessary coziness of GIN code with datum copying. Now thatTom Lane2008-06-29
* If pnstrdup is going to be promoted to a generally available function,Tom Lane2008-06-28
* Consider a clause to be outerjoin_delayed if it references the nullable sideTom Lane2008-06-27
* Improve planner's estimation of the size of an append relation: rather thanTom Lane2008-06-27
* Fix bug "select lower('asd') = 'asd'" returns false with multibyte encodingTeodor Sigaev2008-06-26
* Fix 'pg_ctl restart' to preserve command-line arguments.Bruce Momjian2008-06-26
* Use SYSTEMQUOTE as concatentation to strings, rather than %s printfBruce Momjian2008-06-26
* Reduce the alignment requirement of type "name" from int to char, and arrangeTom Lane2008-06-24
* Merge duplicate upper/lower/initcap() routines in oracle_compat.c andBruce Momjian2008-06-23
* Fix Gen_fmgrtab.sh to not rely on hard-wired knowledge of the column numbersTom Lane2008-06-23
* Seems I was too optimistic in supposing that sinval's maxMsgNum could beTom Lane2008-06-20
* Rewrite the sinval messaging mechanism to reduce contention and avoidTom Lane2008-06-19
* Fix a few places that were non-multibyte-safe in tsearch configuration fileTom Lane2008-06-19
* Improve our #include situation by moving pointer types away from theAlvaro Herrera2008-06-19
* Fix compiler warning introduced by recent patch. Tsk tsk.Tom Lane2008-06-18
* Improve error reporting for problems in text search configuration filesTom Lane2008-06-18
* Move wchar2char() and char2wchar() from tsearch into /mb to be easier toBruce Momjian2008-06-18
* Remove freeBackends counter from the sinval shared memory area. We used toTom Lane2008-06-17
* Clean up some problems with redundant cross-type arithmetic operators. AddTom Lane2008-06-17
* Add URL for introduction to multibyte programming in C.Bruce Momjian2008-06-17
* Move USE_WIDE_UPPER_LOWER define to c.h, and remove TS_USE_WIDE and useBruce Momjian2008-06-17
* Fix the code that adds regclass constants to a plan's list of relation OIDsTom Lane2008-06-17
* Make DROP INDEX lock the parent table before locking the index. This behaviorTom Lane2008-06-15
* Fix 64-bit problem in recent patch.Tom Lane2008-06-15
* Rearrange ALTER TABLE syntax processing as per my recent proposal: theTom Lane2008-06-15
* Refactor the handling of the various DropStmt variants so that when multipleTom Lane2008-06-14
* Improve the various elog messages in tuptoaster.c to report which TOAST tableTom Lane2008-06-13
* Refactor XLogOpenRelation() and XLogReadBuffer() in preparation for relationHeikki Linnakangas2008-06-12
* Improve reporting of dependencies in DROP to work like the scheme that weTom Lane2008-06-11
* Fix spelling mistake in postgresql.conf.Bruce Momjian2008-06-11
* Fix bug in the WAL recovery code to finish an incomplete split.Heikki Linnakangas2008-06-11
* Fix unportable (and incorrect anyway) usage of LL constant suffix thatTom Lane2008-06-09
* Fix datetime input functions to correctly detect integer overflow whenTom Lane2008-06-09
* Further tweak for comment in CheckDeadLock(), per Tom.Neil Conway2008-06-09
* Fix typo in comment.Neil Conway2008-06-09
* Fix breakage caused by conflicting patches, as evidenced by the buildfarm.Alvaro Herrera2008-06-08
* Rewrite DROP's dependency traversal algorithm into an honest two-passTom Lane2008-06-08
* Move BufferGetPageSize and BufferGetPage from bufpage.h to bufmgr.h. It isAlvaro Herrera2008-06-08
* ALTER AGGREGATE OWNER seems to have been missed by the last couple ofTom Lane2008-06-08
* Change xlog.h to xlogdefs.h in bufpage.h, and fix fallout.Alvaro Herrera2008-06-06
* Fix pg_get_ruledef() so that negative numeric constants are parenthesized.Tom Lane2008-06-06
* Modify vacuum() to accept a single relation OID instead of a list (which weAlvaro Herrera2008-06-05
* Fix some string building in getObjectDescription.Alvaro Herrera2008-06-05
* Refactor SPI_cursor_open/SPI_cursor_open_with_args so that the latter setsTom Lane2008-06-01
* Set hidden field for guc enum missed in previous commit.Magnus Hagander2008-05-28
* Add a field to guc enums to allow hiding of values from display whileMagnus Hagander2008-05-28
* Explicitly bind gettext() to the UTF8 locale when in use.Magnus Hagander2008-05-27