aboutsummaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAge
* Fix for psql help create table.Bruce Momjian1999-02-02
* Fix create_rule is->as.Bruce Momjian1999-02-02
* Fixed failed assertion happening in multiple action rulesJan Wieck1999-02-02
* Add TEMP tables/indexes. Add COPY pfree(). Other cleanups.Bruce Momjian1999-02-02
* Fixed growing of backend due to not pfree()'d data on COPY FROMJan Wieck1999-02-01
* Initialize es_snapshot.Vadim B. Mikheev1999-02-01
* Tighten coding in samekeys(). Pretty braindead change,Tom Lane1999-02-01
* freebsd4.0 needed to be added to configure...Marc G. Fournier1999-02-01
* From: Michael Meskes <Michael.Meskes@usa.net>Marc G. Fournier1999-01-31
* From: D'Arcy J.M. Cain <darcy@druid.net>Marc G. Fournier1999-01-31
* Fix postmaster to not try to start more than MaxBackendId children,Tom Lane1999-01-30
* Small fix for READ COMMITTED isolevel.Vadim B. Mikheev1999-01-29
* Hope that execMain.c good merged.Vadim B. Mikheev1999-01-29
* Trying to fix bad merging...Vadim B. Mikheev1999-01-29
* READ COMMITTED isolevel is implemented and is default now.Vadim B. Mikheev1999-01-29
* Changed qualification of pg_views and pg_tables to directlyJan Wieck1999-01-28
* New prebuilt versions of gram.c and scan.c for the mixed caseJan Wieck1999-01-28
* Partial support for mixed case in PL/pgSQL.Jan Wieck1999-01-28
* Quick fix for subplan-related crash.Tom Lane1999-01-27
* Speedup of PL/pgSQL by calling ExecEvalExpr() directlyJan Wieck1999-01-27
* fix for aggregatesBruce Momjian1999-01-27
* From: Tatsuo Ishii <t-ishii@sra.co.jp>Marc G. Fournier1999-01-27
* Turns out it's easy to cache the fmgr function lookupTom Lane1999-01-27
* Another SELECT speedup: extract OIDs of column print functionsTom Lane1999-01-27
* More agg cleanup.Bruce Momjian1999-01-26
* primary key support cleanups from D'Arcy...Marc G. Fournier1999-01-26
* pgindent file.Bruce Momjian1999-01-26
* From: Peter T Mount <peter@retep.org.uk>Marc G. Fournier1999-01-25
* Agg/Aggreg cleanup and datetime.sql patch.Bruce Momjian1999-01-25
* SELECT FOR UPDATE is implemented...Vadim B. Mikheev1999-01-25
* Tighten coding of fmgr_isbuiltin() ... managed to speed it upTom Lane1999-01-25
* Tighten coding of inner loops in nocachegetattr ...Tom Lane1999-01-24
* Use heap_attisnull, rather than heap_getattr, for a smallTom Lane1999-01-24
* Replace typtoout() and gettypelem() with a single routine,Tom Lane1999-01-24
* Fix a couple little problems with signed vs. unsignedTom Lane1999-01-24
* Rename Aggreg to Aggref.Bruce Momjian1999-01-24
* Improper addition of NaN/Infinity recognition to float8in()Tom Lane1999-01-24
* Remove unused Choose node.Bruce Momjian1999-01-23
* Add explicit buffering in backend libpq, to compensate forTom Lane1999-01-23
* Fix unportable test syntax in regression script.Tom Lane1999-01-23
* Fix for intersect FOR UPDATE check.Bruce Momjian1999-01-22
* Relcache Size fix.Bruce Momjian1999-01-22
* Fix for Size sizeof in cache code.Bruce Momjian1999-01-22
* |From: "D'Arcy" "J.M." Cain <darcy@druid.net>Marc G. Fournier1999-01-22
* It seems that SPI_prepare() doesn't work well in some cases.Bruce Momjian1999-01-21
* Here is a new version of my patch for allowing pg_dump to DROP schemaBruce Momjian1999-01-21
* The following patch finishes primary key support. Previously, whenBruce Momjian1999-01-21
* From: Michael Meskes <Michael.Meskes@usa.net>Marc G. Fournier1999-01-21
* Copy RowMark node (it's for (-:)) FOR UPDATE).Vadim B. Mikheev1999-01-21
* FOR UPDATE is in parser & rules.Vadim B. Mikheev1999-01-21