Commit Graph

7187 Commits (e261306b439e8286f8e8d7dcb6871c485df581c8)
 

Author SHA1 Message Date
Bruce Momjian e261306b43 Update install for upgraders. 26 years ago
Bruce Momjian d57dcbf33e Fix error message wording 26 years ago
Bruce Momjian 48f25ca5a4 Update for 7.0.2. 26 years ago
Bruce Momjian 68f7531dbd update 26 years ago
Bruce Momjian 924d85bbbf Update faq's. 26 years ago
Bruce Momjian ce4605bcbf Add fix to index length 26 years ago
Tom Lane 30d17f3195 Lexer defended us against overlength plain identifiers, but not against 26 years ago
Bruce Momjian 490c151237 Update 7.0.1 for Tatsuo 26 years ago
Bruce Momjian e787d2ef4f Mention pg_upgrade 26 years ago
Bruce Momjian 78cb38ccfb Fixups for 7.0.1 26 years ago
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