Commit Graph

12760 Commits (2912fd45d1f143cf00b8ac5d4c93d5e4ebf2b51e)
 

Author SHA1 Message Date
Bruce Momjian 2912fd45d1 This patch updates the CREATE LANGUAGE & pg_language docs for the 7.3 24 years ago
Bruce Momjian bad59c290e Add new Russian FAQ. 24 years ago
Bruce Momjian cd75bb7011 Add: 24 years ago
Bruce Momjian e136986afb Properly mark rules that return no value. 24 years ago
Tom Lane 5fa77c2570 CacheMemoryContext should be DLLIMPORT. 24 years ago
Thomas G. Lockhart 17ce9a0a1e Split list of SQL99 features into "Supported" and "Unsupported" lists. 24 years ago
Bruce Momjian 8080ac74d5 Wrap long gram.y lines. 24 years ago
Bruce Momjian 71fd49e28d Change CREATE DATABASE to use DefElem instead of constructing structure 24 years ago
Bruce Momjian 3d564953cd Improve rule action ordering in gram.y, more cleanups. 24 years ago
Bruce Momjian e25f9e4f5d Mark noise keyword actions with {} rather than returning TRUE, like 24 years ago
Bruce Momjian 42423c7195 Manually indent gram.y to be consistent. 24 years ago
Bruce Momjian 134a1c8178 Use KAME accessor macros for addr8. 24 years ago
Bruce Momjian 9e1c5fba03 Fix missing 'buf' variable in SSL sources and add missing includes. 24 years ago
Bruce Momjian 7005e4c076 Fix SSL DEBUG levels to match CVS elog flags. 24 years ago
Bruce Momjian 0bb61f4af8 Back out accidental COPY data changes. 24 years ago
Tom Lane 507ed0332a Repair AlterTableOwner --- was failing for relations with indexes. 24 years ago
Michael Meskes 2fabb99388 Fixed parser bug concerning octal numbers in single quotes. 24 years ago
Bruce Momjian e4cd7c315f Rename DEBUG to DEBUG1 in SSL code. 24 years ago
Bruce Momjian 10f05d8127 Merge ALTER GROUP ADD/DROP rules by creating add_drop action. 24 years ago
Bruce Momjian f91ee129a7 Simplify optional WITH handling in CREATE USER, ALTER USER, CREATE 24 years ago
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