aboutsummaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAge
* 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
* CacheMemoryContext should be DLLIMPORT.Tom Lane2002-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
* Use KAME accessor macros for addr8.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
* Back out accidental COPY data changes.Bruce Momjian2002-06-17
* Repair AlterTableOwner --- was failing for relations with indexes.Tom Lane2002-06-17
* Fixed parser bug concerning octal numbers in single quotes.Michael Meskes2002-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
* implemented refresh rowDave Cramer2002-06-16
* 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
* Clean up gcc warnings. Avoid the bad habit of putting externs in .cTom 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
* PATCH SSL_pending() checks in libpq/fe-misc.c: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
* Fix for TAB completion using GRANT DELETE in psql.Bruce Momjian2002-06-15
* The macaddr datatype understands most formats of MAC address, except 12Bruce Momjian2002-06-15
* Noted with versions 7.0.3, 7.1.3, and 7.2.1:Bruce Momjian2002-06-15
* The method PgLargeObject::LOid() is missing an implementation in the .ccBruce Momjian2002-06-15
* Add C++ indent tool.Bruce Momjian2002-06-15
* This patch fixes a few minor problems with libpq++: remove the deprecatedBruce 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
* added empty result set testingDave Cramer2002-06-14
* added empty result set testingDave Cramer2002-06-14
* 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
* Suppress 'owner of datatype appears to be invalid' warning message forTom Lane2002-06-13
* Allow ANALYZE to run in a transaction.Bruce Momjian2002-06-13