| Commit message (Expand) | Author | Age |
* | O.K. - | Bruce Momjian | 2000-09-12 |
* | Irix fix: | Bruce Momjian | 2000-09-12 |
* | This is temporal place holder for Relation File Node till | Vadim B. Mikheev | 2000-09-10 |
* | Make building scripts kind of consistent in look and feel, kind of immune | Peter Eisentraut | 2000-09-08 |
* | Heap redo/undo (except for tuple moving used by vacuum). | Vadim B. Mikheev | 2000-09-07 |
* | Fix psql crash. If MULTIBYTE is enabled, \l+ dumps core due to | Tatsuo Ishii | 2000-09-07 |
* | A bit of cleanup after SSL patch. Add it to config file, improve | Peter Eisentraut | 2000-09-06 |
* | Code cleanup of user name and user id handling in the backend. The current | Peter Eisentraut | 2000-09-06 |
* | Added functions | Jan Wieck | 2000-09-05 |
* | GET DIAGNOSTICS statement to PL/pgSQL to access SPI_processed | Jan Wieck | 2000-09-05 |
* | Change initdb to not delete PGDATA directory unless it was created by | Peter Eisentraut | 2000-09-01 |
* | Fix relative path references so that make knowns which dependencies refer | Peter Eisentraut | 2000-08-31 |
* | Added EXECUTE command to PL/pgSQL for execution of | Jan Wieck | 2000-08-31 |
* | 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-30 |
* | 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-29 |
* | 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-28 |
* | 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-27 |
* | 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-26 |
* | 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-25 |
* | 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-24 |
* | Add functions to convert to and from text, and to truncate to MAC OUI. | Thomas G. Lockhart | 2000-08-23 |
* | 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 chifungfan@yahoo.com: under the | Tom Lane | 2000-08-22 |
* | Add some more Assert checks. | Tom Lane | 2000-08-22 |
* | 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-21 |