Commit Graph

7200 Commits (2937505a3e0d5941e2510177df7fb6caa95d6f52)
 

Author SHA1 Message Date
Bruce Momjian 2937505a3e More <> cleanup 25 years ago
Bruce Momjian 6c944bf3cc Cleanup of <> and "" 25 years ago
Tom Lane 6ed00fee53 Convert array_map to use new fmgr interface. 25 years ago
Tom Lane 747527e545 Neglected to add fmgr.h to set of installed headers... 25 years ago
Tom Lane 8a098f2f5d Update array_iterator to use new fmgr interface. 25 years ago
Tom Lane a030113197 Tweak fmgrtab generation so that the F_XXX macros that give OIDs for 25 years ago
Tom Lane 22a517a40c Repair problems with overrun of timezone name length. Increase MAXTZLEN 25 years ago
Bruce Momjian f089c36419 Add analyze.c file for split. 25 years ago
Bruce Momjian 35096b568e Split vacuum and analyze into separate files 25 years ago
Bruce Momjian 3d669b50ed Update messages. 25 years ago
Bruce Momjian 84a30b4c41 Make analyze do vacuum/analyze in one step. 25 years ago
Bruce Momjian 6d5cba7c31 More vacuum cleanup 25 years ago
Bruce Momjian d950c19747 more cleanup 25 years ago
Bruce Momjian ac4de0cc94 Add analyze log messages for verbose mode. 25 years ago
Bruce Momjian c3647c3d06 cleanup 25 years ago
Bruce Momjian 659f79be7a Allow vacuum to perform analyze with shared lock. Update cvs manual. 25 years ago
Tom Lane 091126fa28 Generated header files parse.h and fmgroids.h are now copied into 25 years ago
Tom Lane 18952f6744 Second round of fmgr changes: triggers are now invoked in new style, 25 years ago
Bruce Momjian 147ccf5c80 More vacuum cleanups 25 years ago
Bruce Momjian f3650653c6 More vacuum renaming. 25 years ago
Tom Lane 80648891cc Miscellaneous cleanups of places that needed to account for new 25 years ago
Tom Lane ab843085f1 Constant-expression simplifier now knows how to simplify strict functions 25 years ago
Tom Lane 305d3ce576 Install fmgr rewrite doc as README file. 25 years ago
Tom Lane 0a7fb4e918 First round of changes for new fmgr interface. fmgr itself and the 25 years ago
Tom Lane 5005bb060b 'CREATE FUNC TION' => 'CREATE FUNCTION'. 25 years ago
Tom Lane 67ad9a18c0 define YY_NEVER_INTERACTIVE for flex, to persuade flex that it's not 25 years ago
Bruce Momjian d45f7dfdca Update kerberos patch 25 years ago
Bruce Momjian 4f326011ee Update readme.kerberos 25 years ago
Bruce Momjian 632a7ed759 Back out kerberos changes. Causes compile problems. 25 years ago
Bruce Momjian dc65b22fa3 Add README.kerbros 25 years ago
Bruce Momjian 9500b35f17 Patch for Kerberos V. 25 years ago
Bruce Momjian ddae527c96 Remove // comments from ODBC. 25 years ago
Bruce Momjian c328e75a6f Remove pgaccess dll's from the distribution. 25 years ago
Bruce Momjian 82e2fe9cbc Clean up pg_hba.conf 25 years ago
Bruce Momjian ba1578aa8f Improve pg_hba.conf examples 25 years ago
Tom Lane b71761d280 Reduce eqsel()'s fudge-factor for estimating the frequency of values 25 years ago
Bruce Momjian be6e7717db Fix \h SELECT to not show SELECT INTO. 25 years ago
Tatsuo Ishii 23b0387a94 Fix too long syslog message problem 25 years ago
Tom Lane 8bba4b4e0e Generate a reasonable error message when an aggregate function is applied 25 years ago
Bruce Momjian cf169e0088 Spell fix 25 years ago
Bruce Momjian ebb88e3ba5 Fix initlocation syntax example for createdb 25 years ago
Tom Lane d4e27596cf More paranoia about global variables containing references to long- 25 years ago
Tom Lane 2af53f3762 After closing frontend socket, set MyProcPort->sock = -1 to ensure that 25 years ago
Tom Lane 39725e56e8 Add some elog(DEBUG)'s to help diagnose mdblindwrt failures. 25 years ago
Tom Lane 92286bd576 Clean up sloppy coding of _outAExpr(). 25 years ago
Tom Lane ff566b2241 Modify raw parsetree representation returned by gram.y for SubLinks: 25 years ago
Tom Lane 610abfd57b Do table renaming in a sane order: physical file rename must happen 25 years ago
Tom Lane 445f1acf7a heap_drop() should flush the relcache entry for the 25 years ago
Tom Lane 69cc16f47e Quote database name so that not-all-lowercase names are handled safely. 25 years ago
Bruce Momjian 61f5e13c43 ! * Users doing non-blocking connections need to handle the reset 25 years ago