| Age | Commit message (Expand) | Author |
| 2003-04-04 | Code review for pg_stat_get_backend_activity_start patch --- fix | Tom Lane |
| 2003-04-03 | Remove zero_damaged_pages from postgresql.conf.sample; the only way to | Tom Lane |
| 2003-04-03 | Prevent EXPLAIN (without ANALYZE) SELECT ... INTO from creating an INTO | Tom Lane |
| 2003-04-03 | Don't re-invent the strchr() wheel. | Tom Lane |
| 2003-04-03 | Fix load_user/load_group to not leave dangling pointers around if the | Tom Lane |
| 2003-04-03 | const-ify functions used with completion_matches(), to suppress | Tom Lane |
| 2003-04-03 | Repair incorrect checking of grouped/ungrouped variables in the presence | Tom Lane |
| 2003-04-03 | Add prototype for toupper/tolower(). | Bruce Momjian |
| 2003-04-02 | Fix buffer overrun in to_ascii(), per report from Guido Notari. | Tom Lane |
| 2003-04-02 | Fix convSockAddr6to4(): eliminate bogus assumptions about byte ordering, | Tom Lane |
| 2003-04-02 | Fix platform-dependent failure introduced by recent to_char changes | Tom Lane |
| 2003-04-02 | This is a derived file and should never have been added to CVS. | Tom Lane |
| 2003-04-02 | Whack getaddrinfo() patch around until it works, more or less, on | Tom Lane |
| 2003-04-01 | Add missing semicolon. | Tom Lane |
| 2003-04-01 | More patches for informix compatibility. | Michael Meskes |
| 2003-03-31 | Skip START WITH in sequence definition when it's the default value -- | Bruce Momjian |
| 2003-03-31 | The following patch cleans up the deferred trigger mechanism. There is | Bruce Momjian |
| 2003-03-31 | TestConfiguration returns int, not bool. This mistake is relatively | Tom Lane |
| 2003-03-30 | Properly document default value of log_min_error_statement in postgresql.conf. | Bruce Momjian |
| 2003-03-30 | Forgot two new files and one that was moved. | Michael Meskes |
| 2003-03-30 | Moved Informix stuff to its own compat library. Interval datetype is now full... | Michael Meskes |
| 2003-03-29 | Simplify the socket handling code by supplying a replacement getaddrinfo() | Peter Eisentraut |
| 2003-03-29 | [ Backpatch to 7.3.X.] | Bruce Momjian |
| 2003-03-29 | [ Backpatch to 7.3.X.] | Bruce Momjian |
| 2003-03-28 | Add code to apply some simple sanity checks to the header fields of a | Tom Lane |
| 2003-03-28 | Fix NULL casting warning, pointed out by Joe Conway | Bruce Momjian |
| 2003-03-27 | Fix bogus coding of SET DEFAULT ri triggers ... or at least make it less | Tom Lane |
| 2003-03-27 | Add <stdlib> to add calloc() prototype. | Bruce Momjian |
| 2003-03-27 | Fix syntax error in to_char fixes --- was defining variable in main code | Bruce Momjian |
| 2003-03-27 | It may not be obvious to you, but the plpython regression tests | Bruce Momjian |
| 2003-03-27 | New \d format: | Bruce Momjian |
| 2003-03-27 | Add new file. | Bruce Momjian |
| 2003-03-27 | Add new files. | Bruce Momjian |
| 2003-03-27 | This patch implements holdable cursors, following the proposal | Bruce Momjian |
| 2003-03-27 | Attached are two patches for psql's tab-completion.c. | Bruce Momjian |
| 2003-03-27 | Adds | Bruce Momjian |
| 2003-03-27 | Reorder language creation to restore constistently. | Bruce Momjian |
| 2003-03-27 | to_char fixes, Karel Zak | Bruce Momjian |
| 2003-03-27 | GetTupleForTrigger must use outer transaction's command counter for time | Tom Lane |
| 2003-03-27 | More changes to pgtypeslib and set optimization to -O1. | Michael Meskes |
| 2003-03-25 | Merge documentation into one book. (Build with "make html".) Replace | Peter Eisentraut |
| 2003-03-25 | plpgsql can assign to subscripted variables now, e.g. | Tom Lane |
| 2003-03-25 | patch to notify listeners on error from Csaba Nagy | Dave Cramer |
| 2003-03-25 | Use PQfreemem() consistently, and document its use for Notify. | Bruce Momjian |
| 2003-03-25 | added DISTINCT to the query to get cross reference. This is required when two... | Dave Cramer |
| 2003-03-25 | fixed problem where information from previous updates was leaking into subseq... | Dave Cramer |
| 2003-03-25 | Factor out duplicate code for computing values of PLpgSQL_datum items. | Tom Lane |
| 2003-03-24 | Ignore SIGXFSZ (if platform has it), so that ulimit violations work like | Tom Lane |
| 2003-03-24 | Modify keys_are_unique optimization to release buffer pins before it | Tom Lane |
| 2003-03-24 | Add comment to postgresql.conf: | Bruce Momjian |