Commit Graph

2592 Commits (3d8820a364b3627b537b44b9cb23dc40a3c84144)
 

Author SHA1 Message Date
Bruce Momjian 3d8820a364 Remove un-needed quotes from psql \d DEFAULT display. 28 years ago
Bruce Momjian 69cf5abe10 Change elog(WARN) to elog(ERROR) and elog(ABORT). 28 years ago
Bruce Momjian 345641e498 Change elog(WARN) to elog(ERROR) and elog(ABORT). 28 years ago
Bruce Momjian 0d9fc5afd6 Change elog(WARN) to elog(ERROR) and elog(ABORT). 28 years ago
Bruce Momjian 0af9137f14 Add NOT NULL and DEFAULT to \d table. 28 years ago
Marc G. Fournier 0aa928764a Various fixes NETBSD/sparc related 28 years ago
Bruce Momjian a65e4484da Fix for aggs on views and complex ones. I missed one file. 28 years ago
Bruce Momjian 4b05912f0b Fix for count(*), aggs with views and multiple tables and sum(3). 28 years ago
Marc G. Fournier c629d3b9d6 need to include postgres.h before HAVE_DLD_H 28 years ago
Thomas G. Lockhart 8e3ccad128 Test for __ELF__ rather than LINUX_ELF in headers. 28 years ago
Thomas G. Lockhart e447a467fa Remove declaration for -DLINUX_ELF since testing for __ELF__ in code. 28 years ago
Thomas G. Lockhart 37f17d39c1 Define text_substr(). 28 years ago
Thomas G. Lockhart a343b2e713 Coerce a function argument to avoid compiler warning. 28 years ago
Thomas G. Lockhart 439fb6c4fb Include text_substr() function and use instead of oracle_compat equivalent. 28 years ago
Thomas G. Lockhart fcabd0753c Change precedence for boolean operators to match expected behavior. 28 years ago
Thomas G. Lockhart cc19151e3b Add substring function for text based on oracle_compat package but 28 years ago
Thomas G. Lockhart 1ac6d462b2 Bracket #define sigsetjmp() to avoid redefinition. Linux starts out with 28 years ago
Thomas G. Lockhart b180144545 Include SPI module when cleaning. 28 years ago
Marc G. Fournier 0d48d4f3be Missed a subst() for the RANDOM substritution... 28 years ago
Marc G. Fournier d82f2f1f93 Change @RANDOM@ to @MISSING_RANDOM@ because of bash 28 years ago
Marc G. Fournier 42a3c46b4e Oops, missed adding a file 28 years ago
Marc G. Fournier 8a0967a3b1 bring in alpha/linux s_lock changes 28 years ago
Marc G. Fournier 3c1332e573 Slightly delayed patches from Todd...damn holidays :) 28 years ago
Bruce Momjian a544b605e2 Change some mallocs to palloc. 28 years ago
Bruce Momjian a1dd409053 Fix for ORDER BY in UNION. 28 years ago
Bruce Momjian 499b13c994 UNION cleanup again. 28 years ago
Bruce Momjian a01b085c78 Cleanup of UNION ALL fix. Manual page updates. 28 years ago
Bruce Momjian 4ce24c8aa9 UNION work for UNION ALL and other union stuff. 28 years ago
Marc G. Fournier 2730c4a45c Knew I missed somewhere...remove PORTNAME references from GNUmakefile.in, since 28 years ago
Vadim B. Mikheev 031f471f44 Prototypes for new funcs. 28 years ago
Vadim B. Mikheev d8949adc20 Cleaning GCC warnings. 28 years ago
Vadim B. Mikheev c06ecfb456 extern char* crypt_getpwdfilename(void); 28 years ago
Bruce Momjian 6231e161c9 Implementation of UNIONs. 28 years ago
Bruce Momjian 18adbd9aed Reverse out Thomas's group clause change. 28 years ago
Bruce Momjian bbd5c21786 Make no-tty not use quiet in psql, fix group by copy failure, fix ccsym to delete tmp files. 28 years ago
Thomas G. Lockhart 6b2e7e12be Add newline/tab to middle of long failure message to pretty it up a bit. 28 years ago
Thomas G. Lockhart e8783d4af0 Change field name in RetrieveStmt from selectClause to unionClause. 28 years ago
Thomas G. Lockhart 0c714ea9ae Lengthen some time conversion routine names now that longer names 28 years ago
Thomas G. Lockhart 2119b523c5 Fix numeric comparision (... != NULL) to be (... > 0). gcc is happier now. 28 years ago
Thomas G. Lockhart 12d5c30c8c Add routines to print AExpr, Ident, and AConst parsing structures. 28 years ago
Thomas G. Lockhart 2c833a728f Implement CREATE TABLE ... AS SELECT borrowing code from SubSelect 28 years ago
Thomas G. Lockhart 8ed721ffef Change variable name reference from selectClause to more appropriate unionClause. 28 years ago
Thomas G. Lockhart 98f5975cb0 Fix up some elog error messages. 28 years ago
Thomas G. Lockhart 7c682b46c9 Expand a few date/time routine names to > 16 characters now that this 28 years ago
Thomas G. Lockhart ca23837ade Fix format to produce actual German style. Affects new "GERMAN" feature only. 28 years ago
Thomas G. Lockhart ed14f88512 Change logic slightly to avoid one unnecessary calculation. No big deal. 28 years ago
Thomas G. Lockhart c06331a47d Change a few routine names back to full length now that pg_proc allows 28 years ago
Bruce Momjian e4bd9127cb Remove regression in function. 28 years ago
Bruce Momjian 3827555869 Fix notty output to show status result. -q option still turns it off. 28 years ago
Bruce Momjian ad43a7219c Fix for test 0 error. 28 years ago