summaryrefslogtreecommitdiff
path: root/src/backend
Commit message (Expand)AuthorAgeFilesLines
* From: t-ishii@sra.co.jpMarc G. Fournier1998-03-1512-117/+819
* Remove postgres95.Bruce Momjian1998-03-141-1/+1
* Get the ultrix4 ports back in sync...Marc G. Fournier1998-03-104-79/+2
* Repair "LIKE" behavior with two adjacent wildcard characters ("_").Thomas G. Lockhart1998-03-071-9/+10
* Add one-line fix to allow redefining built-in functions.Thomas G. Lockhart1998-03-071-1/+2
* pg_user cleanup.Bruce Momjian1998-03-062-15/+16
* Last minute clean up for SunOS...Marc G. Fournier1998-03-022-5/+6
* Fix money type USE_LOCALE support at least for default "C" locale.Thomas G. Lockhart1998-03-021-26/+53
* From: "Billy G. Allie" <Bill.Allie@mug.org>Marc G. Fournier1998-03-011-3/+1
* From: "Billy G. Allie" <Bill.Allie@mug.org>Marc G. Fournier1998-03-012-19/+19
* Fix scan adjusting for marked index tuples.Vadim B. Mikheev1998-02-281-1/+5
* From: Darren King <darrenk@insightdist.com>Marc G. Fournier1998-02-271-3/+3
* ExecReScan for MergeJoin.Vadim B. Mikheev1998-02-272-88/+75
* In '(a,b,...) Op [ANY|ALL] (SubSelect)' Op is restricted toVadim B. Mikheev1998-02-271-2/+6
* Check SELECT permissions in subqueries.Vadim B. Mikheev1998-02-272-12/+15
* From: Darren King <darrenk@insightdist.com>Marc G. Fournier1998-02-272-218/+217
* execScan.c: in the end of scan projInfo->pi_slot must beVadim B. Mikheev1998-02-262-28/+41
* index_markpos()/index_restrpos are used now.Vadim B. Mikheev1998-02-261-7/+1
* pgindent run before 6.3 release, with Thomas' requested changes.Bruce Momjian1998-02-26230-5111/+5532
* Fix 6.X vacuum bug in shrinking code.Vadim B. Mikheev1998-02-251-15/+11
* From: Jan Wieck <jwieck@debis.com>Marc G. Fournier1998-02-2516-120/+120
* pgindent changes for Thomas proc/lock cleanupBruce Momjian1998-02-251-3/+3
* Fix for locking problems an dpriority.Bruce Momjian1998-02-241-4/+5
* From: "Denis V. Dmitrienko" <denis@null.net>Marc G. Fournier1998-02-246-7/+394
* From: t-ishii@sra.co.jpMarc G. Fournier1998-02-242-2/+111
* Various fixes for string.h vs strings.hMarc G. Fournier1998-02-241-10/+13
* Remove #include "port-protos.h", since we no longer use itMarc G. Fournier1998-02-241-6/+1
* There is no more 'port-protos.h', so don't try to include itMarc G. Fournier1998-02-244-40/+3
* Forgot about the svr4 dynloader stuffMarc G. Fournier1998-02-242-0/+38
* From: Jan Wieck <jwieck@debis.com>Marc G. Fournier1998-02-242-12/+13
* Quick cleanupsMarc G. Fournier1998-02-231-2/+3
* From: Jan Wieck <jwieck@debis.com>Marc G. Fournier1998-02-234-4/+50
* Remove libpq README.Bruce Momjian1998-02-231-446/+0
* Fix relation path constraction in mdblindwrt().Vadim B. Mikheev1998-02-231-12/+25
* Remind people of view permissions, and install libpq README.Bruce Momjian1998-02-231-0/+446
* ExecReScan for Unique & Sort nodes.Vadim B. Mikheev1998-02-234-8/+77
* Partial fix for select distinct in subselect.Bruce Momjian1998-02-231-2/+5
* Change:Marc G. Fournier1998-02-211-2/+2
* Add handling for new RangeTblEntry column name.Bruce Momjian1998-02-212-9/+24
* Constlen can be -1, so make it a signed type.Bruce Momjian1998-02-213-9/+9
* First step done,Marc G. Fournier1998-02-215-14/+124
* *** empty log message ***Marc G. Fournier1998-02-201-31/+0
* Password fix. Now people have to do the REVOKE themselves.Bruce Momjian1998-02-191-0/+34
* FIFO lock wait queue, with readers grouped together.Bruce Momjian1998-02-191-12/+34
* Various minor modes for i386_solarisMarc G. Fournier1998-02-191-1/+2
* Fix for InitPlan-s: have to copy subselect' result tuple.Vadim B. Mikheev1998-02-191-0/+12
* New nodeGroup.c code uses own copy of first tuple in a group.Vadim B. Mikheev1998-02-182-88/+66
* Start shipping gram.y products gram.c and parse.h to avoid having to buildThomas G. Lockhart1998-02-181-2/+4
* Include products of gram.y to allow systems without bison to build Postgres.Thomas G. Lockhart1998-02-182-0/+10206
* Allow LIKE expression in constraint clause.Thomas G. Lockhart1998-02-181-1/+5