Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Ignore compiler warnings, because we can't escape "abstract declarator used | Bryan Henderson | 1996-11-18 |
| | | | | as declaration". | ||
* | Renamed file. Restored SLSUFF to .so. | Bruce Momjian | 1996-11-17 |
| | |||
* | Copy needed include files into standard directory. | Bruce Momjian | 1996-11-17 |
| | |||
* | Change SLSUFF from .so to .o as default. | Bruce Momjian | 1996-11-17 |
| | |||
* | New backend directory description file. | Bruce Momjian | 1996-11-17 |
| | |||
* | Fix for -da option of pg_dump. | Bruce Momjian | 1996-11-17 |
| | |||
* | Fix for return code of psql in manual. | Bruce Momjian | 1996-11-17 |
| | |||
* | Fix for error when viewing group access privs. | Bruce Momjian | 1996-11-17 |
| | |||
* | Fix for Alter TABLE add column varchar(). Was causing zero length. | Bruce Momjian | 1996-11-17 |
| | |||
* | Fix syntax errors so it runs without error messages. | Bryan Henderson | 1996-11-17 |
| | |||
* | Remove old GetPGData reference that causes warning. | Bryan Henderson | 1996-11-16 |
| | |||
* | Add #include <sys/types.h> so it works with Ultrix's in.h | Bryan Henderson | 1996-11-16 |
| | |||
* | Added documentation on new unique index capability. | Bruce Momjian | 1996-11-16 |
| | |||
* | Added include file needed by memset(). | Bruce Momjian | 1996-11-16 |
| | |||
* | Add prototype for new datetime functions. | Bruce Momjian | 1996-11-16 |
| | |||
* | Remove quote removal. Moved to parser. | Bruce Momjian | 1996-11-15 |
| | |||
* | Correct permissions on lo_export(). Open up permissions. | Bruce Momjian | 1996-11-15 |
| | |||
* | Fix quote/doublequote handling. | Bruce Momjian | 1996-11-15 |
| | |||
* | Remove PERFECT_MEM | Bruce Momjian | 1996-11-15 |
| | | | | Unallocate opaque. | ||
* | Unallocate opaque. | Bruce Momjian | 1996-11-15 |
| | |||
* | Changed " to '. Removed bug section from psql. added reminder for log call | Bruce Momjian | 1996-11-15 |
| | | | | in built-in. fixed backslases in source for libpq. | ||
* | Mulitple inclusion of sys/socket.h | Marc G. Fournier | 1996-11-15 |
| | | | | Pointed out by: Erik Bertelsen <erik@sockdev.uni-c.dk> | ||
* | Features added: | Marc G. Fournier | 1996-11-14 |
| | | | | | | | | | | | * Wrote max(date) and min(date) aggregates * Wrote operator "-" for date; date - date yields number of days difference * Wrote operator+(date,int) and operator-(date,int); the int is the number of days. Each operator returns a new date. By: Tom Tromey <tromey@creche.cygnus.com> | ||
* | Bring in Randy's NOROOT patch | Marc G. Fournier | 1996-11-14 |
| | |||
* | Fix a comment...was going to fix the <sys/types.h> problem, but | Marc G. Fournier | 1996-11-14 |
| | | | | Randy is submitting a more comprehensive patch :) | ||
* | Couple of Ultrix4 related patches submited by: | Marc G. Fournier | 1996-11-14 |
| | | | | Erik Bertelsen <erik@sockdev.uni-c.dk> | ||
* | Fix a comment that wasn't commente'd out | Marc G. Fournier | 1996-11-14 |
| | | | | Pointed out by: Erik Bertelsen <erik@sockdev.uni-c.dk> | ||
* | Remove comments psql was putting in output, typo's. | Bruce Momjian | 1996-11-14 |
| | | | | psql now returns error from queries and errors files, so ignore return code. | ||
* | Overhaul MainLoop input processing for quotes, comments, backslashes. | Bruce Momjian | 1996-11-14 |
| | |||
* | Remove most compile-time options, add a few runtime options to make up for it. | Bryan Henderson | 1996-11-14 |
| | | | | | | | In particular, no more compiled-in default for PGDATA or LIBDIR. Commands that need them need either invocation options or environment variables. PGPORT default is hardcoded as 5432, but overrideable with options or environment variables. | ||
* | moved man pages here, as requested by Bryan | Marc G. Fournier | 1996-11-14 |
| | |||
* | Missed this part when I eliminated $(srcdir); src/bin stuff won't compile. | Bryan Henderson | 1996-11-14 |
| | |||
* | Use port-protos.h instead of trying to declare random() and srandom() | Bryan Henderson | 1996-11-14 |
| | | | | explicitly. | ||
* | Use -Wno-error option only if compiler is gcc. | Bryan Henderson | 1996-11-14 |
| | |||
* | Use -W options only if compiler is gcc. | Bryan Henderson | 1996-11-14 |
| | |||
* | Include stdlib.h to gives its NULL, etc. definitions precedence over ours. | Bryan Henderson | 1996-11-14 |
| | |||
* | Added percentage to CASSERT comment. | Bruce Momjian | 1996-11-14 |
| | |||
* | Commit of a *MAJOR* patch from Dan McGuirk <djm@indirect.com> | Marc G. Fournier | 1996-11-13 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Changes: * Unique index capability works using the syntax 'create unique index'. * Duplicate OID's in the system tables are removed. I put little scripts called 'duplicate_oids' and 'find_oid' in include/catalog that help to find and remove duplicate OID's. I also moved 'unused_oids' from backend/catalog to include/catalog, since it has to be in the same directory as the include files in order to work. * The backend tries converting the name of a function or aggregate to all lowercase if the original name given doesn't work (mostly for compatibility with ODBC). * You can 'SELECT NULL' to your heart's content. * I put my _bt_updateitem fix in instead, which uses _bt_insertonpg so that even if the new key is so big that the page has to be split, everything still works. * All literal references to system catalog OID's have been replaced with references to define'd constants from the catalog header files. * I added a couple of node copy functions. I think this was a preliminary attempt to get rules to work. | ||
* | Fix syntax error introduced in last update. | Bryan Henderson | 1996-11-13 |
| | |||
* | Eliminate MKDIR, srcdir, objdir. Centralize setting of LIBPQDIR. | Bryan Henderson | 1996-11-13 |
| | |||
* | Make shared library builds work for BSD44_derived. | Bryan Henderson | 1996-11-13 |
| | |||
* | Forgot in yesterday's make file blitz. | Bryan Henderson | 1996-11-13 |
| | |||
* | End of the make file simplifications. | Bryan Henderson | 1996-11-12 |
| | |||
* | Put shared libraries in main directory, not obj/ | Bryan Henderson | 1996-11-12 |
| | |||
* | Fix for finding the include files | Marc G. Fournier | 1996-11-12 |
| | |||
* | Quiet compiler warnings. | Bryan Henderson | 1996-11-12 |
| | |||
* | Use new utils/version.c instead of backend/utils/init/magic.c. | Bryan Henderson | 1996-11-12 |
| | |||
* | Add dependency for install. | Bryan Henderson | 1996-11-12 |
| | |||
* | Add install dependency. | Bryan Henderson | 1996-11-12 |
| | |||
* | Fix bug where it tries to do a cleardbdir when you make install. | Bryan Henderson | 1996-11-12 |
| |