| Commit message (Expand) | Author | Age |
* | Wrap long gram.y lines. | Bruce Momjian | 2002-06-18 |
* | Change CREATE DATABASE to use DefElem instead of constructing structure | Bruce Momjian | 2002-06-18 |
* | Improve rule action ordering in gram.y, more cleanups. | Bruce Momjian | 2002-06-18 |
* | Mark noise keyword actions with {} rather than returning TRUE, like | Bruce Momjian | 2002-06-17 |
* | Manually indent gram.y to be consistent. | Bruce Momjian | 2002-06-17 |
* | Use KAME accessor macros for addr8. | Bruce Momjian | 2002-06-17 |
* | Fix missing 'buf' variable in SSL sources and add missing includes. | Bruce Momjian | 2002-06-17 |
* | Fix SSL DEBUG levels to match CVS elog flags. | Bruce Momjian | 2002-06-17 |
* | Back out accidental COPY data changes. | Bruce Momjian | 2002-06-17 |
* | Repair AlterTableOwner --- was failing for relations with indexes. | Tom Lane | 2002-06-17 |
* | Fixed parser bug concerning octal numbers in single quotes. | Michael Meskes | 2002-06-17 |
* | Rename DEBUG to DEBUG1 in SSL code. | Bruce Momjian | 2002-06-17 |
* | Merge ALTER GROUP ADD/DROP rules by creating add_drop action. | Bruce Momjian | 2002-06-17 |
* | Simplify optional WITH handling in CREATE USER, ALTER USER, CREATE | Bruce Momjian | 2002-06-17 |
* | implemented refresh row | Dave Cramer | 2002-06-16 |
* | Remove KSQO from GUC and move file to _deadcode. | Bruce Momjian | 2002-06-16 |
* | Fix up memory leakage created by recent changes. | Tom Lane | 2002-06-15 |
* | Clean up gcc warnings. Avoid the bad habit of putting externs in .c | Tom Lane | 2002-06-15 |
* | Fix up gcc warnings, improve comments. | Tom Lane | 2002-06-15 |
* | Patch for current_schemas to optionally include implicit ... | Bruce Momjian | 2002-06-15 |
* | PATCH SSL_pending() checks in libpq/fe-misc.c: | Bruce Momjian | 2002-06-15 |
* | WriteBuffer return value: | Bruce Momjian | 2002-06-15 |
* | Remove some pre-WAL relics: | Bruce Momjian | 2002-06-15 |
* | This patch wraps all accesses to t_xmin, t_cmin, t_xmax, and t_cmax in | Bruce Momjian | 2002-06-15 |
* | Fix for TAB completion using GRANT DELETE in psql. | Bruce Momjian | 2002-06-15 |
* | The macaddr datatype understands most formats of MAC address, except 12 | Bruce Momjian | 2002-06-15 |
* | Noted with versions 7.0.3, 7.1.3, and 7.2.1: | Bruce Momjian | 2002-06-15 |
* | The method PgLargeObject::LOid() is missing an implementation in the .cc | Bruce Momjian | 2002-06-15 |
* | Add C++ indent tool. | Bruce Momjian | 2002-06-15 |
* | This patch fixes a few minor problems with libpq++: remove the deprecated | Bruce Momjian | 2002-06-15 |
* | Add LOCALTIME and LOCALTIMESTAMP functions per SQL99 standard. | Thomas G. Lockhart | 2002-06-15 |
* | Search the existing regular expression cache as a ring buffer. | Thomas G. Lockhart | 2002-06-15 |
* | Make encryption of stored passwords the default, as discussed months ago. | Bruce Momjian | 2002-06-15 |
* | Remove pfrees of cached pg_pwd file, per Tom Lane. | Bruce Momjian | 2002-06-15 |
* | added empty result set testing | Dave Cramer | 2002-06-14 |
* | added empty result set testing | Dave Cramer | 2002-06-14 |
* | Yet another SSL patch. :-) This one adds some informational messages | Bruce Momjian | 2002-06-14 |
* | SSL patch that adds support for optional client certificates. | Bruce Momjian | 2002-06-14 |
* | Patch that checks ownership and permissions on server static | Bruce Momjian | 2002-06-14 |
* | SSL patch to periodically renegotiate session key. | Bruce Momjian | 2002-06-14 |
* | SSL support for ephemeral DH keys. | Bruce Momjian | 2002-06-14 |
* | UPDATED PATCH: | Bruce Momjian | 2002-06-14 |
* | Back out SSL changes. Newer patch available. | Bruce Momjian | 2002-06-14 |
* | Attached are a revised set of SSL patches. Many of these patches | Bruce Momjian | 2002-06-14 |
* | Add support for GB18030 | Tatsuo Ishii | 2002-06-14 |
* | Suppress 'owner of datatype appears to be invalid' warning message for | Tom Lane | 2002-06-13 |
* | Allow ANALYZE to run in a transaction. | Bruce Momjian | 2002-06-13 |
* | Make WHERE conditions pulled up from subqueries be executed before outer | Tom Lane | 2002-06-13 |
* | removed personal test parameters | Dave Cramer | 2002-06-13 |
* | Add PLACING to the list of reserved keywords. Added as a token in the last | Thomas G. Lockhart | 2002-06-13 |