summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Revert removal of signed, volatile, and signal handler arg type tests.Peter Eisentraut2000-08-299-40/+60
* * to_char:Bruce Momjian2000-08-294-60/+155
* This is mostly the same as an earlier patch IBruce Momjian2000-08-296-7/+272
* Update obsolete comments.Tom Lane2000-08-291-4/+2
* Remove bogus use of int4out().Tom Lane2000-08-291-2/+2
* Maybe "shared_buffers" is a slightly better name than "shmem_buffers" for -B.Peter Eisentraut2000-08-281-2/+2
* New configure test for flex, which recognizes only flex but does so in allPeter Eisentraut2000-08-286-24/+40
* Clean up callers of AllocateFile and BasicOpenFile to ensure thatTom Lane2000-08-274-38/+34
* Change ReleaseLruFile() usage so that if we cannot release any moreTom Lane2000-08-271-36/+51
* Remove configure tests for `signed', `volatile', and signal handler args;Peter Eisentraut2000-08-279-60/+40
* Change pg_mblen and pg_encoding_mblen return types from voidTatsuo Ishii2000-08-274-89/+64
* Tired of seeing these warnings ...Tom Lane2000-08-261-2/+5
* Rename BITSPERBYTE to BITS_PER_BYTE to avoid conflict with <values.h>Tom Lane2000-08-267-44/+44
* This file seems not to have been updated for the mostTom Lane2000-08-261-2/+2
* Add pg-config utility that stores some configuration parameters otherPeter Eisentraut2000-08-263-2/+103
* Tweak btree insertion to avoid O(N^2) slowdown with large numbers ofTom Lane2000-08-251-10/+33
* Avoid creating a TOAST table if we can prove that the maximum tupleTom Lane2000-08-253-86/+149
* Change return type of:Tatsuo Ishii2000-08-251-4/+4
* Make the location of the Kerberos server key file run time configurablePeter Eisentraut2000-08-256-63/+64
* GetAttributeByName and GetAttributeByNum should be declared to returnTom Lane2000-08-243-21/+18
* Update funcs tutorial for new function manager.Tom Lane2000-08-242-38/+183
* SQL-language functions are now callable in ordinary fmgr contexts ...Tom Lane2000-08-2435-918/+886
* Add functions to convert to and from text, and to truncate to MAC OUI.Thomas G. Lockhart2000-08-234-191/+111
* Fix plpgsql lexer to accept Windows-style and Mac-style newlines asTom Lane2000-08-221-27/+44
* Make scanner multibyte aware. Currently it may produce an incorrectTatsuo Ishii2000-08-221-1/+21
* Make makeObjectName multibyte aware. Currently, it may produceTatsuo Ishii2000-08-221-1/+12
* Add multibyte support for both LIKE and ILIKETatsuo Ishii2000-08-221-239/+100
* Fix a many-legged critter reported by chifungfan@yahoo.com: under theTom Lane2000-08-227-51/+84
* Add some more Assert checks.Tom Lane2000-08-221-1/+13
* Move pg_checkretval out of the planner (where it never belonged) intoTom Lane2000-08-215-149/+164
* Fix format_type() to display correct lengths for BIT/BIT VARYING.Tom Lane2000-08-211-105/+121
* fmgr interface mopup work. Use new DatumGetBool and BoolGetDatumTom Lane2000-08-217-56/+65
* First pass at integrating BIT and BIT VARYING code from Adriaan Joubert.Tom Lane2000-08-2111-696/+887
* Standardize on just one spelling of BITSPERBYTE.Tom Lane2000-08-202-18/+10
* Substitute libdir into createlang as last resort so one doesn't have to setPeter Eisentraut2000-08-202-10/+8
* Introduce HAVE_UNIX_SOCKETS symbol to replace repeatedly listing all thePeter Eisentraut2000-08-204-21/+28
* Make functional indexes accept binary-compatible functions, for exampleTom Lane2000-08-203-54/+51
* Clean up handling of variable-free qual clauses. System now does theTom Lane2000-08-1315-163/+396
* Mop-up for removal of ':' and ';' operators ... like, say, actuallyTom Lane2000-08-123-12/+8
* Fix ruleutils to produce correct output for array assignment, suchTom Lane2000-08-121-4/+50
* Update comments for some parse node types.Tom Lane2000-08-112-8/+8
* copyObject() and equal() now know about all parse-time node types,Tom Lane2000-08-116-126/+2363
* Remove debugging Assert that should never have been committed in theTom Lane2000-08-111-4/+1
* Make debug_assertions default to ON, when compiled in at all, forTom Lane2000-08-111-4/+4
* CREATE btree INDEX takes dead tuples into account when old transactionsHiroshi Inoue2000-08-103-28/+162
* Reimplement MULTIBYTE support (oops). Not tested, but it does compile.Thomas G. Lockhart2000-08-091-121/+457
* Remove 'func_tlist' from Func expression nodes, likewise 'param_tlist'Tom Lane2000-08-0831-476/+378
* Buf fix to pg_restire -S option in getoptsPhilip Warner2000-08-081-2/+2
* TOAST mop-up work: update comments for tuple-size-related symbols suchTom Lane2000-08-078-60/+93
* - version # change in headerPhilip Warner2000-08-071-1/+1