Commit Graph

66 Commits (c590273fef87321b12ea56733d6bf49a66841431)

Author SHA1 Message Date
Tom Lane c590273fef Clean up bogosities in pg_opclass, pg_amop, pg_amproc. There are amproc 26 years ago
Bruce Momjian df43800fc8 Clean up #include's. 26 years ago
Tom Lane f2d1205322 Another batch of fmgr updates. I think I have gotten all old-style 26 years ago
Tom Lane 48165ec226 Latest round of fmgr updates. All functions with bool,char, or int2 26 years ago
Bruce Momjian a12a23f0d0 Remove unused include files. Do not touch /port or includes used by defines. 26 years ago
Tom Lane 6ed00fee53 Convert array_map to use new fmgr interface. 26 years ago
Bruce Momjian 52f77df613 Ye-old pgindent run. Same 4-space tabs. 26 years ago
Tom Lane 57cf09591b Remove unnecessary limitations on lengths of bpchar and varchar constants. 26 years ago
Bruce Momjian 5c25d60244 Add: 26 years ago
Tatsuo Ishii cfe717714c char_length()/octet_length for char() type now returns length of 26 years ago
Peter Eisentraut 1cd4c14116 Fixed all elog related warnings, as well as a few others. 26 years ago
Bruce Momjian 86ef36c907 New NameStr macro to convert Name to Str. No need for var.data anymore. 26 years ago
Bruce Momjian 3406901a29 Move some system includes into c.h, and remove duplicates. 27 years ago
Bruce Momjian 33e826d167 Fix for multi-byte includes. 27 years ago
Bruce Momjian a71802e12e Final cleanup. 27 years ago
Bruce Momjian 9b645d481c Update #include cleanups 27 years ago
Bruce Momjian 2e6b1e63a3 Remove unused #includes in *.c files. 27 years ago
Bruce Momjian 4b2c2850bf Clean up #include in /include directory. Add scripts for checking includes. 27 years ago
Bruce Momjian eba41848aa Clarify maximum tuple and max attribute lengths. 27 years ago
Bruce Momjian 97dfff832c Fix to prevent too large tuple from being created. 27 years ago
Bruce Momjian 07842084fe pgindent run over code. 27 years ago
Bruce Momjian 6d08b6a7b8 Remove 4096 string limited key on block size 27 years ago
Bruce Momjian 210055ad61 here are some patches for 6.5.0 which I already submitted but have never 27 years ago
Bruce Momjian 6724a50787 Change my-function-name-- to my_function_name, and optimizer renames. 27 years ago
Bruce Momjian e1ebac319d Here are the patches against the current source tree. I have run the 27 years ago
Bruce Momjian bd041d82bf multi-byte fix from Tatsuo Ishii 27 years ago
Bruce Momjian f52e7346ea MB patches from Tatsuo Ishii 27 years ago
Bruce Momjian fa1a8d6a97 OK, folks, here is the pgindent output. 27 years ago
Bruce Momjian af74855a60 Renaming cleanup, no pgindent yet. 27 years ago
Marc G. Fournier bf00bbb0c4 I really hope that I haven't missed anything in this one... 28 years ago
Bruce Momjian 7b2b779a2a Add auto-size to screen to \d? commands. Use UNION to show all 28 years ago
Bruce Momjian 683f399391 Change atttypmod from int16 to int32, for Thomas. 28 years ago
Bruce Momjian 8d8bcda253 Hello! 28 years ago
Bruce Momjian 6bd323c6b3 Remove un-needed braces around single statements. 28 years ago
Thomas G. Lockhart 457b6efa43 Add conversion functions to and from the "name" data type. 28 years ago
Thomas G. Lockhart cb03826201 Add routines to convert between varchar and bpchar. 28 years ago
Marc G. Fournier f554af0a9f From: t-ishii@sra.co.jp 28 years ago
Bruce Momjian a32450a585 pgindent run before 6.3 release, with Thomas' requested changes. 28 years ago
Marc G. Fournier 0227a4e114 From: "Denis V. Dmitrienko" <denis@null.net> 28 years ago
Bruce Momjian 0386a50f31 Pass around typmod as int16. 28 years ago
Bruce Momjian 65faaf3046 atttypmod now -1. 28 years ago
Bruce Momjian e3f2eb1f39 Fix for varchar functions, and indextyple j-1 fix. 28 years ago
Bruce Momjian c65ea0e040 New pg_attribute.atttypmod for type-specific information like 28 years ago
Bruce Momjian 8f125413b0 Cleanup of varchar. 28 years ago
Bruce Momjian 84ef6aae18 Re-install working varchar() with compress size. 28 years ago
Bruce Momjian 5fe090c559 Completion of varchar rollback. 28 years ago
Bruce Momjian 35be73027e Cleanup of varchar. 28 years ago
Bruce Momjian c098f309e3 Rollback varchar size change. 28 years ago
Bruce Momjian 1c9fcfb683 Fix for varchar I missed. 28 years ago
Bruce Momjian e6c6146eb8 Allow varchar() to only store needed bytes. Remove PALLOC,PALLOCTYPE,PFREE. Clean up use of VARDATA. 28 years ago