summaryrefslogtreecommitdiff
path: root/src/include
Commit message (Expand)AuthorAgeFilesLines
* Fix prototypes so they don't look like function definitions.Bruce Momjian1998-01-2482-499/+289
* LOCK_LEVEL is defined in an i386_solaris system file, causing the compileMarc G. Fournier1998-01-231-2/+2
* Minor cleanups for i386_solaris portMarc G. Fournier1998-01-231-0/+6
* Cleanup deadlock message.Bruce Momjian1998-01-231-3/+2
* Make subqueries rewrite properly.Bruce Momjian1998-01-211-2/+3
* Add Var.varlevelup to code. More parser cleanup.Bruce Momjian1998-01-204-7/+12
* Parser cleanup.Bruce Momjian1998-01-206-12/+11
* Fix problem with nodes handling.Bruce Momjian1998-01-191-2/+1
* Added code so SubLinks make it to optimizer.Bruce Momjian1998-01-191-2/+2
* Create SubLink nodes in parser for Vadim.Bruce Momjian1998-01-193-7/+8
* Fix for SELECT INTO TABLE for varchar().Bruce Momjian1998-01-193-3/+16
* From: "Billy G. Allie" <Bill.Allie@mug.org>Marc G. Fournier1998-01-172-10/+24
* Creates the SubLink structure, and the Query->hasSubLink field,Bruce Momjian1998-01-174-4/+34
* New pg_attribute.atttypmod for type-specific information likeBruce Momjian1998-01-166-241/+245
* Fix:Marc G. Fournier1998-01-151-1/+4
* Thank god for searchable mail archives.PostgreSQL Daemon1998-01-156-20/+24
* Remove Query->qry_aggs and qry_numaggs and replace with Query->hasAggs.Bruce Momjian1998-01-154-14/+10
* Cleanup of prototypes. FIx for PQtrace start/stop several times.Bruce Momjian1998-01-141-37/+19
* Various cleanups for the i386_solaris environmentMarc G. Fournier1998-01-131-2/+2
* Remove PageSizeIsValid from BufferGetPageSize.Vadim B. Mikheev1998-01-131-4/+2
* extern char* crypt_getpwdreloadfilename(void);Vadim B. Mikheev1998-01-131-1/+1
* Some *very* major changes by darrenk@insightdist.com (Darren King)Marc G. Fournier1998-01-133-9/+22
* Fix SCO and change index name.Bruce Momjian1998-01-112-6/+11
* Add UNION, GROUP, DISTINCT to INSERT.Bruce Momjian1998-01-111-1/+6
* Bye CursorStmt, now use SelectStmt.Bruce Momjian1998-01-102-20/+4
* Remove old quel labels.Bruce Momjian1998-01-091-4/+4
* Remove old quel labels.Bruce Momjian1998-01-091-7/+7
* Goodbye ABORT. Hello ERROR for all errors.Bruce Momjian1998-01-071-5/+4
* Allow varchar() to only store needed bytes. Remove PALLOC,PALLOCTYPE,PFREE. ...Bruce Momjian1998-01-071-13/+1
* Move variable.c to commands/ and aclchk.c to catalog/.Bruce Momjian1998-01-051-1/+1
* Move variable.c to commands/ and aclchk.c to catalog/.Bruce Momjian1998-01-051-2/+1
* Change elog(WARN) to elog(ERROR) and elog(ABORT).Bruce Momjian1998-01-051-5/+8
* Various fixes NETBSD/sparc relatedMarc G. Fournier1998-01-041-4/+3
* Fix for count(*), aggs with views and multiple tables and sum(3).Bruce Momjian1998-01-045-15/+17
* Include text_substr() function and use instead of oracle_compat equivalent.Thomas G. Lockhart1998-01-011-3/+6
* Add substring function for text based on oracle_compat package butThomas G. Lockhart1998-01-011-8/+9
* bring in alpha/linux s_lock changesMarc G. Fournier1997-12-301-23/+4
* Slightly delayed patches from Todd...damn holidays :)Marc G. Fournier1997-12-301-0/+7
* Fix for ORDER BY in UNION.Bruce Momjian1997-12-291-3/+3
* Cleanup of UNION ALL fix. Manual page updates.Bruce Momjian1997-12-292-13/+6
* UNION work for UNION ALL and other union stuff.Bruce Momjian1997-12-272-4/+6
* extern char* crypt_getpwdfilename(void);Vadim B. Mikheev1997-12-261-1/+1
* Implementation of UNIONs.Bruce Momjian1997-12-242-18/+6
* Change field name in RetrieveStmt from selectClause to unionClause.Thomas G. Lockhart1997-12-231-2/+3
* Lengthen some time conversion routine names now that longer namesThomas G. Lockhart1997-12-231-4/+4
* Expand a few date/time routine names to > 16 characters now that thisThomas G. Lockhart1997-12-231-55/+55
* Remove some recursion in optimizer and clean up some code there.Bruce Momjian1997-12-211-2/+2
* Fix aggregates on inherited tables.Bruce Momjian1997-12-202-8/+6
* Missed a HAVE_Marc G. Fournier1997-12-201-1/+1
* Make sure configure reflects changesMarc G. Fournier1997-12-201-0/+3