Commit Graph

13418 Commits (f7e089b3fac5af49815e5cda2e0c3a05625eea19)
 

Author SHA1 Message Date
Bruce Momjian f7e089b3fa Back out password packet length check. 23 years ago
Marc G. Fournier 9a0b4d7f84 perl5 interface moved to gborg 23 years ago
Marc G. Fournier c411f51dfb libpgeasy moved to gborg ... 23 years ago
Tom Lane df40e28850 Fix off-by-one allocation error in PasswordFromFile(), per Gordon Runkle. 23 years ago
Bruce Momjian cafebdd4d8 Add comment on old sytax for SELECT FOR UPDATE/LIMIT and COPY. 23 years ago
Tom Lane a4dbbb52c9 Revert _LARGEFILE64_SOURCE addition; good try but doesn't work, 23 years ago
Tom Lane d803de50d4 intagg subdirectory was missing. 23 years ago
Tom Lane fac3dd56b3 Group-manipulating code neglected to fill in array element type, 23 years ago
Tom Lane e107f3a7e3 PL/pgSQL functions can return sets. Neil Conway's patch, modified so 23 years ago
Hiroshi Inoue 82ccb420d5 Fix a bug introduced in 7.2. 23 years ago
Bruce Momjian 40f2eec503 > > > > If you want to put in security restrictions that are actually useful, 23 years ago
Bruce Momjian 9858a3a43f Sir Mordred The Traitor <mordred@s-mail.com> writes: 23 years ago
Bruce Momjian dbc4d615ca Add cube changes file. 23 years ago
Bruce Momjian 32784cddf1 The changes I have made are described in CHANGES. This was based on 23 years ago
Peter Eisentraut 6d27cfdd89 Make pg_resetxlog options parsing more standard and prepare messages for 23 years ago
Peter Eisentraut 41a8562739 Create "po" subdirectory before writing there. 23 years ago
Peter Eisentraut d525ab81c3 Workaround for broken large file support on HP-UX 23 years ago
Bruce Momjian f81ce4a0f6 Prevent problem with extra-long password packets from allocating lots of 23 years ago
Bruce Momjian 626eca697c This patch reserves the last superuser_reserved_connections slots for 23 years ago
Bruce Momjian 1761990e38 please apply small patch for README.tsearch. 23 years ago
Bruce Momjian 31fbdad6e5 The unit for statement_timeout is s/1000, not s/1000000 23 years ago
Bruce Momjian a4f6add21b Back out patch, that was alpha, which I think still needs just -O. 23 years ago
Bruce Momjian 19deb4fc41 Change FreeBSD to use -O2, important for MemSet. 23 years ago
Tom Lane e4186762ff Adjust nodeFunctionscan.c to reset transient memory context between calls 23 years ago
Tom Lane 0201dac1c3 Push down outer qualification clauses into UNION and INTERSECT subqueries. 23 years ago
Tom Lane d2236800ee Cause REINDEX to regard TOAST tables as regular relations, not system 23 years ago
D'Arcy J.M. Cain 5f97dc3e7c chkpass_rout returns text so change PG_RETURN_CSTRING to PG_RETURN_TEXT_P. 23 years ago
Tatsuo Ishii 0308d66a6a Remove MULTIBYTE 23 years ago
Tatsuo Ishii ed7baeaf4d Remove #ifdef MULTIBYTE per hackers list discussion. 23 years ago
Tom Lane 8e80dbb849 Rephrase 'Cannot insert into a view' and related messages, per 23 years ago
Tom Lane bf59ccc7d8 A few more fixes for the <replaceable>able> fiasco. 23 years ago
Tatsuo Ishii 16402ac6e3 update mbregress expected files 23 years ago
Tom Lane dc4e983ff6 Produce a somewhat-useful error message, namely 23 years ago
Tom Lane 99fd5cbd41 FOUND patch was a bit over-enthusiastic: SQL commands that are not 23 years ago
Tom Lane 5241a6259f Remove support for version-0 FE/BE protocol, per pghackers discussion. 23 years ago
Tom Lane 8a24a55c81 Fix ruleutils to dump column definition lists for anonymous record types 23 years ago
Tom Lane 64505ed58b Code review for standalone composite types, query-specified composite 23 years ago
Tom Lane 7483749d82 Improve description of tablefunc. 23 years ago
Peter Eisentraut 12f80d7c69 Initial Spanish translation from Karim Mribti <karim@inlosa.com> 23 years ago
Peter Eisentraut 3aaffad26f Updates from Dennis Bjorklund 23 years ago
Peter Eisentraut d54caa6b34 Break up the long usage messages in pg_dump and pg_restore and 23 years ago
Bruce Momjian 03d39ce080 Remove TIOGA files from CVS current; they remain in repositiry. 23 years ago
Bruce Momjian fbb1966cf3 This trivial patches fixes the error message returned by CREATE INDEX 23 years ago
Bruce Momjian 81dfa2ce43 backend where a statically sized buffer is written to. Most of these 23 years ago
Bruce Momjian f5fea0808f This is a quick patch to fix a crash in pgquery_dictresult() introduced 23 years ago
Bruce Momjian b60acaf568 The following small patch provides a couple of minor updates (against 23 years ago
Bruce Momjian 1923816c37 Add mention of foreign key dependency and SERIAL in 7.2 data restores. 23 years ago
Peter Eisentraut 2364928814 Dump ALTER DATABASE/USER ... SET ... 23 years ago
Bruce Momjian 4469f1aec7 Remove: 23 years ago
Tom Lane 83501ef4ca Update info about relkind and pg_type entries for composite-types patch. 23 years ago