Commit message (Collapse) | Author | Age | ||
---|---|---|---|---|
... | ||||
* | Change elog(WARN) to elog(ERROR) and elog(ABORT). | Bruce Momjian | 1998-01-05 | |
| | ||||
* | 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 | |
| | ||||
* | Break parser functions into smaller files, group together. | Bruce Momjian | 1997-11-25 | |
| | ||||
* | 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 | |
| | ||||
* | Good Bye, Time Travel! | Vadim B. Mikheev | 1997-11-02 | |
| | ||||
* | Rename strNcpy to StrNCpy, and change third parameter. | Bruce Momjian | 1997-10-25 | |
| | ||||
* | 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 | |
| | ||||
* | 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 | |
| | ||||
* | Make functions static where possible, enclose unused functions in #ifdef ↵ | Bruce Momjian | 1997-08-19 | |
| | | | | NOT_USED. | |||
* | Cleanup global variables, remove stable memory stuff. | Bruce Momjian | 1997-08-14 | |
| | ||||
* | Fix pgproc names over 15 chars in output. Add strNcpy() function. remove ↵ | Bruce Momjian | 1997-08-12 | |
| | | | | some (void) casts that are unnecessary. | |||
* | psort cleanups. | Bruce Momjian | 1997-08-06 | |
| | ||||
* | Another fix. | Bruce Momjian | 1997-08-06 | |
| | ||||
* | Allow internal sorts to be stored in memory rather than in files. | Bruce Momjian | 1997-08-06 | |
| | ||||
* | Remove some unnecessary include statements (comment out with #ifdef FALSE). | Thomas G. Lockhart | 1997-07-29 | |
| | ||||
* | Added SCO support, from Daniel Harris. | Bruce Momjian | 1997-07-28 | |
| | ||||
* | Various compile errors concerning overflow due to shifts, unsigned, and bad ↵ | Bruce Momjian | 1997-07-24 | |
| | | | | prototypes, from Solaris, from Diab Jerius | |||
* | Somewhat backwards #ifdef's for HAVE_GETRUSAGE | Marc G. Fournier | 1997-04-24 | |
| | ||||
* | Change HAVE_RUSAGE to HAVE_GETRUSAGE, which is the more appropriate | Marc G. Fournier | 1997-04-23 | |
| | ||||
* | Remove WIN32 defines. They never worked. | Bruce Momjian | 1997-02-14 | |
| | ||||
* | Patch from Massimo Dal Zotto <dz@cs.unitn.it> | Marc G. Fournier | 1997-02-12 | |
| | | | | | | | | | | The following patches add to the backend a new debugging flag -K which prints a debug trace of all locking operations on user relations (those with oid greater than 20000). The code is compiled only if LOCK_MGR_DEBUG is defined, so the patch should be harmless if not explicitly enabled. I'm using the code to trace deadlock conditions caused by application queries using the command "$POSTMASTER -D $PGDATA -o '-d 1 -K 1'. The patches are for version 6.0 dated 970126. | |||
* | Change references to NEED_RUSAGE to HAVE_RUSAGE | Marc G. Fournier | 1997-02-03 | |
| | | | | Pointed out by:" Tatsuo Ishii <t-ishii@sra.co.jp> | |||
* | Apply usage patches for European Dates patch from Keith | Marc G. Fournier | 1997-01-27 | |
| | ||||
* | Change next to nextstep where missed. | Bruce Momjian | 1997-01-26 | |
| | ||||
* | Bring in a patch from Keith Parks to move the use of European dates | Marc G. Fournier | 1997-01-26 | |
| | | | | | | from a #define to a run-time option '-e' Man page was updated to reflect new option | |||
* | Eliminate dupliclate definition of external variables reldesc and DataDir. | Bryan Henderson | 1997-01-14 | |
| | | | | Some compilers recognize this error. | |||
* | pq/signal() portability patch. Also psql copy prompt fix. | Bruce Momjian | 1996-12-26 | |
| | ||||
* | Reduce printing from debug level 2 ande layout change. | Bruce Momjian | 1996-12-07 | |
| | ||||
* | Allow all empty queries to return EMPTY. | Bruce Momjian | 1996-11-27 | |
| | ||||
* | Remove linux define of __USE_POSIX, which doesn't appear to do anything. | Bryan Henderson | 1996-11-18 | |
| | ||||
* | Remove old GetPGData reference that causes warning. | Bryan Henderson | 1996-11-16 | |
| | ||||
* | 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. | |||
* | Warning removal cleanup | Bruce Momjian | 1996-11-11 | |
| | ||||
* | All external function definitions now have prototypes that are checked. | Bruce Momjian | 1996-11-10 | |
| | ||||
* | Quiet compiler warnings. | Bryan Henderson | 1996-11-10 | |
| | ||||
* | Compile and warning cleanup | Bruce Momjian | 1996-11-08 | |
| | ||||
* | Remove OPENLINK define | Bruce Momjian | 1996-11-04 | |
| | ||||
* | Produce a clean compile of backend... | Marc G. Fournier | 1996-11-03 | |
| | ||||
* | more removal of PORTNAME_* | Marc G. Fournier | 1996-10-31 | |
| | ||||
* | Fix memset() call, variables being passed in wrong order. | Marc G. Fournier | 1996-10-30 | |
| | | | | Pointed out by: wieck@sapserv.debis.de | |||
* | Added consistent include file handling for MAXHOSTNAMELEN. | Bruce Momjian | 1996-10-13 | |
| | | | | | If I have introduced any syntax errors with this, I will patch them in the morning, and Marc will have a good laugh. | |||
* | The remainder of D'Arcy's changes, most notibly the usage of SIGNAL_ARGS | Marc G. Fournier | 1996-10-04 | |
| |