Commit Graph

12740 Commits (0daee96ed18c244d87cf9fdb2142a70a645d25b7)
 

Author SHA1 Message Date
Dave Cramer 0daee96ed1 implemented refresh row 24 years ago
Bruce Momjian 0dbfea39f3 Remove KSQO from GUC and move file to _deadcode. 24 years ago
Tom Lane b50cbbd66b Fix up memory leakage created by recent changes. 24 years ago
Tom Lane 62d4526114 Ooops, fix busted markup. 24 years ago
Tom Lane 32fecad80a Clean up gcc warnings. Avoid the bad habit of putting externs in .c 24 years ago
Tom Lane c63bc32c2c Fix up gcc warnings, improve comments. 24 years ago
Tom Lane 2da3742cf5 Add a little more material to the new section about evaluation order. 24 years ago
Bruce Momjian eb1ad5b4b5 Patch for current_schemas to optionally include implicit ... 24 years ago
Bruce Momjian 79ff2e96de PATCH SSL_pending() checks in libpq/fe-misc.c: 24 years ago
Bruce Momjian 6e8a1a6717 WriteBuffer return value: 24 years ago
Bruce Momjian 82b14b62ca Update LOG_PID to mention it doesn't control syslog. 24 years ago
Bruce Momjian 918e864f14 Remove some pre-WAL relics: 24 years ago
Bruce Momjian 3c35face41 This patch wraps all accesses to t_xmin, t_cmin, t_xmax, and t_cmax in 24 years ago
Bruce Momjian 7882179994 The normal operation of our servers is to have tcpip_sockets enabled, 24 years ago
Bruce Momjian dbbd13bdb5 Fix for TAB completion using GRANT DELETE in psql. 24 years ago
Bruce Momjian 6b9e742458 The macaddr datatype understands most formats of MAC address, except 12 24 years ago
Bruce Momjian cd7be4d947 Noted with versions 7.0.3, 7.1.3, and 7.2.1: 24 years ago
Bruce Momjian eeb1dd5068 On Wed, 2002-05-29 at 01:41, Tom Lane wrote: 24 years ago
Bruce Momjian 240de617fb The method PgLargeObject::LOid() is missing an implementation in the .cc 24 years ago
Bruce Momjian d54ae2aff2 Add C++ indent tool. 24 years ago
Bruce Momjian 2e58024066 This patch fixes a few minor problems with libpq++: remove the deprecated 24 years ago
Thomas G. Lockhart 133df7ce70 Add LOCALTIME and LOCALTIMESTAMP functions per SQL99 standard. 24 years ago
Thomas G. Lockhart bad5fe9797 Search the existing regular expression cache as a ring buffer. 24 years ago
Thomas G. Lockhart e62660080c Add NetBSD/MIPS as a supported platform. 24 years ago
Bruce Momjian 63a354c4bb Make encryption of stored passwords the default, as discussed months ago. 24 years ago
Bruce Momjian 579eab9880 Remove pfrees of cached pg_pwd file, per Tom Lane. 24 years ago
Dave Cramer fd8b153912 added empty result set testing 24 years ago
Dave Cramer 6e2fab0a41 added empty result set testing 24 years ago
Bruce Momjian 1ed4a922b8 Yet another SSL patch. :-) This one adds some informational messages 24 years ago
Bruce Momjian eb7afc1407 SSL patch that adds support for optional client certificates. 24 years ago
Bruce Momjian b8b6691e52 Patch that checks ownership and permissions on server static 24 years ago
Bruce Momjian 8f44024639 SSL patch to periodically renegotiate session key. 24 years ago
Bruce Momjian 55d053233c SSL support for ephemeral DH keys. 24 years ago
Bruce Momjian 19570420f5 UPDATED PATCH: 24 years ago
Bruce Momjian eb43af3210 Back out SSL changes. Newer patch available. 24 years ago
Bruce Momjian a9bd17616e Attached are a revised set of SSL patches. Many of these patches 24 years ago
Tatsuo Ishii 15378a53f8 Add support for GB18030 24 years ago
Tom Lane b1313e3474 Suppress 'owner of datatype appears to be invalid' warning message for 24 years ago
Bruce Momjian c66eb00adc Allow ANALYZE to run in a transaction. 24 years ago
Bruce Momjian deec3cb91c Add: 24 years ago
Bruce Momjian ad579a9e43 Add Win32 thread to TODO.detail. 24 years ago
Tom Lane f67a931aa4 Make WHERE conditions pulled up from subqueries be executed before outer 24 years ago
Dave Cramer b1ac89f594 removed personal test parameters 24 years ago
Thomas G. Lockhart bbc9b759d6 Add PLACING to the list of reserved keywords. Added as a token in the last 24 years ago
Dave Cramer 5598cbf641 Added test for newly implemented updateable result sets 24 years ago
Dave Cramer 603c46d8ce changes to accomodate updateable resultset mostly just call setSqlQuery on execute 24 years ago
Dave Cramer 7873bed77c Implemented updateable result sets based on raghu nidagal implementation 24 years ago
Dave Cramer ad88ee1e04 changed some commented out messages to use the Driver.debug and fixed first to read the underlying data into rowbuffer 24 years ago
Dave Cramer 3f857600b2 added messages for updateable result sets 24 years ago
Tatsuo Ishii 14f72b9a4d Add GB18030 support. Contributed by Bill Huang <bill_huanghb@ybb.ne.jp> 24 years ago