Commit Graph

7227 Commits (c3bbbb1dcc2356a94409af71e9a85925e86d873c)
 

Author SHA1 Message Date
Tom Lane 7192cbb07d Back-patch fix to recognize clause pairs involving Params 26 years ago
Bruce Momjian dbb7553bc9 Update pg_hba.conf with more examples 26 years ago
Bruce Momjian 6a8dab2981 Update pg_hba.conf.sample with better examples and descriptions 26 years ago
Bruce Momjian 27266b7071 Copy pg_ident.conf.sample into /lib directory. Rename USERAUTH to 26 years ago
Tom Lane 4fd3e0dde9 Back-patch tz name length fixes into REL7_0. 26 years ago
Tom Lane e193acd801 array_map() needs to guard against a NULL input array. This problem 26 years ago
Tom Lane 4b72779f7b fastpath neglected to pass a valid isNull flag to the function being 26 years ago
Tatsuo Ishii 67f6b333ac Make EUC_CN support more robust. 26 years ago
Tatsuo Ishii 46645b9378 Change date of documents. 26 years ago
Bruce Momjian 2e4072e115 fix typo 26 years ago
Bruce Momjian 3a38bb5bed Add README.kerbros 26 years ago
Bruce Momjian ba1578aa8f Improve pg_hba.conf examples 26 years ago
Tom Lane b71761d280 Reduce eqsel()'s fudge-factor for estimating the frequency of values 26 years ago
Bruce Momjian be6e7717db Fix \h SELECT to not show SELECT INTO. 26 years ago
Tatsuo Ishii 23b0387a94 Fix too long syslog message problem 26 years ago
Tom Lane 8bba4b4e0e Generate a reasonable error message when an aggregate function is applied 26 years ago
Bruce Momjian cf169e0088 Spell fix 26 years ago
Bruce Momjian ebb88e3ba5 Fix initlocation syntax example for createdb 26 years ago
Tom Lane d4e27596cf More paranoia about global variables containing references to long- 26 years ago
Tom Lane 2af53f3762 After closing frontend socket, set MyProcPort->sock = -1 to ensure that 26 years ago
Tom Lane 39725e56e8 Add some elog(DEBUG)'s to help diagnose mdblindwrt failures. 26 years ago
Tom Lane 92286bd576 Clean up sloppy coding of _outAExpr(). 26 years ago
Tom Lane ff566b2241 Modify raw parsetree representation returned by gram.y for SubLinks: 26 years ago
Tom Lane 610abfd57b Do table renaming in a sane order: physical file rename must happen 26 years ago
Tom Lane 445f1acf7a heap_drop() should flush the relcache entry for the 26 years ago
Tom Lane 69cc16f47e Quote database name so that not-all-lowercase names are handled safely. 26 years ago
Bruce Momjian 61f5e13c43 ! * Users doing non-blocking connections need to handle the reset 26 years ago
Bruce Momjian 936b27fa87 Update TODO list. 26 years ago
Bruce Momjian a802433917 Spell fix 26 years ago
Tatsuo Ishii 07d4d36aae On solaris, createdb/dropdb fails because of strange behavior of system(). 26 years ago
Tom Lane c439756ffd Make the world safe for QNX's busted shell ... 26 years ago
Tom Lane ae8a2c3589 Make the world safe for QNX's busted shell ... 26 years ago
Marc G. Fournier 69b323f4bc add a --with-setproctitle switch to configure that leaves the use of setproctitle() 26 years ago
Bruce Momjian f19ae14612 Update so init displays status with setproctitle too, like the rest of them. 26 years ago
Bruce Momjian a267c88d3b Make setproctitle update for every query. 26 years ago
Bruce Momjian 962c258027 Comment out no-op ps updates for setproctitle(), until we figure out 26 years ago
Bruce Momjian d264fb4157 comment cleanup 26 years ago
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