Commit Graph

2610 Commits (e6c6146eb8129f1ea1e1f68ef739c13824357225)
 

Author SHA1 Message Date
Bruce Momjian e6c6146eb8 Allow varchar() to only store needed bytes. Remove PALLOC,PALLOCTYPE,PFREE. Clean up use of VARDATA. 28 years ago
Marc G. Fournier 7a2a7d436d Wrap the function in and #ifdef, not the header files 28 years ago
Bruce Momjian 3f1b1db7c5 Cleanup of outnodes. 28 years ago
Bruce Momjian e9dc636e0c Cleanup of outnodes. 28 years ago
Bruce Momjian c01a56daf5 Fix for views and outnodes. 28 years ago
Bruce Momjian 56466049d6 Cleanup of outnode stuff. 28 years ago
Bruce Momjian c9d9fe7690 Cleanup of outnode stuff. 28 years ago
Bruce Momjian a552a894eb Cleanup of outnode stuff. 28 years ago
Bruce Momjian 1b9ab297f3 Change web page directions. 28 years ago
Marc G. Fournier 697fcb021c Short little FAQ for FreeBSD 28 years ago
Bruce Momjian e22b09c227 Fix sorting of multiple fields broken with UNION. 28 years ago
Bruce Momjian 4557c846de Cleanup of sort nodes and use of strtoul . 28 years ago
Bruce Momjian f439eb35b8 ABORT to ERROR in catalog/. 28 years ago
Bruce Momjian 845f82e541 Regression cleanup of WARN. 28 years ago
Bruce Momjian 9d00fbbeb0 Change some labels in bootparse to make ctags happy. Clean up outfunc/readfunc code and add missing fields for Query structure and new Union fields. Fix optimizer bug shown in new \do command. Change WARN to ERROR in contrib and regression stuff. 28 years ago
Bruce Momjian 42acc6e8c4 Move variable.c to commands/ and aclchk.c to catalog/. 28 years ago
Bruce Momjian 9db64857e0 Move variable.c to commands/ and aclchk.c to catalog/. 28 years ago
Bruce Momjian deea69b90e Change some ABORTS to ERROR. Add line number when COPY Failure. 28 years ago
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