Commit message (Collapse) | Author | Age | ||
---|---|---|---|---|
... | ||||
* | Yohoo UNIONS of VIEWS. | Bruce Momjian | 1998-01-09 | |
| | ||||
* | Goodbye ABORT. Hello ERROR for all errors. | Bruce Momjian | 1998-01-07 | |
| | ||||
* | Move variable.c to commands/ and aclchk.c to catalog/. | Bruce Momjian | 1998-01-05 | |
| | ||||
* | Change some ABORTS to ERROR. Add line number when COPY Failure. | Bruce Momjian | 1998-01-05 | |
| | ||||
* | Change elog(WARN) to elog(ERROR) and elog(ABORT). | Bruce Momjian | 1998-01-05 | |
| | ||||
* | Coerce a function argument to avoid compiler warning. | Thomas G. Lockhart | 1998-01-01 | |
| | ||||
* | Major cleanout of PORTNAME variables from Makefiles...bound to screw up | Marc G. Fournier | 1997-12-20 | |
| | | | | some of the ports... | |||
* | More cleanups. I can now compile without PORTNAME being defined n | Marc G. Fournier | 1997-12-19 | |
| | | | | | | | | | Makefile.global. End result, if all goes well, should allow for much easier porting, since there will no longer be a concept of a "port". Most, if not everything, *should* be determined by configure, or by the compiler itself. Still work to be done though :) | |||
* | Use environment variable PGDATESTYLE on backend startup to initialize | Thomas G. Lockhart | 1997-12-16 | |
| | | | | date/time formats and conventions. | |||
* | Rename pg_plan and pg_eval to be more meaningful. | Bruce Momjian | 1997-12-11 | |
| | ||||
* | Add VARHDRSZ where needed. Many places just used 4. | Bruce Momjian | 1997-12-06 | |
| | ||||
* | Add 'GERMAN' option to DateStyle. | Thomas G. Lockhart | 1997-12-04 | |
| | ||||
* | From: todd brandys <brandys@eng3.hep.uiuc.edu> | Marc G. Fournier | 1997-12-04 | |
| | | | | | An extension to the code to allow for a pg_password authentication database that is *seperate* from the system password file | |||
* | Prevent flushing from packets, by Massimo. | Bruce Momjian | 1997-11-27 | |
| | ||||
* | Break parser functions into smaller files, group together. | Bruce Momjian | 1997-11-25 | |
| | ||||
* | Move dbcommands.c to commands/. It should not be in the parser directory. | Bruce Momjian | 1997-11-24 | |
| | ||||
* | Remove tqual.h includes not needed. | Bruce Momjian | 1997-11-24 | |
| | ||||
* | More archive cleanup. | Bruce Momjian | 1997-11-21 | |
| | ||||
* | Remove archive stuff. | Bruce Momjian | 1997-11-21 | |
| | ||||
* | Remove all time travel stuff. Small parser cleanup. | Bruce Momjian | 1997-11-20 | |
| | ||||
* | Reformat parser table (cosmetic only). | Thomas G. Lockhart | 1997-11-14 | |
| | ||||
* | Do a more complete job of supporting time zone information. | Thomas G. Lockhart | 1997-11-10 | |
| | | | | | Try to save pre-existing TZ environment variable if possible. Includes code from Keith Parks. | |||
* | Change quickdie elog notice to a single message. | Thomas G. Lockhart | 1997-11-10 | |
| | | | | Clean up FloatExceptionHandler elog message source code. | |||
* | From: Bryan Henderson <bryanh@giraffe.netgate.net> | Marc G. Fournier | 1997-11-09 | |
| | | | | | | My analysis of the formerly mentioned IPC reinitialization problem was hampered by an imprecise error message. I have rewritten it so it is clearer and more accurate. | |||
* | Add Unix domain socket support, from Goran Thyni, goran@bildbasen.se | Bruce Momjian | 1997-11-07 | |
| | ||||
* | Enable SET value = DEFAULT by passing null parameter to parsers. | Thomas G. Lockhart | 1997-11-07 | |
| | | | | Enable SET TIME ZONE using TZ environment variable. | |||
* | Support alternate database locations. | Thomas G. Lockhart | 1997-11-07 | |
| | ||||
* | Good Bye, Time Travel! | Vadim B. Mikheev | 1997-11-02 | |
| | ||||
* | Add initial backend support for SET/SHOW/RESET TIME ZONE. | Thomas G. Lockhart | 1997-10-30 | |
| | | | | | Uses TZ environment variable. Needs additional schemes for brain-dead SQL92 time offsets. | |||
* | Now we are able to CREATE PROCEDURAL LANGUAGE (Thanks, Jan). | Vadim B. Mikheev | 1997-10-28 | |
| | ||||
* | Rename "TYPE" parser keyword token from P_TYPE to TYPE_P to conform | Thomas G. Lockhart | 1997-10-25 | |
| | | | | to changes in parser. | |||
* | Rename strNcpy to StrNCpy, and change third parameter. | Bruce Momjian | 1997-10-25 | |
| | ||||
* | Fix alignment of source. | Bruce Momjian | 1997-10-24 | |
| | ||||
* | MOVE implementation. | Vadim B. Mikheev | 1997-09-29 | |
| | ||||
* | Inline memset() as MemSet(). | Bruce Momjian | 1997-09-18 | |
| | ||||
* | No more SortTuplesInTree... | Vadim B. Mikheev | 1997-09-18 | |
| | ||||
* | Allow set max number of tuples in leftist tree for sorts | Vadim B. Mikheev | 1997-09-18 | |
| | | | | (-S memory,tuples) | |||
* | -S need in optarg... | Vadim B. Mikheev | 1997-09-15 | |
| | ||||
* | Used modified version of indent that understands over 100 typedefs. | Bruce Momjian | 1997-09-08 | |
| | ||||
* | Add typdefs to pgindent run. | Bruce Momjian | 1997-09-08 | |
| | ||||
* | Another PGINDENT run that changes variable indenting and case label ↵ | Bruce Momjian | 1997-09-08 | |
| | | | | indenting. Also static variable indenting. | |||
* | Massive commit to run PGINDENT on all *.c and *.h files. | Bruce Momjian | 1997-09-07 | |
| | ||||
* | CREATE/DROP TRIGGER | Vadim B. Mikheev | 1997-08-31 | |
| | ||||
* | New results destination for SPI manager. | Vadim B. Mikheev | 1997-08-29 | |
| | ||||
* | Clean CommandInfo after posting to client. | Vadim B. Mikheev | 1997-08-28 | |
| | ||||
* | Number of tuples inserted/affected by INSERT/UPDATE/DELETE... | Vadim B. Mikheev | 1997-08-27 | |
| | ||||
* | Make functions static where possible, enclose unused functions in #ifdef ↵ | Bruce Momjian | 1997-08-19 | |
| | | | | NOT_USED. | |||
* | Now that names are null terminated, no need to do all that NAMEDATALEN stuff. | Bruce Momjian | 1997-08-18 | |
| | ||||
* | Reduce open() calls. Replace fopen() calls with calls to fd.c functions. | Bruce Momjian | 1997-08-18 | |
| | ||||
* | Cleanup global variables, remove stable memory stuff. | Bruce Momjian | 1997-08-14 | |
| |