aboutsummaryrefslogtreecommitdiff
path: root/src/include
Commit message (Expand)AuthorAge
* From: "Billy G. Allie" <Bill.Allie@mug.org>Marc G. Fournier1998-02-01
* Reduce size of inlining.Bruce Momjian1998-02-01
* 1. "#ifdef 0" is bad C. ifdef is for checking a macro and 0 isMarc G. Fournier1998-02-01
* Inline fastgetattr and others so data access does not use functionBruce Momjian1998-01-31
* More deadlock code to check for escallation locks.Bruce Momjian1998-01-28
* dummyret cleanupBruce Momjian1998-01-27
* Deadlock ceallnup.Bruce Momjian1998-01-27
* Fix local domain structure size computation.Bruce Momjian1998-01-27
* Real deadlock detection.Bruce Momjian1998-01-27
* #include <sys/types.h> required for u_longMarc G. Fournier1998-01-26
* From: Phil Thompson <phil@river-bank.demon.co.uk>Marc G. Fournier1998-01-26
* cash_words_out fixBruce Momjian1998-01-26
* Add cash_words_out and fix \df width.Bruce Momjian1998-01-25
* From: Keith Parks <emkxp01@mtcc.demon.co.uk>Marc G. Fournier1998-01-25
* getpid/pid cleanupBruce Momjian1998-01-25
* Somehow the 'comment' here got messed upMarc G. Fournier1998-01-25
* Fix prototypes so they don't look like function definitions.Bruce Momjian1998-01-24
* LOCK_LEVEL is defined in an i386_solaris system file, causing the compileMarc G. Fournier1998-01-23
* Minor cleanups for i386_solaris portMarc G. Fournier1998-01-23
* Cleanup deadlock message.Bruce Momjian1998-01-23
* Make subqueries rewrite properly.Bruce Momjian1998-01-21
* Add Var.varlevelup to code. More parser cleanup.Bruce Momjian1998-01-20
* Parser cleanup.Bruce Momjian1998-01-20
* Fix problem with nodes handling.Bruce Momjian1998-01-19
* Added code so SubLinks make it to optimizer.Bruce Momjian1998-01-19
* Create SubLink nodes in parser for Vadim.Bruce Momjian1998-01-19
* Fix for SELECT INTO TABLE for varchar().Bruce Momjian1998-01-19
* From: "Billy G. Allie" <Bill.Allie@mug.org>Marc G. Fournier1998-01-17
* Creates the SubLink structure, and the Query->hasSubLink field,Bruce Momjian1998-01-17
* New pg_attribute.atttypmod for type-specific information likeBruce Momjian1998-01-16
* Fix:Marc G. Fournier1998-01-15
* Thank god for searchable mail archives.PostgreSQL Daemon1998-01-15
* Remove Query->qry_aggs and qry_numaggs and replace with Query->hasAggs.Bruce Momjian1998-01-15
* Cleanup of prototypes. FIx for PQtrace start/stop several times.Bruce Momjian1998-01-14
* Various cleanups for the i386_solaris environmentMarc G. Fournier1998-01-13
* Remove PageSizeIsValid from BufferGetPageSize.Vadim B. Mikheev1998-01-13
* extern char* crypt_getpwdreloadfilename(void);Vadim B. Mikheev1998-01-13
* Some *very* major changes by darrenk@insightdist.com (Darren King)Marc G. Fournier1998-01-13
* Fix SCO and change index name.Bruce Momjian1998-01-11
* Add UNION, GROUP, DISTINCT to INSERT.Bruce Momjian1998-01-11
* Bye CursorStmt, now use SelectStmt.Bruce Momjian1998-01-10
* Remove old quel labels.Bruce Momjian1998-01-09
* Remove old quel labels.Bruce Momjian1998-01-09
* Goodbye ABORT. Hello ERROR for all errors.Bruce Momjian1998-01-07
* Allow varchar() to only store needed bytes. Remove PALLOC,PALLOCTYPE,PFREE. ...Bruce Momjian1998-01-07
* Move variable.c to commands/ and aclchk.c to catalog/.Bruce Momjian1998-01-05
* Move variable.c to commands/ and aclchk.c to catalog/.Bruce Momjian1998-01-05
* Change elog(WARN) to elog(ERROR) and elog(ABORT).Bruce Momjian1998-01-05
* Various fixes NETBSD/sparc relatedMarc G. Fournier1998-01-04
* Fix for count(*), aggs with views and multiple tables and sum(3).Bruce Momjian1998-01-04