2002-06-18 |
Bruce Momjian | Improve rule action ordering in gram.y, more cleanups. |
commit | commitdiff | tree | snapshot |
2002-06-17 |
Bruce Momjian | Mark noise keyword actions with {} rather than returnin... |
commit | commitdiff | tree | snapshot |
2002-06-17 |
Bruce Momjian | Manually indent gram.y to be consistent. |
commit | commitdiff | tree | snapshot |
2002-06-17 |
Bruce Momjian | Use KAME accessor macros for addr8. |
commit | commitdiff | tree | snapshot |
2002-06-17 |
Bruce Momjian | Fix missing 'buf' variable in SSL sources and add missi... |
commit | commitdiff | tree | snapshot |
2002-06-17 |
Bruce Momjian | Fix SSL DEBUG levels to match CVS elog flags. |
commit | commitdiff | tree | snapshot |
2002-06-17 |
Bruce Momjian | Back out accidental COPY data changes. |
commit | commitdiff | tree | snapshot |
2002-06-17 |
Tom Lane | Repair AlterTableOwner --- was failing for relations... |
commit | commitdiff | tree | snapshot |
2002-06-17 |
Michael Meskes | Fixed parser bug concerning octal numbers in single... |
commit | commitdiff | tree | snapshot |
2002-06-17 |
Bruce Momjian | Rename DEBUG to DEBUG1 in SSL code. |
commit | commitdiff | tree | snapshot |
2002-06-17 |
Bruce Momjian | Merge ALTER GROUP ADD/DROP rules by creating add_drop... |
commit | commitdiff | tree | snapshot |
2002-06-17 |
Bruce Momjian | Simplify optional WITH handling in CREATE USER, ALTER... |
commit | commitdiff | tree | snapshot |
2002-06-16 |
Dave Cramer | implemented refresh row |
commit | commitdiff | tree | snapshot |
2002-06-16 |
Bruce Momjian | Remove KSQO from GUC and move file to _deadcode. |
commit | commitdiff | tree | snapshot |
2002-06-15 |
Tom Lane | Fix up memory leakage created by recent changes. |
commit | commitdiff | tree | snapshot |
2002-06-15 |
Tom Lane | Ooops, fix busted markup. |
commit | commitdiff | tree | snapshot |
2002-06-15 |
Tom Lane | Clean up gcc warnings. Avoid the bad habit of putting... |
commit | commitdiff | tree | snapshot |
2002-06-15 |
Tom Lane | Fix up gcc warnings, improve comments. |
commit | commitdiff | tree | snapshot |
2002-06-15 |
Tom Lane | Add a little more material to the new section about... |
commit | commitdiff | tree | snapshot |
2002-06-15 |
Bruce Momjian | Patch for current_schemas to optionally include implici... |
commit | commitdiff | tree | snapshot |
2002-06-15 |
Bruce Momjian | PATCH SSL_pending() checks in libpq/fe-misc.c: |
commit | commitdiff | tree | snapshot |
2002-06-15 |
Bruce Momjian | WriteBuffer return value: |
commit | commitdiff | tree | snapshot |
2002-06-15 |
Bruce Momjian | Update LOG_PID to mention it doesn't control syslog. |
commit | commitdiff | tree | snapshot |
2002-06-15 |
Bruce Momjian | Remove some pre-WAL relics: |
commit | commitdiff | tree | snapshot |
2002-06-15 |
Bruce Momjian | This patch wraps all accesses to t_xmin, t_cmin, t_xmax... |
commit | commitdiff | tree | snapshot |
2002-06-15 |
Bruce Momjian | The normal operation of our servers is to have tcpip_so... |
commit | commitdiff | tree | snapshot |
2002-06-15 |
Bruce Momjian | Fix for TAB completion using GRANT DELETE in psql. |
commit | commitdiff | tree | snapshot |
2002-06-15 |
Bruce Momjian | The macaddr datatype understands most formats of MAC... |
commit | commitdiff | tree | snapshot |
2002-06-15 |
Bruce Momjian | Noted with versions 7.0.3, 7.1.3, and 7.2.1: |
commit | commitdiff | tree | snapshot |
2002-06-15 |
Bruce Momjian | On Wed, 2002-05-29 at 01:41, Tom Lane wrote: |
commit | commitdiff | tree | snapshot |
2002-06-15 |
Bruce Momjian | The method PgLargeObject::LOid() is missing an implemen... |
commit | commitdiff | tree | snapshot |
2002-06-15 |
Bruce Momjian | Add C++ indent tool. |
commit | commitdiff | tree | snapshot |
2002-06-15 |
Bruce Momjian | This patch fixes a few minor problems with libpq++... |
commit | commitdiff | tree | snapshot |
2002-06-15 |
Thomas G. Lockhart | Add LOCALTIME and LOCALTIMESTAMP functions per SQL99... |
commit | commitdiff | tree | snapshot |
2002-06-15 |
Thomas G. Lockhart | Search the existing regular expression cache as a ring... |
commit | commitdiff | tree | snapshot |
2002-06-15 |
Thomas G. Lockhart | Add NetBSD/MIPS as a supported platform. |
commit | commitdiff | tree | snapshot |
2002-06-15 |
Bruce Momjian | Make encryption of stored passwords the default, as... |
commit | commitdiff | tree | snapshot |
2002-06-15 |
Bruce Momjian | Remove pfrees of cached pg_pwd file, per Tom Lane. |
commit | commitdiff | tree | snapshot |
2002-06-14 |
Dave Cramer | added empty result set testing |
commit | commitdiff | tree | snapshot |
2002-06-14 |
Dave Cramer | added empty result set testing |
commit | commitdiff | tree | snapshot |
2002-06-14 |
Bruce Momjian | Yet another SSL patch. :-) This one adds some informat... |
commit | commitdiff | tree | snapshot |
2002-06-14 |
Bruce Momjian | SSL patch that adds support for optional client certifi... |
commit | commitdiff | tree | snapshot |
2002-06-14 |
Bruce Momjian | Patch that checks ownership and permissions on server... |
commit | commitdiff | tree | snapshot |
2002-06-14 |
Bruce Momjian | SSL patch to periodically renegotiate session key. |
commit | commitdiff | tree | snapshot |
2002-06-14 |
Bruce Momjian | SSL support for ephemeral DH keys. |
commit | commitdiff | tree | snapshot |
2002-06-14 |
Bruce Momjian | UPDATED PATCH: |
commit | commitdiff | tree | snapshot |
2002-06-14 |
Bruce Momjian | Back out SSL changes. Newer patch available. |
commit | commitdiff | tree | snapshot |
2002-06-14 |
Bruce Momjian | Attached are a revised set of SSL patches. Many of... |
commit | commitdiff | tree | snapshot |
2002-06-14 |
Tatsuo Ishii | Add support for GB18030 |
commit | commitdiff | tree | snapshot |
2002-06-13 |
Tom Lane | Suppress 'owner of datatype appears to be invalid'... |
commit | commitdiff | tree | snapshot |
2002-06-13 |
Bruce Momjian | Allow ANALYZE to run in a transaction. |
commit | commitdiff | tree | snapshot |
2002-06-13 |
Bruce Momjian | Add: |
commit | commitdiff | tree | snapshot |
2002-06-13 |
Bruce Momjian | Add Win32 thread to TODO.detail. |
commit | commitdiff | tree | snapshot |
2002-06-13 |
Tom Lane | Make WHERE conditions pulled up from subqueries be... |
commit | commitdiff | tree | snapshot |
2002-06-13 |
Dave Cramer | removed personal test parameters |
commit | commitdiff | tree | snapshot |
2002-06-13 |
Thomas G. Lockhart | Add PLACING to the list of reserved keywords. Added... |
commit | commitdiff | tree | snapshot |
2002-06-13 |
Dave Cramer | Added test for newly implemented updateable result... |
commit | commitdiff | tree | snapshot |
2002-06-13 |
Dave Cramer | changes to accomodate updateable resultset mostly just... |
commit | commitdiff | tree | snapshot |
2002-06-13 |
Dave Cramer | Implemented updateable result sets based on raghu nidag... |
commit | commitdiff | tree | snapshot |
2002-06-13 |
Dave Cramer | changed some commented out messages to use the Driver... |
commit | commitdiff | tree | snapshot |
2002-06-13 |
Dave Cramer | added messages for updateable result sets |
commit | commitdiff | tree | snapshot |
2002-06-13 |
Tatsuo Ishii | Add GB18030 support. Contributed by Bill Huang <bill_hu... |
commit | commitdiff | tree | snapshot |
2002-06-13 |
Tatsuo Ishii | make namein multibyte aware |
commit | commitdiff | tree | snapshot |
2002-06-13 |
Bruce Momjian | Update for new SGML file. |
commit | commitdiff | tree | snapshot |
2002-06-13 |
Bruce Momjian | Move disk usage section into its own section. |
commit | commitdiff | tree | snapshot |
2002-06-13 |
Bruce Momjian | Add section on showing disk usage. |
commit | commitdiff | tree | snapshot |
2002-06-13 |
Tom Lane | Further tweaks to support display of sort keys in EXPLA... |
commit | commitdiff | tree | snapshot |
2002-06-13 |
Tom Lane | Repair for bug #691 --- CREATE TABLE AS column aliases... |
commit | commitdiff | tree | snapshot |
2002-06-13 |
Bruce Momjian | Mention vacuum for relpages. |
commit | commitdiff | tree | snapshot |
2002-06-13 |
Bruce Momjian | Add script to show disk space per db. |
commit | commitdiff | tree | snapshot |
2002-06-12 |
Bruce Momjian | Improve query. |
commit | commitdiff | tree | snapshot |
2002-06-12 |
Bruce Momjian | Add mention of query showing pages used. |
commit | commitdiff | tree | snapshot |
2002-06-12 |
Bruce Momjian | Add to ecpg: |
commit | commitdiff | tree | snapshot |
2002-06-12 |
Bruce Momjian | Cleanup. |
commit | commitdiff | tree | snapshot |
2002-06-12 |
Bruce Momjian | Add -q option to oid2name. Add sample session to README. |
commit | commitdiff | tree | snapshot |
2002-06-12 |
Michael Meskes | Applied Lee Kindness' patch to fix one of memory alloca... |
commit | commitdiff | tree | snapshot |
2002-06-12 |
Hiroshi Inoue | 1) Fix a bug *double error message*. |
commit | commitdiff | tree | snapshot |
2002-06-11 |
Bruce Momjian | Allow createdb to create comments in current db, not... |
commit | commitdiff | tree | snapshot |
2002-06-11 |
Bruce Momjian | Mark as done: |
commit | commitdiff | tree | snapshot |
2002-06-11 |
Thomas G. Lockhart | Fix markup typo. |
commit | commitdiff | tree | snapshot |
2002-06-11 |
Thomas G. Lockhart | Implement SQL99 OVERLAY(). Allows substitution of a... |
commit | commitdiff | tree | snapshot |
2002-06-11 |
Thomas G. Lockhart | Implement SQL99 OVERLAY(). Allows substitution of a... |
commit | commitdiff | tree | snapshot |
2002-06-11 |
Jan Wieck | Katherine Ward wrote: |
commit | commitdiff | tree | snapshot |
2002-06-11 |
Bruce Momjian | Fix link. |
commit | commitdiff | tree | snapshot |
2002-06-11 |
Bruce Momjian | Update performance section. |
commit | commitdiff | tree | snapshot |
2002-06-11 |
Barry Lind | The patch does the following: |
commit | commitdiff | tree | snapshot |
2002-06-11 |
Bruce Momjian | Update fsync FAQ item. |
commit | commitdiff | tree | snapshot |
2002-06-10 |
Bruce Momjian | Fix link. |
commit | commitdiff | tree | snapshot |
2002-06-10 |
Bruce Momjian | Move ruler to separate sections. |
commit | commitdiff | tree | snapshot |
2002-06-10 |
Bruce Momjian | Add item for plpgsql temp table access. |
commit | commitdiff | tree | snapshot |
2002-06-10 |
Bruce Momjian | Fix spacing. |
commit | commitdiff | tree | snapshot |
2002-06-08 |
Bruce Momjian | Update new Russian FAQ, from Victor Vislobokov |
commit | commitdiff | tree | snapshot |
2002-06-08 |
Bruce Momjian | Remove DEBUG_LEVEL from postgresql.conf. Now uses... |
commit | commitdiff | tree | snapshot |
2002-06-07 |
Bruce Momjian | Improve readability of factorial, from Florian Weimer. |
commit | commitdiff | tree | snapshot |
2002-06-07 |
Bruce Momjian | Fix for factorial(0::int2) returning 1, from sugita... |
commit | commitdiff | tree | snapshot |
2002-06-07 |
Bruce Momjian | Please apply attached patch to contrib/intarray (7... |
commit | commitdiff | tree | snapshot |
2002-06-07 |
Bruce Momjian | The attached patch fixes a problem with InstallXLogFile... |
commit | commitdiff | tree | snapshot |
2002-06-07 |
Bruce Momjian | None. |
commit | commitdiff | tree | snapshot |
2002-06-07 |
Bruce Momjian | Remove int16 from libpgeasy examples. Improve error... |
commit | commitdiff | tree | snapshot |
2002-06-07 |
Barry Lind | fixed bug reported by cc.ais40@wanadoo.fr where getObje... |
commit | commitdiff | tree | snapshot |
next |