Commit Graph

7697 Commits (507b429cbecf9ab961ceb7356e9969e8da82e717)
 

Author SHA1 Message Date
Bruce Momjian 507b429cbe Update FAQ. 26 years ago
Peter Eisentraut 9314141116 Add pg-config utility that stores some configuration parameters other 26 years ago
Tom Lane 40549e9cb5 Tweak btree insertion to avoid O(N^2) slowdown with large numbers of 26 years ago
Tom Lane 3d3ca010aa Avoid creating a TOAST table if we can prove that the maximum tuple 26 years ago
Thomas G. Lockhart a5da56d320 Fix typos and inconsistancies found by He Weiping 26 years ago
Tatsuo Ishii 8cca25728b Change return type of: 26 years ago
Peter Eisentraut 996832caee Make the location of the Kerberos server key file run time configurable 26 years ago
Tom Lane 69cf335687 Documentation updates to reflect TOAST and new-style fmgr. 26 years ago
Tom Lane 0813fcbc08 Documentation updates to reflect TOAST and new-style fmgr. 26 years ago
Tom Lane 481487b964 GetAttributeByName and GetAttributeByNum should be declared to return 26 years ago
Tom Lane d9eb7d8fa1 Update funcs tutorial for new function manager. 26 years ago
Tom Lane 782c16c6a1 SQL-language functions are now callable in ordinary fmgr contexts ... 26 years ago
Thomas G. Lockhart 87523ab8db Comment fixes from Larry Rosenman" <ler@lerctr.org>. 26 years ago
Thomas G. Lockhart 8a35cbe1db Add functions to convert to and from text, and to truncate to MAC OUI. 26 years ago
Thomas G. Lockhart aa2a3bfd48 Create and manage information on MAC address OUIs 26 years ago
Thomas G. Lockhart 2b6a35f7cd Fix several <ulink> tags which refer to e-mail addresses 26 years ago
Tom Lane f9b2f9bb76 Fix plpgsql lexer to accept Windows-style and Mac-style newlines as 26 years ago
Tatsuo Ishii 84d0865d03 Make scanner multibyte aware. Currently it may produce an incorrect 26 years ago
Tatsuo Ishii bc2cf76a59 Make makeObjectName multibyte aware. Currently, it may produce 26 years ago
Tatsuo Ishii 88d7b4a250 Add multibyte support for both LIKE and ILIKE 26 years ago
Tom Lane 0147b1934f Fix a many-legged critter reported by chifungfan@yahoo.com: under the 26 years ago
Tom Lane 94e90d9a86 Add some more Assert checks. 26 years ago
Tom Lane 7893462e44 Move pg_checkretval out of the planner (where it never belonged) into 26 years ago
Tom Lane 469673f966 Fix format_type() to display correct lengths for BIT/BIT VARYING. 26 years ago
Tom Lane e67ff6b670 fmgr interface mopup work. Use new DatumGetBool and BoolGetDatum 26 years ago
Tom Lane b503cbe319 First pass at integrating BIT and BIT VARYING code from Adriaan Joubert. 26 years ago
Tom Lane d594eecde2 Standardize on just one spelling of BITSPERBYTE. 26 years ago
Peter Eisentraut 81ddc46c8c coupla minor fixes in the `make dist' support code 26 years ago
Peter Eisentraut a67343d67d Substitute libdir into createlang as last resort so one doesn't have to set 26 years ago
Peter Eisentraut 9b3d66ecbd Introduce HAVE_UNIX_SOCKETS symbol to replace repeatedly listing all the 26 years ago
Tom Lane 4b8f1bcb9c Make functional indexes accept binary-compatible functions, for example 26 years ago
Peter Eisentraut 5cfbf3aba2 ./configure --without-CXX errroneously tried to use a C++ compiler named "no" 26 years ago
Tom Lane 37168b8da4 Clean up handling of variable-free qual clauses. System now does the 26 years ago
Tom Lane 766fb7f707 Mop-up for removal of ':' and ';' operators ... like, say, actually 26 years ago
Tom Lane 134fdf34d6 Fix ruleutils to produce correct output for array assignment, such 26 years ago
Tom Lane c333d2b329 Update comments for some parse node types. 26 years ago
Tom Lane 4951a8826d copyObject() and equal() now know about all parse-time node types, 26 years ago
Tom Lane 66fd8f854f Remove debugging Assert that should never have been committed in the 26 years ago
Tom Lane 7090c3e858 Make debug_assertions default to ON, when compiled in at all, for 26 years ago
Hiroshi Inoue b0d5036c7c CREATE btree INDEX takes dead tuples into account when old transactions 26 years ago
Thomas G. Lockhart 5ab40f0b85 Reimplement MULTIBYTE support (oops). Not tested, but it does compile. 26 years ago
Tom Lane 62e29fe2e7 Remove 'func_tlist' from Func expression nodes, likewise 'param_tlist' 26 years ago
Philip Warner 8fc32374be Buf fix to pg_restire -S option in getopts 26 years ago
Tom Lane 0224177400 TOAST mop-up work: update comments for tuple-size-related symbols such 26 years ago
Tom Lane d2165a4a5d Fix incorrect example of CAST syntax (was missing required parentheses). 26 years ago
Philip Warner a222f3afe9 - version # change in header 26 years ago
Philip Warner 74e3311085 - Support for iscachable when dumping functions 26 years ago
Thomas G. Lockhart 7f6e021ca8 Allow LIKE and ILIKE as TokenId (and hence ColId) to make sure that they 26 years ago
Thomas G. Lockhart 12e1c9efad Clean up code to remove the explicit backslash cruft. 26 years ago
Thomas G. Lockhart 371a485dba Include the case-insensitive LIKE prototypes. 26 years ago