Commit Graph

7240 Commits (ae585b5c37eac14a255e4f0a544f5b9418a7bafc)
 

Author SHA1 Message Date
Bruce Momjian 75478861a4 pg_ctl does not use -S by default anymore so update documentation 26 years ago
Tom Lane 1c5b902018 Fix problem in which sloppily-coded test in ExecInitIndexScan would 26 years ago
Tom Lane 1c8244ec67 Twiddle C++ configuration checks so that we #include <string> (if 26 years ago
Tom Lane ac6637485b Transmit -I switches selected by configure (particularly those from 26 years ago
Tom Lane aca5b34427 Cast parameters to ckfree to (char *) to suppress compiler warnings. 26 years ago
Bruce Momjian b1b9059427 Irix fixes from Murad Nayal 26 years ago
Peter Eisentraut 8ac35b3249 Reformatted the install file as it used to be 26 years ago
Bruce Momjian 569a1431ca Cleanup 26 years ago
Bruce Momjian 0460f0502b I am attempting to integrate postgres (v 7.0) with an open source 26 years ago
Tom Lane 1f0aff03c0 Remove calls to getprotobyname(), which we now know leaks memory on 26 years ago
Tom Lane 9dab9ab5e4 Repair memory leaks that caused CacheCxt to grow without bound. We 26 years ago
Tom Lane aa16179118 Add debug code to aid in memory-leak tracking: if SHOW_MEMORY_STATS is 26 years ago
Tom Lane 25a7a7f446 Clean up grotty references to CacheCxt (externs inside functions, 26 years ago
Tatsuo Ishii aa387054d2 Multibyte documentations update 26 years ago
Tatsuo Ishii 1a6daef70d Enhance multibyte support. 26 years ago
Tatsuo Ishii f1cb756c38 Add KEEPALIVE option to the socket of backend. This will automatically 26 years ago
Bruce Momjian 0d62ecdf72 Update rules man pages. 26 years ago
Bruce Momjian c99e851eea Clean up sql functions examples. 26 years ago
Bruce Momjian a9876533d6 Update TODO list. 26 years ago
Tom Lane 8b5b3e0011 pg_dump barfs on negative values for index column numbers --- like, say, 26 years ago
Bruce Momjian 4763cddaf5 Update TODO list. 26 years ago
Tom Lane f923260ec8 Revise FlushRelationBuffers/ReleaseRelationBuffers per discussion with 26 years ago
Tom Lane db90fdf9ab Correct busted syntax of CC invocation for tas.s. 26 years ago
Bruce Momjian e7be9d3303 Unset PGHOST 26 years ago
Bruce Momjian 6108a7ed6a Change remove function warning for built-ins. 26 years ago
Bruce Momjian 61f06bc2f1 Use postmaster -i only on certain platforms. 26 years ago
Bruce Momjian feaf1fc137 Throw NOTICE on built-in function removal 26 years ago
Bruce Momjian e17cfa8ff1 Add QNX localhost flag to regression tests 26 years ago
Bruce Momjian f63ba5cd6a Fix WARN->NOTICE in docs. Change libpgeasy connection parameters to use 26 years ago
Tom Lane ba26aeebc1 Reduce COPY IN lock from AccessExclusive to a more reasonable 26 years ago
Bruce Momjian 52d95db1a3 Update trigger.sgml 26 years ago
Bruce Momjian 21258c35a0 Clean up trigger sgml docs. 26 years ago
Bruce Momjian 362a0f68d9 The check of class string in configure (line 1732) fails because this class 26 years ago
Bruce Momjian a8020a78ec Back out odbc changes until 7.1. 26 years ago
Michael Meskes e39a118694 *** empty log message *** 26 years ago
Bruce Momjian 76da5b80b1 Change plpgsql example from SELECT * INTO rec to SELECT INTO rec *. 26 years ago
Bruce Momjian d446c129ac Fix typo 26 years ago
Bruce Momjian a47e20b049 Several compilation and run-time problems occur when building on SGI 26 years ago
Bruce Momjian 5128d145a8 Cleanup plpgsql man page typo 26 years ago
Bruce Momjian 21517e5960 The old init file won't run under bash on my box. 26 years ago
Tom Lane 6dd06737ba Remove configure check for how to abbreviate 'tr A-Z a-z', and instead 26 years ago
Peter Mount 33bb1aee91 Fixed the message Makefile produces after compiling. It still said 26 years ago
Bruce Momjian 6cb0fff31d cleanup 26 years ago
Bruce Momjian dcec5ae2cd cleanup 26 years ago
Bruce Momjian 52831da26c Fix createlang -l dbname so it works, update sgml. 26 years ago
Bruce Momjian 5a72eadc98 Add mention of lo_unlink to manual 26 years ago
Michael Meskes ce2a9f372d *** empty log message *** 26 years ago
Bruce Momjian 1bea3c3c46 Fix atan3-> atan2. 26 years ago
Peter Eisentraut d64aa21570 That psql option should be --no-readline (as it used to be), not --noreadline. 26 years ago
Bruce Momjian f87772b722 Remove array file, per Tom Lane. 26 years ago