| Commit message (Expand) | Author | Age | Files | Lines |
| * | Revert removal of signed, volatile, and signal handler arg type tests. | Peter Eisentraut | 2000-08-29 | 9 | -40/+60 |
| * | * to_char: | Bruce Momjian | 2000-08-29 | 4 | -60/+155 |
| * | This is mostly the same as an earlier patch I | Bruce Momjian | 2000-08-29 | 6 | -7/+272 |
| * | Update obsolete comments. | Tom Lane | 2000-08-29 | 1 | -4/+2 |
| * | Remove bogus use of int4out(). | Tom Lane | 2000-08-29 | 1 | -2/+2 |
| * | Maybe "shared_buffers" is a slightly better name than "shmem_buffers" for -B. | Peter Eisentraut | 2000-08-28 | 1 | -2/+2 |
| * | New configure test for flex, which recognizes only flex but does so in all | Peter Eisentraut | 2000-08-28 | 6 | -24/+40 |
| * | Clean up callers of AllocateFile and BasicOpenFile to ensure that | Tom Lane | 2000-08-27 | 4 | -38/+34 |
| * | Change ReleaseLruFile() usage so that if we cannot release any more | Tom Lane | 2000-08-27 | 1 | -36/+51 |
| * | Remove configure tests for `signed', `volatile', and signal handler args; | Peter Eisentraut | 2000-08-27 | 9 | -60/+40 |
| * | Change pg_mblen and pg_encoding_mblen return types from void | Tatsuo Ishii | 2000-08-27 | 4 | -89/+64 |
| * | Tired of seeing these warnings ... | Tom Lane | 2000-08-26 | 1 | -2/+5 |
| * | Rename BITSPERBYTE to BITS_PER_BYTE to avoid conflict with <values.h> | Tom Lane | 2000-08-26 | 7 | -44/+44 |
| * | This file seems not to have been updated for the most | Tom Lane | 2000-08-26 | 1 | -2/+2 |
| * | Add pg-config utility that stores some configuration parameters other | Peter Eisentraut | 2000-08-26 | 3 | -2/+103 |
| * | Tweak btree insertion to avoid O(N^2) slowdown with large numbers of | Tom Lane | 2000-08-25 | 1 | -10/+33 |
| * | Avoid creating a TOAST table if we can prove that the maximum tuple | Tom Lane | 2000-08-25 | 3 | -86/+149 |
| * | Change return type of: | Tatsuo Ishii | 2000-08-25 | 1 | -4/+4 |
| * | Make the location of the Kerberos server key file run time configurable | Peter Eisentraut | 2000-08-25 | 6 | -63/+64 |
| * | GetAttributeByName and GetAttributeByNum should be declared to return | Tom Lane | 2000-08-24 | 3 | -21/+18 |
| * | Update funcs tutorial for new function manager. | Tom Lane | 2000-08-24 | 2 | -38/+183 |
| * | SQL-language functions are now callable in ordinary fmgr contexts ... | Tom Lane | 2000-08-24 | 35 | -918/+886 |
| * | Add functions to convert to and from text, and to truncate to MAC OUI. | Thomas G. Lockhart | 2000-08-23 | 4 | -191/+111 |
| * | Fix plpgsql lexer to accept Windows-style and Mac-style newlines as | Tom Lane | 2000-08-22 | 1 | -27/+44 |
| * | Make scanner multibyte aware. Currently it may produce an incorrect | Tatsuo Ishii | 2000-08-22 | 1 | -1/+21 |
| * | Make makeObjectName multibyte aware. Currently, it may produce | Tatsuo Ishii | 2000-08-22 | 1 | -1/+12 |
| * | Add multibyte support for both LIKE and ILIKE | Tatsuo Ishii | 2000-08-22 | 1 | -239/+100 |
| * | Fix a many-legged critter reported by chifungfan@yahoo.com: under the | Tom Lane | 2000-08-22 | 7 | -51/+84 |
| * | Add some more Assert checks. | Tom Lane | 2000-08-22 | 1 | -1/+13 |
| * | Move pg_checkretval out of the planner (where it never belonged) into | Tom Lane | 2000-08-21 | 5 | -149/+164 |
| * | Fix format_type() to display correct lengths for BIT/BIT VARYING. | Tom Lane | 2000-08-21 | 1 | -105/+121 |
| * | fmgr interface mopup work. Use new DatumGetBool and BoolGetDatum | Tom Lane | 2000-08-21 | 7 | -56/+65 |
| * | First pass at integrating BIT and BIT VARYING code from Adriaan Joubert. | Tom Lane | 2000-08-21 | 11 | -696/+887 |
| * | Standardize on just one spelling of BITSPERBYTE. | Tom Lane | 2000-08-20 | 2 | -18/+10 |
| * | Substitute libdir into createlang as last resort so one doesn't have to set | Peter Eisentraut | 2000-08-20 | 2 | -10/+8 |
| * | Introduce HAVE_UNIX_SOCKETS symbol to replace repeatedly listing all the | Peter Eisentraut | 2000-08-20 | 4 | -21/+28 |
| * | Make functional indexes accept binary-compatible functions, for example | Tom Lane | 2000-08-20 | 3 | -54/+51 |
| * | Clean up handling of variable-free qual clauses. System now does the | Tom Lane | 2000-08-13 | 15 | -163/+396 |
| * | Mop-up for removal of ':' and ';' operators ... like, say, actually | Tom Lane | 2000-08-12 | 3 | -12/+8 |
| * | Fix ruleutils to produce correct output for array assignment, such | Tom Lane | 2000-08-12 | 1 | -4/+50 |
| * | Update comments for some parse node types. | Tom Lane | 2000-08-11 | 2 | -8/+8 |
| * | copyObject() and equal() now know about all parse-time node types, | Tom Lane | 2000-08-11 | 6 | -126/+2363 |
| * | Remove debugging Assert that should never have been committed in the | Tom Lane | 2000-08-11 | 1 | -4/+1 |
| * | Make debug_assertions default to ON, when compiled in at all, for | Tom Lane | 2000-08-11 | 1 | -4/+4 |
| * | CREATE btree INDEX takes dead tuples into account when old transactions | Hiroshi Inoue | 2000-08-10 | 3 | -28/+162 |
| * | Reimplement MULTIBYTE support (oops). Not tested, but it does compile. | Thomas G. Lockhart | 2000-08-09 | 1 | -121/+457 |
| * | Remove 'func_tlist' from Func expression nodes, likewise 'param_tlist' | Tom Lane | 2000-08-08 | 31 | -476/+378 |
| * | Buf fix to pg_restire -S option in getopts | Philip Warner | 2000-08-08 | 1 | -2/+2 |
| * | TOAST mop-up work: update comments for tuple-size-related symbols such | Tom Lane | 2000-08-07 | 8 | -60/+93 |
| * | - version # change in header | Philip Warner | 2000-08-07 | 1 | -1/+1 |