Commit Graph

7728 Commits (daf1e3a7026e367d630be3ac34ac0a9e7cf1340f)
 

Author SHA1 Message Date
Jan Wieck daf1e3a702 Added functions 26 years ago
Peter Eisentraut d7f1e11026 GZIP vs ZIP variable naming messed up 26 years ago
Jan Wieck c59077dd7b GET DIAGNOSTICS statement to PL/pgSQL to access SPI_processed 26 years ago
Peter Eisentraut 4bfb75aece Change initdb to not delete PGDATA directory unless it was created by 26 years ago
Peter Eisentraut 424f0edcb8 Fix relative path references so that make knowns which dependencies refer 26 years ago
Jan Wieck d4266620e1 Added EXECUTE command to PL/pgSQL for execution of 26 years ago
Tom Lane 16dc9bafb7 AbortOutOfAnyTransaction() just before backend exit, to ensure that 26 years ago
Bruce Momjian 7bc654bb16 SSL patch from Magnus 26 years ago
Hiroshi Inoue 3498ea8308 Improve the following. 26 years ago
Bruce Momjian 67cd018e77 Startup is actually start-up. 26 years ago
Tom Lane 883d1cc1cc Include kernel error message in failed-to-open file reports. 26 years ago
Peter Eisentraut ef6164de1d Revert removal of signed, volatile, and signal handler arg type tests. 26 years ago
Bruce Momjian dffd8cac3d * to_char: 26 years ago
Bruce Momjian d4f626507c This is mostly the same as an earlier patch I 26 years ago
Bruce Momjian c51041f4ba Here is a patch against the same cvs tree as the SSL patch (Aug 20). 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
Bruce Momjian a041c9c24e Update FAQ. 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
Bruce Momjian 86ff9d2912 Update FAQ. 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
Peter Eisentraut 662f6a557c Fix AC_FUNC_ACCEPT_ARGTYPES to accept `const struct sockaddr *' as second 26 years ago
Tom Lane c42f82d428 This file seems not to have been updated for the most 26 years ago
Peter Eisentraut 09b1576430 Update platform FAQs 26 years ago
Bruce Momjian ed0b3f2d99 Remove old FAQ files. 26 years ago
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