Commit Graph

7184 Commits (091126fa28b4dbfd9df2fc4c22deade58f7e24dc)
 

Author SHA1 Message Date
Tom Lane 091126fa28 Generated header files parse.h and fmgroids.h are now copied into 26 years ago
Tom Lane 18952f6744 Second round of fmgr changes: triggers are now invoked in new style, 26 years ago
Bruce Momjian 147ccf5c80 More vacuum cleanups 26 years ago
Bruce Momjian f3650653c6 More vacuum renaming. 26 years ago
Tom Lane 80648891cc Miscellaneous cleanups of places that needed to account for new 26 years ago
Tom Lane ab843085f1 Constant-expression simplifier now knows how to simplify strict functions 26 years ago
Tom Lane 305d3ce576 Install fmgr rewrite doc as README file. 26 years ago
Tom Lane 0a7fb4e918 First round of changes for new fmgr interface. fmgr itself and the 26 years ago
Tom Lane 5005bb060b 'CREATE FUNC TION' => 'CREATE FUNCTION'. 26 years ago
Tom Lane 67ad9a18c0 define YY_NEVER_INTERACTIVE for flex, to persuade flex that it's not 26 years ago
Bruce Momjian d45f7dfdca Update kerberos patch 26 years ago
Bruce Momjian 4f326011ee Update readme.kerberos 26 years ago
Bruce Momjian 632a7ed759 Back out kerberos changes. Causes compile problems. 26 years ago
Bruce Momjian dc65b22fa3 Add README.kerbros 26 years ago
Bruce Momjian 9500b35f17 Patch for Kerberos V. 26 years ago
Bruce Momjian ddae527c96 Remove // comments from ODBC. 26 years ago
Bruce Momjian c328e75a6f Remove pgaccess dll's from the distribution. 26 years ago
Bruce Momjian 82e2fe9cbc Clean up pg_hba.conf 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