aboutsummaryrefslogtreecommitdiff
path: root/src/backend
Commit message (Expand)AuthorAge
* Last minute clean up for SunOS...Marc G. Fournier1998-03-02
* Fix money type USE_LOCALE support at least for default "C" locale.Thomas G. Lockhart1998-03-02
* From: "Billy G. Allie" <Bill.Allie@mug.org>Marc G. Fournier1998-03-01
* From: "Billy G. Allie" <Bill.Allie@mug.org>Marc G. Fournier1998-03-01
* Fix scan adjusting for marked index tuples.Vadim B. Mikheev1998-02-28
* From: Darren King <darrenk@insightdist.com>Marc G. Fournier1998-02-27
* ExecReScan for MergeJoin.Vadim B. Mikheev1998-02-27
* In '(a,b,...) Op [ANY|ALL] (SubSelect)' Op is restricted toVadim B. Mikheev1998-02-27
* Check SELECT permissions in subqueries.Vadim B. Mikheev1998-02-27
* From: Darren King <darrenk@insightdist.com>Marc G. Fournier1998-02-27
* execScan.c: in the end of scan projInfo->pi_slot must beVadim B. Mikheev1998-02-26
* index_markpos()/index_restrpos are used now.Vadim B. Mikheev1998-02-26
* pgindent run before 6.3 release, with Thomas' requested changes.Bruce Momjian1998-02-26
* Fix 6.X vacuum bug in shrinking code.Vadim B. Mikheev1998-02-25
* From: Jan Wieck <jwieck@debis.com>Marc G. Fournier1998-02-25
* pgindent changes for Thomas proc/lock cleanupBruce Momjian1998-02-25
* Fix for locking problems an dpriority.Bruce Momjian1998-02-24
* From: "Denis V. Dmitrienko" <denis@null.net>Marc G. Fournier1998-02-24
* From: t-ishii@sra.co.jpMarc G. Fournier1998-02-24
* Various fixes for string.h vs strings.hMarc G. Fournier1998-02-24
* Remove #include "port-protos.h", since we no longer use itMarc G. Fournier1998-02-24
* There is no more 'port-protos.h', so don't try to include itMarc G. Fournier1998-02-24
* Forgot about the svr4 dynloader stuffMarc G. Fournier1998-02-24
* From: Jan Wieck <jwieck@debis.com>Marc G. Fournier1998-02-24
* Quick cleanupsMarc G. Fournier1998-02-23
* From: Jan Wieck <jwieck@debis.com>Marc G. Fournier1998-02-23
* Remove libpq README.Bruce Momjian1998-02-23
* Fix relation path constraction in mdblindwrt().Vadim B. Mikheev1998-02-23
* Remind people of view permissions, and install libpq README.Bruce Momjian1998-02-23
* ExecReScan for Unique & Sort nodes.Vadim B. Mikheev1998-02-23
* Partial fix for select distinct in subselect.Bruce Momjian1998-02-23
* Change:Marc G. Fournier1998-02-21
* Add handling for new RangeTblEntry column name.Bruce Momjian1998-02-21
* Constlen can be -1, so make it a signed type.Bruce Momjian1998-02-21
* First step done,Marc G. Fournier1998-02-21
* *** empty log message ***Marc G. Fournier1998-02-20
* Password fix. Now people have to do the REVOKE themselves.Bruce Momjian1998-02-19
* FIFO lock wait queue, with readers grouped together.Bruce Momjian1998-02-19
* Various minor modes for i386_solarisMarc G. Fournier1998-02-19
* Fix for InitPlan-s: have to copy subselect' result tuple.Vadim B. Mikheev1998-02-19
* New nodeGroup.c code uses own copy of first tuple in a group.Vadim B. Mikheev1998-02-18
* Start shipping gram.y products gram.c and parse.h to avoid having to buildThomas G. Lockhart1998-02-18
* Include products of gram.y to allow systems without bison to build Postgres.Thomas G. Lockhart1998-02-18
* Allow LIKE expression in constraint clause.Thomas G. Lockhart1998-02-18
* Fix parsing for <identifier>-<number> which was mis-identified as a unaryThomas G. Lockhart1998-02-18
* Fix from Vadim for simple-minded case SELECT 1 WHERE 1 IN (SELECT 1)Thomas G. Lockhart1998-02-18
* Fix useor for (a,b...) Op ANY/ALLVadim B. Mikheev1998-02-18
* Just another missing dummy fileMarc G. Fournier1998-02-17
* 2. IRIX has both HAVE_FPCLASS and HAVE_FP_CLASS, therefore, inMarc G. Fournier1998-02-17
* From: Brian E Gallew <geek+@cmu.edu>Marc G. Fournier1998-02-14