Commit Graph

14838 Commits (763808788245dc742dfb5226a0ed67a5f32613d4)
 

Author SHA1 Message Date
Bruce Momjian 7638087882 Remove email file. 23 years ago
Bruce Momjian fef89414e6 Done: 23 years ago
Bruce Momjian 64c1399dac * Make pg_get_triggerdef documentation consistent with other pg_get_ 23 years ago
Bruce Momjian a6699f6185 Attached are two patches for psql's tab-completion.c. 23 years ago
Bruce Momjian 9d6f5ee860 Adds 23 years ago
Bruce Momjian b099d9e7eb Reorder language creation to restore constistently. 23 years ago
Bruce Momjian 7a3e7b64ac to_char fixes, Karel Zak 23 years ago
Tom Lane bf576cc014 GetTupleForTrigger must use outer transaction's command counter for time 23 years ago
Michael Meskes 89508a8492 More changes to pgtypeslib and set optimization to -O1. 23 years ago
Peter Eisentraut 5e5c5cd31a Merge documentation into one book. (Build with "make html".) Replace 23 years ago
Bruce Momjian 685a4934d2 I mean, bison 1.875. :-) 23 years ago
Bruce Momjian d49800de31 Mention bison 1.85 is now required. 23 years ago
Tom Lane 2c19928301 plpgsql can assign to subscripted variables now, e.g. 23 years ago
Dave Cramer 9e29b32e78 patch to notify listeners on error from Csaba Nagy 23 years ago
Bruce Momjian f1792b932c Use PQfreemem() consistently, and document its use for Notify. 23 years ago
Dave Cramer 6a19c6dccf added DISTINCT to the query to get cross reference. This is required when two columns in a table are both foreign keys to another table. From Peter Royal proyal@pace2020.com 23 years ago
Dave Cramer 326b2f96ae fixed problem where information from previous updates was leaking into subsequent updates patch from Shawn Green, slightly modified 23 years ago
Tom Lane 316c5cbfd3 Factor out duplicate code for computing values of PLpgSQL_datum items. 23 years ago
Tom Lane 6ba159f9cf Ignore SIGXFSZ (if platform has it), so that ulimit violations work like 23 years ago
Tom Lane fddc2d94ce Modify keys_are_unique optimization to release buffer pins before it 23 years ago
Bruce Momjian 346182ca92 Add comment to postgresql.conf: 23 years ago
Bruce Momjian 8670e3588f Prevent multiple queries in a single string into a single transaction 23 years ago
Peter Eisentraut d258ba01ec Another big editing pass for consistent content and presentation. 23 years ago
Barry Lind e27334f405 New build number 23 years ago
Barry Lind 1e3372e6bb Fix bug in reading acls (didn't treat null acl as meaning the table owner had 23 years ago
Tom Lane 0489783011 Adjust amrescan code so that it's allowed to call index_rescan with a 23 years ago
Bruce Momjian cb1672e9f8 Rename README in autovacuum code to match Makefile. 23 years ago
Tom Lane 8d9e025e7f Instead of storing pg_statistic stavalues entries as text strings, store 23 years ago
Tom Lane efeffae245 Tweak selectivity and related routines to cope with domains. Per report 23 years ago
Bruce Momjian 8f5fb5f24e Remove ecpg #warning with approval from Michael. 23 years ago
Bruce Momjian 268bbf430f Add missing #include for calloc in ecpg. 23 years ago
Tom Lane 9323cb0aab Department of second thoughts: probably shouldn't use nth() to get the 23 years ago
Bruce Momjian ed11ccf4d4 Fix comment-only query to return Null result set, rather than nothing. 23 years ago
Bruce Momjian 23ecb8855d Add PQfreemem() call for Win32. 23 years ago
Bruce Momjian aaf11b931f Back out to_char fixes until regression tests are fixed. 23 years ago
Tom Lane 05f916e6ad Adjust subquery qual pushdown rules to be more forgiving: if a qual 23 years ago
Tom Lane e43094b124 Fix compile warning. 23 years ago
Bruce Momjian e02f818311 Add hostmask() function: 23 years ago
Peter Eisentraut 1a7f4ed525 Make "win" a separate port from "cygwin". This means you can now 23 years ago
Bruce Momjian 93331d8318 Remove mention of transactions for insensitive cursors. 23 years ago
Bruce Momjian 063da9dce6 Fix ALTER TABLE / CLUSTER ON breakage. 23 years ago
Michael Meskes b8f7d3d0b6 Do not free prepares statements at the end of a transaction. 23 years ago
Michael Meskes 524e9d62a7 Changes to the parser to accept new datatypes. 23 years ago
Bruce Momjian 9a9719e482 Allow error query to start transaction in autocommit off mode. 23 years ago
Bruce Momjian 3bb7e1ef11 Fix sequence casting. 23 years ago
Bruce Momjian c7d17a551a Done: 23 years ago
Bruce Momjian 7542f10325 Improve psql comment coding. 23 years ago
Tom Lane d72f6c7503 Reimplement NUMERIC datatype using base-10000 arithmetic; also improve 23 years ago
Bruce Momjian 5ae424529b Fix multiline C comments in psql. 23 years ago
Bruce Momjian e5f5e73fcb Update for new serial functionality. 23 years ago