aboutsummaryrefslogtreecommitdiff
path: root/src/backend
Commit message (Expand)AuthorAge
* Remove Jan's copyright, with his approval.Bruce Momjian2002-06-21
* Clean up some copyrights.Bruce Momjian2002-06-20
* Add missing SRF file.Bruce Momjian2002-06-20
* Update copyright to 2002.Bruce Momjian2002-06-20
* Here is a patch for Composite and Set returning function support. I madeBruce Momjian2002-06-20
* Improve COPY syntax to use WITH clause, keep backward compatibility.Bruce Momjian2002-06-20
* Properly mark rules that return no value.Bruce Momjian2002-06-19
* Wrap long gram.y lines.Bruce Momjian2002-06-18
* Change CREATE DATABASE to use DefElem instead of constructing structureBruce Momjian2002-06-18
* Improve rule action ordering in gram.y, more cleanups.Bruce Momjian2002-06-18
* Mark noise keyword actions with {} rather than returning TRUE, likeBruce Momjian2002-06-17
* Manually indent gram.y to be consistent.Bruce Momjian2002-06-17
* Fix missing 'buf' variable in SSL sources and add missing includes.Bruce Momjian2002-06-17
* Fix SSL DEBUG levels to match CVS elog flags.Bruce Momjian2002-06-17
* Repair AlterTableOwner --- was failing for relations with indexes.Tom Lane2002-06-17
* Rename DEBUG to DEBUG1 in SSL code.Bruce Momjian2002-06-17
* Merge ALTER GROUP ADD/DROP rules by creating add_drop action.Bruce Momjian2002-06-17
* Simplify optional WITH handling in CREATE USER, ALTER USER, CREATEBruce Momjian2002-06-17
* Remove KSQO from GUC and move file to _deadcode.Bruce Momjian2002-06-16
* Fix up memory leakage created by recent changes.Tom Lane2002-06-15
* Fix up gcc warnings, improve comments.Tom Lane2002-06-15
* Patch for current_schemas to optionally include implicit ...Bruce Momjian2002-06-15
* WriteBuffer return value:Bruce Momjian2002-06-15
* Remove some pre-WAL relics:Bruce Momjian2002-06-15
* This patch wraps all accesses to t_xmin, t_cmin, t_xmax, and t_cmax inBruce Momjian2002-06-15
* The macaddr datatype understands most formats of MAC address, except 12Bruce Momjian2002-06-15
* Add LOCALTIME and LOCALTIMESTAMP functions per SQL99 standard.Thomas G. Lockhart2002-06-15
* Search the existing regular expression cache as a ring buffer.Thomas G. Lockhart2002-06-15
* Make encryption of stored passwords the default, as discussed months ago.Bruce Momjian2002-06-15
* Remove pfrees of cached pg_pwd file, per Tom Lane.Bruce Momjian2002-06-15
* Yet another SSL patch. :-) This one adds some informational messagesBruce Momjian2002-06-14
* SSL patch that adds support for optional client certificates.Bruce Momjian2002-06-14
* Patch that checks ownership and permissions on server staticBruce Momjian2002-06-14
* SSL patch to periodically renegotiate session key.Bruce Momjian2002-06-14
* SSL support for ephemeral DH keys.Bruce Momjian2002-06-14
* UPDATED PATCH:Bruce Momjian2002-06-14
* Back out SSL changes. Newer patch available.Bruce Momjian2002-06-14
* Attached are a revised set of SSL patches. Many of these patchesBruce Momjian2002-06-14
* Add support for GB18030Tatsuo Ishii2002-06-14
* Allow ANALYZE to run in a transaction.Bruce Momjian2002-06-13
* Make WHERE conditions pulled up from subqueries be executed before outerTom Lane2002-06-13
* Add PLACING to the list of reserved keywords. Added as a token in the lastThomas G. Lockhart2002-06-13
* Add GB18030 support. Contributed by Bill Huang <bill_huanghb@ybb.ne.jp>Tatsuo Ishii2002-06-13
* make namein multibyte awareTatsuo Ishii2002-06-13
* Further tweaks to support display of sort keys in EXPLAIN --- initialTom Lane2002-06-13
* Repair for bug #691 --- CREATE TABLE AS column aliases fail to beTom Lane2002-06-13
* Implement SQL99 OVERLAY(). Allows substitution of a substring in a string.Thomas G. Lockhart2002-06-11
* Katherine Ward wrote:Jan Wieck2002-06-11
* Remove DEBUG_LEVEL from postgresql.conf. Now uses CLIENT/SERVER_MIN_MESSAGES.Bruce Momjian2002-06-08
* Improve readability of factorial, from Florian Weimer.Bruce Momjian2002-06-07