Age | Commit message (Expand) | Author |
2000-08-31 | Added EXECUTE command to PL/pgSQL for execution of | Jan Wieck |
2000-08-30 | AbortOutOfAnyTransaction() just before backend exit, to ensure that | Tom Lane |
2000-08-30 | SSL patch from Magnus | Bruce Momjian |
2000-08-30 | Improve the following. | Hiroshi Inoue |
2000-08-29 | Include kernel error message in failed-to-open file reports. | Tom Lane |
2000-08-29 | Revert removal of signed, volatile, and signal handler arg type tests. | Peter Eisentraut |
2000-08-29 | * to_char: | Bruce Momjian |
2000-08-29 | This is mostly the same as an earlier patch I | Bruce Momjian |
2000-08-29 | Update obsolete comments. | Tom Lane |
2000-08-29 | Remove bogus use of int4out(). | Tom Lane |
2000-08-28 | Maybe "shared_buffers" is a slightly better name than "shmem_buffers" for -B. | Peter Eisentraut |
2000-08-28 | New configure test for flex, which recognizes only flex but does so in all | Peter Eisentraut |
2000-08-27 | Clean up callers of AllocateFile and BasicOpenFile to ensure that | Tom Lane |
2000-08-27 | Change ReleaseLruFile() usage so that if we cannot release any more | Tom Lane |
2000-08-27 | Remove configure tests for `signed', `volatile', and signal handler args; | Peter Eisentraut |
2000-08-27 | Change pg_mblen and pg_encoding_mblen return types from void | Tatsuo Ishii |
2000-08-26 | Tired of seeing these warnings ... | Tom Lane |
2000-08-26 | Rename BITSPERBYTE to BITS_PER_BYTE to avoid conflict with <values.h> | Tom Lane |
2000-08-26 | This file seems not to have been updated for the most | Tom Lane |
2000-08-26 | Add pg-config utility that stores some configuration parameters other | Peter Eisentraut |
2000-08-25 | Tweak btree insertion to avoid O(N^2) slowdown with large numbers of | Tom Lane |
2000-08-25 | Avoid creating a TOAST table if we can prove that the maximum tuple | Tom Lane |
2000-08-25 | Change return type of: | Tatsuo Ishii |
2000-08-25 | Make the location of the Kerberos server key file run time configurable | Peter Eisentraut |
2000-08-24 | GetAttributeByName and GetAttributeByNum should be declared to return | Tom Lane |
2000-08-24 | Update funcs tutorial for new function manager. | Tom Lane |
2000-08-24 | SQL-language functions are now callable in ordinary fmgr contexts ... | Tom Lane |
2000-08-23 | Add functions to convert to and from text, and to truncate to MAC OUI. | Thomas G. Lockhart |
2000-08-22 | Fix plpgsql lexer to accept Windows-style and Mac-style newlines as | Tom Lane |
2000-08-22 | Make scanner multibyte aware. Currently it may produce an incorrect | Tatsuo Ishii |
2000-08-22 | Make makeObjectName multibyte aware. Currently, it may produce | Tatsuo Ishii |
2000-08-22 | Add multibyte support for both LIKE and ILIKE | Tatsuo Ishii |
2000-08-22 | Fix a many-legged critter reported by [email protected]: under the | Tom Lane |
2000-08-22 | Add some more Assert checks. | Tom Lane |
2000-08-21 | Move pg_checkretval out of the planner (where it never belonged) into | Tom Lane |
2000-08-21 | Fix format_type() to display correct lengths for BIT/BIT VARYING. | Tom Lane |
2000-08-21 | fmgr interface mopup work. Use new DatumGetBool and BoolGetDatum | Tom Lane |
2000-08-21 | First pass at integrating BIT and BIT VARYING code from Adriaan Joubert. | Tom Lane |
2000-08-20 | Standardize on just one spelling of BITSPERBYTE. | Tom Lane |
2000-08-20 | Substitute libdir into createlang as last resort so one doesn't have to set | Peter Eisentraut |
2000-08-20 | Introduce HAVE_UNIX_SOCKETS symbol to replace repeatedly listing all the | Peter Eisentraut |
2000-08-20 | Make functional indexes accept binary-compatible functions, for example | Tom Lane |
2000-08-13 | Clean up handling of variable-free qual clauses. System now does the | Tom Lane |
2000-08-12 | Mop-up for removal of ':' and ';' operators ... like, say, actually | Tom Lane |
2000-08-12 | Fix ruleutils to produce correct output for array assignment, such | Tom Lane |
2000-08-11 | Update comments for some parse node types. | Tom Lane |
2000-08-11 | copyObject() and equal() now know about all parse-time node types, | Tom Lane |
2000-08-11 | Remove debugging Assert that should never have been committed in the | Tom Lane |
2000-08-11 | Make debug_assertions default to ON, when compiled in at all, for | Tom Lane |
2000-08-10 | CREATE btree INDEX takes dead tuples into account when old transactions | Hiroshi Inoue |