aboutsummaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAge
* 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
* Clean up a number of bogosities around pltcl's handling of the Tcl "result":Tom Lane2008-06-17
* Prevent CVS from mangling scriptAndrew Dunstan2008-06-15
* Add script to find .c and .h files that are missing CVS PostgreSQL markersAndrew Dunstan2008-06-15
* 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
* Update "help" output to reflect that \timing now takes an optional on/offHeikki Linnakangas2008-06-11
* Add optional on/off argument to \timing.Heikki Linnakangas2008-06-11
* Fix bug in the WAL recovery code to finish an incomplete split.Heikki Linnakangas2008-06-11
* Editorialization for the text emitted by the "help" psql command.Neil Conway2008-06-10
* Create a script to handle stamping release version numbers into files,Tom Lane2008-06-10
* Comment fix, should say TSQuery instead of TSVector.Heikki Linnakangas2008-06-10
* 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
* Fix an ALTER TABLE test case so that it actually tests what the comment says itTom 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
* Added lost sysmbol SQL_SQL to list of allowed variable names.Michael Meskes2008-06-04
* Fix initdb to reject a relative path for -X (--xlogdir) argument. ThisTom Lane2008-06-02
* Update time zone data files to tzdata release 2008c (DST law changes inTom Lane2008-06-01
* Refactor SPI_cursor_open/SPI_cursor_open_with_args so that the latter setsTom Lane2008-06-01
* Copy refint.so and autoinc.so into the src/test/regress directory duringTom Lane2008-05-30
* Improve the documentation comment for replace(). Robert TreatTom Lane2008-05-29
* Tweak libpq to avoid crashing due to incorrect buffer size calculation whenTom Lane2008-05-29
* 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
* Alter the xxx_pattern_ops opclasses to use the regular equality operator ofTom Lane2008-05-27
* Fix an old corner-case bug in set_config_option: push_old_value has to beTom Lane2008-05-26
* Adjust timestamp regression tests to prevent two low-probability failureTom Lane2008-05-25
* Link in keywords file instead of copying it.Michael Meskes2008-05-21
* Add include directory required after the latest changes to the ecpg build.Magnus Hagander2008-05-21