Commit Graph

6584 Commits (dffd8cac3dd8fb99ed4299bf2ef7eddba6eeaba2)

Author SHA1 Message Date
Bruce Momjian dffd8cac3d * to_char: 26 years ago
Bruce Momjian d4f626507c This is mostly the same as an earlier patch I 26 years ago
Tom Lane 46426b6d01 Update obsolete comments. 26 years ago
Tom Lane fdc02f8fc2 Remove bogus use of int4out(). 26 years ago
Peter Eisentraut 3ce5c6f4d8 Maybe "shared_buffers" is a slightly better name than "shmem_buffers" for -B. 26 years ago
Peter Eisentraut f03fc94e7d New configure test for flex, which recognizes only flex but does so in all 26 years ago
Tom Lane 4c8d2f7f7b Clean up callers of AllocateFile and BasicOpenFile to ensure that 26 years ago
Tom Lane 5ba9d8c2d4 Change ReleaseLruFile() usage so that if we cannot release any more 26 years ago
Peter Eisentraut 79abd73eee Remove configure tests for `signed', `volatile', and signal handler args; 26 years ago
Tatsuo Ishii bfdd6a716d Change pg_mblen and pg_encoding_mblen return types from void 26 years ago
Tom Lane 196d6f4e35 Tired of seeing these warnings ... 26 years ago
Tom Lane d70bf0dd35 Rename BITSPERBYTE to BITS_PER_BYTE to avoid conflict with <values.h> 26 years ago
Tom Lane c42f82d428 This file seems not to have been updated for the most 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
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 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 8a35cbe1db Add functions to convert to and from text, and to truncate to MAC OUI. 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 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
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
Philip Warner a222f3afe9 - version # change in header 26 years ago
Philip Warner 74e3311085 - Support for iscachable when dumping functions 26 years ago