aboutsummaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAge
* O.K. -Bruce Momjian2000-09-12
* Irix fix:Bruce Momjian2000-09-12
* This is temporal place holder for Relation File Node tillVadim B. Mikheev2000-09-10
* Make building scripts kind of consistent in look and feel, kind of immunePeter Eisentraut2000-09-08
* Heap redo/undo (except for tuple moving used by vacuum).Vadim B. Mikheev2000-09-07
* Fix psql crash. If MULTIBYTE is enabled, \l+ dumps core due toTatsuo Ishii2000-09-07
* A bit of cleanup after SSL patch. Add it to config file, improvePeter Eisentraut2000-09-06
* Code cleanup of user name and user id handling in the backend. The currentPeter Eisentraut2000-09-06
* Added functionsJan Wieck2000-09-05
* GET DIAGNOSTICS statement to PL/pgSQL to access SPI_processedJan Wieck2000-09-05
* Change initdb to not delete PGDATA directory unless it was created byPeter Eisentraut2000-09-01
* Fix relative path references so that make knowns which dependencies referPeter Eisentraut2000-08-31
* Added EXECUTE command to PL/pgSQL for execution ofJan Wieck2000-08-31
* AbortOutOfAnyTransaction() just before backend exit, to ensure thatTom Lane2000-08-30
* SSL patch from MagnusBruce Momjian2000-08-30
* Improve the following.Hiroshi Inoue2000-08-30
* Include kernel error message in failed-to-open file reports.Tom Lane2000-08-29
* Revert removal of signed, volatile, and signal handler arg type tests.Peter Eisentraut2000-08-29
* * to_char:Bruce Momjian2000-08-29
* This is mostly the same as an earlier patch IBruce Momjian2000-08-29
* Update obsolete comments.Tom Lane2000-08-29
* Remove bogus use of int4out().Tom Lane2000-08-29
* Maybe "shared_buffers" is a slightly better name than "shmem_buffers" for -B.Peter Eisentraut2000-08-28
* New configure test for flex, which recognizes only flex but does so in allPeter Eisentraut2000-08-28
* Clean up callers of AllocateFile and BasicOpenFile to ensure thatTom Lane2000-08-27
* Change ReleaseLruFile() usage so that if we cannot release any moreTom Lane2000-08-27
* Remove configure tests for `signed', `volatile', and signal handler args;Peter Eisentraut2000-08-27
* Change pg_mblen and pg_encoding_mblen return types from voidTatsuo Ishii2000-08-27
* Tired of seeing these warnings ...Tom Lane2000-08-26
* Rename BITSPERBYTE to BITS_PER_BYTE to avoid conflict with <values.h>Tom Lane2000-08-26
* This file seems not to have been updated for the mostTom Lane2000-08-26
* Add pg-config utility that stores some configuration parameters otherPeter Eisentraut2000-08-26
* Tweak btree insertion to avoid O(N^2) slowdown with large numbers ofTom Lane2000-08-25
* Avoid creating a TOAST table if we can prove that the maximum tupleTom Lane2000-08-25
* Change return type of:Tatsuo Ishii2000-08-25
* Make the location of the Kerberos server key file run time configurablePeter Eisentraut2000-08-25
* GetAttributeByName and GetAttributeByNum should be declared to returnTom Lane2000-08-24
* Update funcs tutorial for new function manager.Tom Lane2000-08-24
* SQL-language functions are now callable in ordinary fmgr contexts ...Tom Lane2000-08-24
* Add functions to convert to and from text, and to truncate to MAC OUI.Thomas G. Lockhart2000-08-23
* Fix plpgsql lexer to accept Windows-style and Mac-style newlines asTom Lane2000-08-22
* Make scanner multibyte aware. Currently it may produce an incorrectTatsuo Ishii2000-08-22
* Make makeObjectName multibyte aware. Currently, it may produceTatsuo Ishii2000-08-22
* Add multibyte support for both LIKE and ILIKETatsuo Ishii2000-08-22
* Fix a many-legged critter reported by chifungfan@yahoo.com: under theTom Lane2000-08-22
* Add some more Assert checks.Tom Lane2000-08-22
* Move pg_checkretval out of the planner (where it never belonged) intoTom Lane2000-08-21
* Fix format_type() to display correct lengths for BIT/BIT VARYING.Tom Lane2000-08-21
* fmgr interface mopup work. Use new DatumGetBool and BoolGetDatumTom Lane2000-08-21
* First pass at integrating BIT and BIT VARYING code from Adriaan Joubert.Tom Lane2000-08-21