Commit Graph

5008 Commits (eeadc5e87f31aae09c6924fc76dab4e1ebd96f4c)
 

Author SHA1 Message Date
Bruce Momjian eeadc5e87f Allow pg_dump -v display proper table/sequence count display. 27 years ago
Bruce Momjian 278bbf4572 Make functions static or NOT_USED as appropriate. 27 years ago
Marc G. Fournier 180186272a Give BEOS a chance ... 27 years ago
Bruce Momjian fcff1cdf4e Another pgindent run. Sorry folks. 27 years ago
Bruce Momjian 4eadfe8754 Make 0x007f -> (unsigned)0x7f to make pgindent happy. 27 years ago
Vadim B. Mikheev 519cd36d06 Get rid of page-level locking in btree-s. 27 years ago
Vadim B. Mikheev 7d443a85af Get rid of page-level locking in btree-s. 27 years ago
Bruce Momjian 07842084fe pgindent run over code. 27 years ago
Michael Meskes 4b04b01aaa *** empty log message *** 27 years ago
Jan Wieck b122e16a1c Bugfix - Range table entries that are unused after rewriting should 27 years ago
Jan Wieck f4fadbe4db Fixed bug in rules event qualification output. 27 years ago
Bruce Momjian 6bf0db7e07 FIx for 0.0.0.0/0 output as 00/0. 27 years ago
Tom Lane 9432b6dd64 Do not assign output columns to junk attributes created from 27 years ago
Tom Lane 505b5185fc Detect case of invalid use of GROUP BY when there are no 27 years ago
Bruce Momjian 57455fc565 Remove more -B parameters not needed. 27 years ago
Bruce Momjian bd5cf46e0c Remove -B from wisconsin test. 27 years ago
Vadim B. Mikheev 7e14593d2e Fix tuple chain moving bug found by "Hiroshi Inoue" <Inoue@tpf.co.jp>. 27 years ago
Bruce Momjian b14c99d8d6 Here it is. Remove or rename the current interfaces/libpq++ and untar 27 years ago
Tom Lane 795f6ca66a Update commentary in sample GEQO config file. 27 years ago
Tom Lane b2f14e11ec Reduce default GEQO 'effort' setting to MEDIUM always. 27 years ago
Tom Lane d52a91a5d8 Modify aset.c logic so that blocks requested from malloc get 27 years ago
Tom Lane f9f90b21b2 Improve error message from failed LOAD command (include 27 years ago
Tom Lane b21005fa7c Allow GEQO effort to be specified numerically, as well as 27 years ago
Tom Lane cf1478982c Modify backend switch parsing to prevent 'insecure' switches 27 years ago
Bruce Momjian e9edb3ef92 Fix for select 1;select 2 without trailing semi. 27 years ago
Bruce Momjian a8d2820e6d Fix for DEFAULT ''. 27 years ago
Bruce Momjian 9710995fc9 Make postgres prompt backend>, and remove PARSEDEBUG. 27 years ago
Thomas G. Lockhart 654f8f0b51 Finish initial markup of cvs.sgml, and include it in the programmer's guide 27 years ago
Bruce Momjian 85170aa9b6 Change perl Makefile test. 27 years ago
Bruce Momjian 167529f221 Disable fix. Didn't work. 27 years ago
Bruce Momjian c0d979614e Fix typo and attempt default fix. 27 years ago
Michael Meskes a7b06f20c5 *** empty log message *** 27 years ago
Bruce Momjian 96492290b5 Treat {} as special regex too. 27 years ago
Tatsuo Ishii 08bcc77a5c add retest, a regex testing program 27 years ago
Bruce Momjian 56b9a549c7 Fix problem with | in ~ comparison using index. 27 years ago
Tom Lane a1d9186067 Add material about postmaster startup failure messages; 27 years ago
Tom Lane b3ad49850e Report strerror() rather than errno in low-level backend libpq 27 years ago
Tom Lane 9a6184dee8 Added a long section about proper use of the optimizer-hint 27 years ago
Tom Lane 5690b1a18f Minor updates to libpq documentation. 27 years ago
Jan Wieck 3de11d6526 Removed the automatic installation of built procedural languages 27 years ago
Tom Lane 33773af95b Generate distinct error messages for trigger function not found 27 years ago
Jan Wieck 443c08a110 Fixed shift/reduce conflict 27 years ago
Tatsuo Ishii 1f82f1de33 overwriting a large object now works 27 years ago
Thomas G. Lockhart 165b830ea5 Add reference pages on user interface applications. 27 years ago
Thomas G. Lockhart 32cfa65e49 Rearrange and consolidate the Admin Guide. 27 years ago
Tom Lane c3a4d8ed54 Very minor improvements in CREATE OPERATOR docs. 27 years ago
Tom Lane c9f8ab6fba Update CREATE FUNCTION docs: mention use of AS clause with 27 years ago
Tom Lane e68abfbeff Update SGML docs with some changes I made to test/regress/README 27 years ago
Tom Lane f9e497db7f Doco updates for change to handling of INTERNAL function 27 years ago
Tom Lane 77d3355900 Minor improvements to postmaster/backend man pages. 27 years ago