Commit Graph

17105 Commits (49032ca76554e4bdbff5f72f7dced146fb14ef0d)
 

Author SHA1 Message Date
Bruce Momjian 49032ca765 Update Turkish FAQ, Devrim GUNDUZ 22 years ago
Bruce Momjian b57cbb4ef0 Add missing sprompt.obj psql usage for Borland compiler, per private 22 years ago
Michael Meskes fd104c5764 Added partly missing VOLATILE keyword. 22 years ago
Tom Lane 340d44686b Update release notes for 7.3.6. 22 years ago
Tom Lane 3811d7a08f Replace unportable use of /dev/stdin with lynx's -stdin switch. 22 years ago
Neil Conway 1a6a27650d Add a few more xrefs, where they seemed appropriate: for example, refer 22 years ago
Neil Conway 4a43b24cec Enable some additional warnings when running openjade and onsgmls. 22 years ago
Tom Lane 64917ccb56 make_sort_from_pathkeys()'s method for choosing which of several 22 years ago
Neil Conway e3f27c1847 Fix a typo in a recent commit to func.sgml that apparently broke the doc 22 years ago
Neil Conway fd015c5c99 Fix a bunch (~88) typos that the OpenJade tools don't warn about by 22 years ago
Bruce Momjian 31ce2fddfa "Corrects" the int8/float4/float8 tests under win32. 22 years ago
Tom Lane 9be7ea088c Remove unneeded indxqual field in IndexScanState, and the useless work 22 years ago
Dennis Bjorklund 303f4649a2 Translation updates 22 years ago
Dennis Bjorklund b8d518c17d Translation update 22 years ago
Dennis Bjorklund 90aac56562 Translation updates 22 years ago
Dennis Bjorklund ef6e54d78b Translation updates 22 years ago
Tom Lane 6161766daf Adjust remove_redundant_join_clauses() so that when it has a choice 22 years ago
Tom Lane df79b847fe genericcostestimate() neglected to include qual startup cost in 22 years ago
Tom Lane f5d8f0bb19 process_implied_equality must copy the substructure of the clauses it 22 years ago
Neil Conway f46a80c362 Fix a few omissions in the initcap() documentation & source code 22 years ago
Bruce Momjian 2f17547c67 Update plpython docs to mention shared libs are possible in 2.3 or 22 years ago
Bruce Momjian 8878f4aee7 For immediate application to HEAD. 22 years ago
Bruce Momjian 23168fb3bf Update the pl/python shared build docs to match the recent version of 22 years ago
Bruce Momjian c672aa823b For application to HEAD, following community review. 22 years ago
Tom Lane 5ada9ef088 Teach plpgsql's lexer about dollar-quoted literals. 22 years ago
Tom Lane fa7a3abe87 anyarray really needs to be declared with typalign = 'd', so that entries 22 years ago
Tom Lane fa96a5e15b Add %option nodefault to all our flex lexers. Fix a couple of rule gaps 22 years ago
Tom Lane 58e705320e Implement dollar-quoting in the backend lexer and psql. Documentation 22 years ago
Michael Meskes 1f87d79142 - Corrected error handling in PGTYPEStimestamp_from_asc. 22 years ago
Joe Conway 3cd8411826 When returning type "record", replace use of pgresultGetTupleDesc 22 years ago
Joe Conway 64a2e1fdef Apply quote_literal to the start_with argument of connectby. Fixes problem 22 years ago
Tom Lane 92bec9a0bc Cause pg_dump to emit a 'SET client_encoding' command at the start of 22 years ago
Tom Lane 55fb172739 Don't crash when a rowtype argument to a plpgsql function is NULL. 22 years ago
Tom Lane 3f2cf812af Fix obsolete comment. 22 years ago
Tom Lane 7a57a67278 Replace opendir/closedir calls throughout the backend with AllocateDir 22 years ago
Tom Lane 4f571319d3 NOFILE isn't used anywhere any more. 22 years ago
Tom Lane f83356c7f5 Do a direct probe during postmaster startup to determine the maximum 22 years ago
Michael Meskes b4c8dcb294 Fixed incorrect output of indicator structs using the name of the data struct. 22 years ago
Tom Lane 6b7763d1c1 Write #include <dl.h>, not #include "dl.h", to correctly reflect the 22 years ago
Tom Lane 780cba9880 Move responsibility for copying argv[] array into ps_status.c, where it 22 years ago
Neil Conway 45f5eba90b Document the family() function (added during the 7.4 dev cycle but not 22 years ago
Tom Lane a81b9d679f Fix random build breakage from log_disconnections patch. 22 years ago
Tom Lane 59f9a0b9df Implement a solution to the 'Turkish locale downcases I incorrectly' 22 years ago
Bruce Momjian 1d567aee07 The following bug has been logged online: 22 years ago
Bruce Momjian 0d02533943 Add: 22 years ago
Bruce Momjian e53c56d34a Add: 22 years ago
Bruce Momjian 5e4b9d1ef0 Add to PL/java description. 22 years ago
Tom Lane 4b39aa3a7c Re-implement psql's input scanning to use a flex-generated lexer, as per 22 years ago
Tom Lane 737f1cd44b Cosmetic changes (mostly whitespace) to make it easier to diff the 22 years ago
Bruce Momjian 2e3d5f1160 Update: 22 years ago