Commit Graph

14873 Commits (c19354dfb5f09124dc4fcedfacc2205eb227ebb8)
 

Author SHA1 Message Date
Tom Lane c19354dfb5 const-ify functions used with completion_matches(), to suppress 23 years ago
Tom Lane 906dce0464 Repair incorrect checking of grouped/ungrouped variables in the presence 23 years ago
Bruce Momjian cdbd298b3a Add prototype for toupper/tolower(). 23 years ago
Bruce Momjian d79f743d51 Done in previous release: 23 years ago
Tom Lane ec54a6efcf Fix buffer overrun in to_ascii(), per report from Guido Notari. 23 years ago
Tom Lane 794162bb1a Fix convSockAddr6to4(): eliminate bogus assumptions about byte ordering, 23 years ago
Tom Lane d6f1aa9760 Fix platform-dependent failure introduced by recent to_char changes 23 years ago
Tom Lane 1d650da2e5 This is a derived file and should never have been added to CVS. 23 years ago
Tom Lane 1da6eb7fda Whack getaddrinfo() patch around until it works, more or less, on 23 years ago
Tom Lane f8a15f632d Add missing semicolon. 23 years ago
Michael Meskes 7b85b730f5 More patches for informix compatibility. 23 years ago
Bruce Momjian 52bc8cadd4 Update Russian FAQ, from Viktor Vislobokov 23 years ago
Bruce Momjian baf6c8d21d Please, apply patch for contrib/ltree to current CVS and 7.3.2 23 years ago
Bruce Momjian d307a954e7 Skip START WITH in sequence definition when it's the default value -- 23 years ago
Bruce Momjian 50be3e5efe The following patch cleans up the deferred trigger mechanism. There is 23 years ago
Tom Lane 7cd30e1590 TestConfiguration returns int, not bool. This mistake is relatively 23 years ago
Tom Lane 80597fd992 Fix broken markup. 23 years ago
Bruce Momjian 5e1c330227 Properly document default value of log_min_error_statement in postgresql.conf. 23 years ago
Michael Meskes 5e37f16be0 Forgot two new files and one that was moved. 23 years ago
Michael Meskes 999f12982e Moved Informix stuff to its own compat library. Interval datetype is now fully functional. 23 years ago
Peter Eisentraut 82a91eb54e Simplify the socket handling code by supplying a replacement getaddrinfo() 23 years ago
Bruce Momjian bf7ca0a769 [ Backpatch to 7.3.X.] 23 years ago
Bruce Momjian 0184db50a0 [ Backpatch to 7.3.X.] 23 years ago
Tom Lane fd42262836 Add code to apply some simple sanity checks to the header fields of a 23 years ago
Tom Lane bb3c00ee28 Regression output didn't get updated to match recent commit. 23 years ago
Bruce Momjian c7d7788d07 Fix NULL casting warning, pointed out by Joe Conway 23 years ago
Bruce Momjian c2d5abae9b Fix number of columns in SGML, from Weiping He 23 years ago
Tom Lane 1bd159e4e9 Fix bogus coding of SET DEFAULT ri triggers ... or at least make it less 23 years ago
Bruce Momjian 15b9e2c5ff Add <stdlib> to add calloc() prototype. 23 years ago
Bruce Momjian 6f2d02d306 Fix syntax error in to_char fixes --- was defining variable in main code 23 years ago
Bruce Momjian 9b59ddfb40 It may not be obvious to you, but the plpython regression tests 23 years ago
Bruce Momjian c75d65485d New \d format: 23 years ago
Bruce Momjian 5e8499d995 Add new file. 23 years ago
Bruce Momjian 4b0b8dadd2 Add new files. 23 years ago
Bruce Momjian 54f7338fa1 This patch implements holdable cursors, following the proposal 23 years ago
Bruce Momjian 7638087882 Remove email file. 23 years ago
Bruce Momjian fef89414e6 Done: 23 years ago
Bruce Momjian 64c1399dac * Make pg_get_triggerdef documentation consistent with other pg_get_ 23 years ago
Bruce Momjian a6699f6185 Attached are two patches for psql's tab-completion.c. 23 years ago
Bruce Momjian 9d6f5ee860 Adds 23 years ago
Bruce Momjian b099d9e7eb Reorder language creation to restore constistently. 23 years ago
Bruce Momjian 7a3e7b64ac to_char fixes, Karel Zak 23 years ago
Tom Lane bf576cc014 GetTupleForTrigger must use outer transaction's command counter for time 23 years ago
Michael Meskes 89508a8492 More changes to pgtypeslib and set optimization to -O1. 23 years ago
Peter Eisentraut 5e5c5cd31a Merge documentation into one book. (Build with "make html".) Replace 23 years ago
Bruce Momjian 685a4934d2 I mean, bison 1.875. :-) 23 years ago
Bruce Momjian d49800de31 Mention bison 1.85 is now required. 23 years ago
Tom Lane 2c19928301 plpgsql can assign to subscripted variables now, e.g. 23 years ago
Dave Cramer 9e29b32e78 patch to notify listeners on error from Csaba Nagy 23 years ago
Bruce Momjian f1792b932c Use PQfreemem() consistently, and document its use for Notify. 23 years ago