| Commit message (Expand) | Author | Age |
* | Remove Jan's copyright, with his approval. | Bruce Momjian | 2002-06-21 |
* | Clean up some copyrights. | Bruce Momjian | 2002-06-20 |
* | Add missing SRF file. | Bruce Momjian | 2002-06-20 |
* | Update copyright to 2002. | Bruce Momjian | 2002-06-20 |
* | Here is a patch for Composite and Set returning function support. I made | Bruce Momjian | 2002-06-20 |
* | Improve COPY syntax to use WITH clause, keep backward compatibility. | Bruce Momjian | 2002-06-20 |
* | Properly mark rules that return no value. | Bruce Momjian | 2002-06-19 |
* | 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 |
* | 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 |
* | Repair AlterTableOwner --- was failing for relations with indexes. | Tom Lane | 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 |
* | 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 |
* | Fix up gcc warnings, improve comments. | Tom Lane | 2002-06-15 |
* | Patch for current_schemas to optionally include implicit ... | 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 |
* | The macaddr datatype understands most formats of MAC address, except 12 | 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 |
* | 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 |
* | 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 |
* | Add PLACING to the list of reserved keywords. Added as a token in the last | Thomas G. Lockhart | 2002-06-13 |
* | Add GB18030 support. Contributed by Bill Huang <bill_huanghb@ybb.ne.jp> | Tatsuo Ishii | 2002-06-13 |
* | make namein multibyte aware | Tatsuo Ishii | 2002-06-13 |
* | Further tweaks to support display of sort keys in EXPLAIN --- initial | Tom Lane | 2002-06-13 |
* | Repair for bug #691 --- CREATE TABLE AS column aliases fail to be | Tom Lane | 2002-06-13 |
* | Implement SQL99 OVERLAY(). Allows substitution of a substring in a string. | Thomas G. Lockhart | 2002-06-11 |
* | Katherine Ward wrote: | Jan Wieck | 2002-06-11 |
* | Remove DEBUG_LEVEL from postgresql.conf. Now uses CLIENT/SERVER_MIN_MESSAGES. | Bruce Momjian | 2002-06-08 |
* | Improve readability of factorial, from Florian Weimer. | Bruce Momjian | 2002-06-07 |