1998-01-13 |
Marc G. Fournier | Oops...missed over half the patch :( |
commit | commitdiff | tree | snapshot |
1998-01-12 |
Marc G. Fournier | Upgrade to 0.76 |
commit | commitdiff | tree | snapshot |
1998-01-12 |
Bruce Momjian | Html backend_dir cleanup |
commit | commitdiff | tree | snapshot |
1998-01-11 |
Bruce Momjian | Manual page dash cleanup. |
commit | commitdiff | tree | snapshot |
1998-01-11 |
Marc G. Fournier | Fix from Peter for BLOBs |
commit | commitdiff | tree | snapshot |
1998-01-11 |
Marc G. Fournier | Peter's Mega-Patch for JDBC... |
commit | commitdiff | tree | snapshot |
1998-01-11 |
Bruce Momjian | Fix SCO and change index name. |
commit | commitdiff | tree | snapshot |
1998-01-11 |
Bruce Momjian | Clean up of copyfuncs. |
commit | commitdiff | tree | snapshot |
1998-01-11 |
Bruce Momjian | psql help cleanup. |
commit | commitdiff | tree | snapshot |
1998-01-11 |
Bruce Momjian | Update psql help. |
commit | commitdiff | tree | snapshot |
1998-01-11 |
Bruce Momjian | Add UNION, GROUP, DISTINCT to INSERT. |
commit | commitdiff | tree | snapshot |
1998-01-10 |
Thomas G. Lockhart | Fix up for recent changes in elog error messages. |
commit | commitdiff | tree | snapshot |
1998-01-10 |
Bruce Momjian | Fix CLUSTER. |
commit | commitdiff | tree | snapshot |
1998-01-10 |
Bruce Momjian | Bye CursorStmt, now use SelectStmt. |
commit | commitdiff | tree | snapshot |
1998-01-09 |
Bruce Momjian | Remove old quel labels. |
commit | commitdiff | tree | snapshot |
1998-01-09 |
Bruce Momjian | Remove old quel labels. |
commit | commitdiff | tree | snapshot |
1998-01-09 |
Bruce Momjian | Remove old quel labels. |
commit | commitdiff | tree | snapshot |
1998-01-09 |
Bruce Momjian | PAGER \z in psql. |
commit | commitdiff | tree | snapshot |
1998-01-09 |
Bruce Momjian | Yohoo UNIONS of VIEWS. |
commit | commitdiff | tree | snapshot |
1998-01-08 |
Bruce Momjian | Cleanup of varchar. |
commit | commitdiff | tree | snapshot |
1998-01-08 |
Bruce Momjian | Re-install working varchar() with compress size. |
commit | commitdiff | tree | snapshot |
1998-01-08 |
Bruce Momjian | Completion of varchar rollback. |
commit | commitdiff | tree | snapshot |
1998-01-08 |
Bruce Momjian | Cleanup of varchar. |
commit | commitdiff | tree | snapshot |
1998-01-08 |
Bruce Momjian | Rollback varchar size change. |
commit | commitdiff | tree | snapshot |
1998-01-07 |
Bruce Momjian | Fix for varchar I missed. |
commit | commitdiff | tree | snapshot |
1998-01-07 |
Bruce Momjian | Goodbye ABORT. Hello ERROR for all errors. |
commit | commitdiff | tree | snapshot |
1998-01-07 |
Bruce Momjian | Allow varchar() to only store needed bytes. Remove... |
commit | commitdiff | tree | snapshot |
1998-01-07 |
Marc G. Fournier | Wrap the function in and #ifdef, not the header files |
commit | commitdiff | tree | snapshot |
1998-01-07 |
Bruce Momjian | Cleanup of outnodes. |
commit | commitdiff | tree | snapshot |
1998-01-07 |
Bruce Momjian | Cleanup of outnodes. |
commit | commitdiff | tree | snapshot |
1998-01-07 |
Bruce Momjian | Fix for views and outnodes. |
commit | commitdiff | tree | snapshot |
1998-01-07 |
Bruce Momjian | Cleanup of outnode stuff. |
commit | commitdiff | tree | snapshot |
1998-01-07 |
Bruce Momjian | Cleanup of outnode stuff. |
commit | commitdiff | tree | snapshot |
1998-01-07 |
Bruce Momjian | Cleanup of outnode stuff. |
commit | commitdiff | tree | snapshot |
1998-01-07 |
Bruce Momjian | Change web page directions. |
commit | commitdiff | tree | snapshot |
1998-01-07 |
Marc G. Fournier | Short little FAQ for FreeBSD |
commit | commitdiff | tree | snapshot |
1998-01-06 |
Bruce Momjian | Fix sorting of multiple fields broken with UNION. |
commit | commitdiff | tree | snapshot |
1998-01-06 |
Bruce Momjian | Cleanup of sort nodes and use of strtoul . |
commit | commitdiff | tree | snapshot |
1998-01-06 |
Bruce Momjian | ABORT to ERROR in catalog/. |
commit | commitdiff | tree | snapshot |
1998-01-06 |
Bruce Momjian | Regression cleanup of WARN. |
commit | commitdiff | tree | snapshot |
1998-01-06 |
Bruce Momjian | Change some labels in bootparse to make ctags happy... |
commit | commitdiff | tree | snapshot |
1998-01-05 |
Bruce Momjian | Move variable.c to commands/ and aclchk.c to catalog/. |
commit | commitdiff | tree | snapshot |
1998-01-05 |
Bruce Momjian | Move variable.c to commands/ and aclchk.c to catalog/. |
commit | commitdiff | tree | snapshot |
1998-01-05 |
Bruce Momjian | Change some ABORTS to ERROR. Add line number when... |
commit | commitdiff | tree | snapshot |
1998-01-05 |
Bruce Momjian | Remove un-needed quotes from psql \d DEFAULT display. |
commit | commitdiff | tree | snapshot |
1998-01-05 |
Bruce Momjian | Change elog(WARN) to elog(ERROR) and elog(ABORT). |
commit | commitdiff | tree | snapshot |
1998-01-05 |
Bruce Momjian | Change elog(WARN) to elog(ERROR) and elog(ABORT). |
commit | commitdiff | tree | snapshot |
1998-01-05 |
Bruce Momjian | Change elog(WARN) to elog(ERROR) and elog(ABORT). |
commit | commitdiff | tree | snapshot |
1998-01-05 |
Bruce Momjian | Add NOT NULL and DEFAULT to \d table. |
commit | commitdiff | tree | snapshot |
1998-01-04 |
Marc G. Fournier | Various fixes NETBSD/sparc related |
commit | commitdiff | tree | snapshot |
1998-01-04 |
Bruce Momjian | Fix for aggs on views and complex ones. I missed one... |
commit | commitdiff | tree | snapshot |
1998-01-04 |
Bruce Momjian | Fix for count(*), aggs with views and multiple tables... |
commit | commitdiff | tree | snapshot |
1998-01-02 |
Marc G. Fournier | need to include postgres.h before HAVE_DLD_H |
commit | commitdiff | tree | snapshot |
1998-01-01 |
Thomas G. Lockhart | Test for __ELF__ rather than LINUX_ELF in headers. |
commit | commitdiff | tree | snapshot |
1998-01-01 |
Thomas G. Lockhart | Remove declaration for -DLINUX_ELF since testing for... |
commit | commitdiff | tree | snapshot |
1998-01-01 |
Thomas G. Lockhart | Define text_substr(). |
commit | commitdiff | tree | snapshot |
1998-01-01 |
Thomas G. Lockhart | Coerce a function argument to avoid compiler warning. |
commit | commitdiff | tree | snapshot |
1998-01-01 |
Thomas G. Lockhart | Include text_substr() function and use instead of oracl... |
commit | commitdiff | tree | snapshot |
1998-01-01 |
Thomas G. Lockhart | Change precedence for boolean operators to match expect... |
commit | commitdiff | tree | snapshot |
1998-01-01 |
Thomas G. Lockhart | Add substring function for text based on oracle_compat... |
commit | commitdiff | tree | snapshot |
1998-01-01 |
Thomas G. Lockhart | Bracket #define sigsetjmp() to avoid redefinition.... |
commit | commitdiff | tree | snapshot |
1998-01-01 |
Thomas G. Lockhart | Include SPI module when cleaning. |
commit | commitdiff | tree | snapshot |
1997-12-31 |
Marc G. Fournier | Missed a subst() for the RANDOM substritution... |
commit | commitdiff | tree | snapshot |
1997-12-30 |
Marc G. Fournier | Change @RANDOM@ to @MISSING_RANDOM@ because of bash |
commit | commitdiff | tree | snapshot |
1997-12-30 |
Marc G. Fournier | Oops, missed adding a file |
commit | commitdiff | tree | snapshot |
1997-12-30 |
Marc G. Fournier | bring in alpha/linux s_lock changes |
commit | commitdiff | tree | snapshot |
1997-12-30 |
Marc G. Fournier | Slightly delayed patches from Todd...damn holidays :) |
commit | commitdiff | tree | snapshot |
1997-12-29 |
Bruce Momjian | Change some mallocs to palloc. |
commit | commitdiff | tree | snapshot |
1997-12-29 |
Bruce Momjian | Fix for ORDER BY in UNION. |
commit | commitdiff | tree | snapshot |
1997-12-29 |
Bruce Momjian | UNION cleanup again. |
commit | commitdiff | tree | snapshot |
1997-12-29 |
Bruce Momjian | Cleanup of UNION ALL fix. Manual page updates. |
commit | commitdiff | tree | snapshot |
1997-12-27 |
Bruce Momjian | UNION work for UNION ALL and other union stuff. |
commit | commitdiff | tree | snapshot |
1997-12-26 |
Marc G. Fournier | Knew I missed somewhere...remove PORTNAME references... |
commit | commitdiff | tree | snapshot |
1997-12-26 |
Vadim B. Mikheev | Prototypes for new funcs. |
commit | commitdiff | tree | snapshot |
1997-12-26 |
Vadim B. Mikheev | Cleaning GCC warnings. |
commit | commitdiff | tree | snapshot |
1997-12-26 |
Vadim B. Mikheev | extern char* crypt_getpwdfilename(void); |
commit | commitdiff | tree | snapshot |
1997-12-24 |
Bruce Momjian | Implementation of UNIONs. |
commit | commitdiff | tree | snapshot |
1997-12-23 |
Bruce Momjian | Reverse out Thomas's group clause change. |
commit | commitdiff | tree | snapshot |
1997-12-23 |
Bruce Momjian | Make no-tty not use quiet in psql, fix group by copy... |
commit | commitdiff | tree | snapshot |
1997-12-23 |
Thomas G. Lockhart | Add newline/tab to middle of long failure message to... |
commit | commitdiff | tree | snapshot |
1997-12-23 |
Thomas G. Lockhart | Change field name in RetrieveStmt from selectClause... |
commit | commitdiff | tree | snapshot |
1997-12-23 |
Thomas G. Lockhart | Lengthen some time conversion routine names now that... |
commit | commitdiff | tree | snapshot |
1997-12-23 |
Thomas G. Lockhart | Fix numeric comparision (... != NULL) to be (... >... |
commit | commitdiff | tree | snapshot |
1997-12-23 |
Thomas G. Lockhart | Add routines to print AExpr, Ident, and AConst parsing... |
commit | commitdiff | tree | snapshot |
1997-12-23 |
Thomas G. Lockhart | Implement CREATE TABLE ... AS SELECT borrowing code... |
commit | commitdiff | tree | snapshot |
1997-12-23 |
Thomas G. Lockhart | Change variable name reference from selectClause to... |
commit | commitdiff | tree | snapshot |
1997-12-23 |
Thomas G. Lockhart | Fix up some elog error messages. |
commit | commitdiff | tree | snapshot |
1997-12-23 |
Thomas G. Lockhart | Expand a few date/time routine names to > 16 characters... |
commit | commitdiff | tree | snapshot |
1997-12-23 |
Thomas G. Lockhart | Fix format to produce actual German style. Affects... |
commit | commitdiff | tree | snapshot |
1997-12-23 |
Thomas G. Lockhart | Change logic slightly to avoid one unnecessary calculat... |
commit | commitdiff | tree | snapshot |
1997-12-23 |
Thomas G. Lockhart | Change a few routine names back to full length now... |
commit | commitdiff | tree | snapshot |
1997-12-23 |
Bruce Momjian | Remove regression in function. |
commit | commitdiff | tree | snapshot |
1997-12-22 |
Bruce Momjian | Fix notty output to show status result. -q option... |
commit | commitdiff | tree | snapshot |
1997-12-22 |
Bruce Momjian | Fix for test 0 error. |
commit | commitdiff | tree | snapshot |
1997-12-22 |
Bruce Momjian | Fix for select 1=1 or 2=2, select 1=1 and 2=2, and... |
commit | commitdiff | tree | snapshot |
1997-12-21 |
Bruce Momjian | Remove some recursion in optimizer and clean up some... |
commit | commitdiff | tree | snapshot |
1997-12-20 |
Marc G. Fournier | Potential fix for Bruce's "test" problem |
commit | commitdiff | tree | snapshot |
1997-12-20 |
Bruce Momjian | Fix aggregates on inherited tables. |
commit | commitdiff | tree | snapshot |
1997-12-20 |
Marc G. Fournier | Move more to dynloader subdir |
commit | commitdiff | tree | snapshot |
1997-12-20 |
Marc G. Fournier | Make sure distclean works as well as clean |
commit | commitdiff | tree | snapshot |
next |