Commit Graph

7397 Commits (a164213219260fe88e0678c3db41b1a4f1af1364)
 

Author SHA1 Message Date
Peter Eisentraut a164213219 New and revised material for Admin guide, re backup & restore and database 26 years ago
Peter Eisentraut 385470f8c6 Fixes for Solaris/cc suggested by <pgsql-hackers@thewrittenword.com> 26 years ago
Tom Lane 3513f4d162 RemoveView was doing things the hard way... 26 years ago
Tom Lane b41f4ab8c4 Use a private memory context to store rule information in each relcache 26 years ago
Bruce Momjian c9ec78a6b8 Fix quotes in /* */ comments in psql. 26 years ago
Tom Lane 43ba1b4420 Add test code to copy all parse/plan trees. Repair essential omissions 26 years ago
Tom Lane 6a7b40d909 Rearrange config.h entries into a more sensible order, and add some 26 years ago
Tom Lane d1080d19b1 Remove freefuncs.c, which hasn't been used in a long time and is not 26 years ago
Tom Lane feb48f41af Add SIGFPE to list of signals never to block. #ifdef all signals in 26 years ago
Bruce Momjian 932d1e5f9e Add #ifdef for LC_MESSAGES, because it is not ANSI C standard, and BSDI 26 years ago
Peter Eisentraut 44f64dd3ea Makefile cleanup for interface tree. Now essentially with all the 26 years ago
Tom Lane 5ac1eac2a6 Suppress memory leak in COPY WITH OIDS TO wherever. 26 years ago
Tom Lane 13612a97b9 Repair incorrect assumption that all versions of 'install' know 26 years ago
Tom Lane f0b0016ecb Call me silly, but I think it would be a good idea if initdb and other 26 years ago
Tom Lane 1aebc3618a First phase of memory management rewrite (see backend/utils/mmgr/README 26 years ago
Bruce Momjian b601c8d882 Tamotsu Nakagawa has posted a fix for this to a local mail list in 26 years ago
Peter Eisentraut 5bb8b62983 Makefile cleanup for bin and pl subtrees. They should now support 26 years ago
Bruce Momjian ecef326850 Fix \pset null to use ', not ". 26 years ago
Peter Eisentraut c4e63f70fa Added new commands and intelligence to psql tab completion. 26 years ago
Peter Eisentraut c7558b3bae Relaxed pickiness about user and group commands in transaction blocks. 26 years ago
Bruce Momjian 3fb8c9d1f9 Update FAQ. 26 years ago
Peter Eisentraut c446509565 Second pass over run-time configuration system. Adjust priorities on some 26 years ago
Peter Eisentraut bc06269495 Fix typo 26 years ago
Bruce Momjian b997a4b91f > Great! Please cc: the docs or hackers mailing lists to make sure the 26 years ago
Peter Eisentraut bfdb695b85 Cleaned up PL/pgSQL build. Fixed a couple of copyandpaste'os in the 26 years ago
Tom Lane 9f1a223046 Make renaming a temp table behave sensibly. We don't need to touch 26 years ago
Tom Lane 38db5fab29 Make inheritance planning logic a little simpler and clearer, 26 years ago
Tom Lane 996659f255 Fix handling of type tuple associated with a temp relation. We have 26 years ago
Tom Lane a1dfaef6c6 Modify index-opening code to guarantee that the indexes of a relation 26 years ago
Tom Lane 1f75cdd5ed Ensure that kernel error code is included in smgr-level error reports. 26 years ago
Peter Eisentraut 81b30f2cb4 Integrated ODBC driver into regular build. No more standalone business, 26 years ago
Bruce Momjian e3b37462c2 Remove old README files. 26 years ago
Bruce Momjian bad9ce7099 Add missing /contrib files 26 years ago
Bruce Momjian 6de7d4fe91 Update to /contrib from Karel. 26 years ago
Bruce Momjian b2c56574e1 autoconf 26 years ago
Bruce Momjian b5d4d234cb Rename HAVE_SQLGETPRIVATEPROFILESTRING to something resonable in length 26 years ago
Bruce Momjian 14f6587650 fix HAVE_SQLGETPRIVATEPROFILESTRING define 26 years ago
Tom Lane c590273fef Clean up bogosities in pg_opclass, pg_amop, pg_amproc. There are amproc 26 years ago
Bruce Momjian a53dc5ee61 Linux/alpha patch. 26 years ago
Tom Lane 1ee26b7764 Reimplement nodeMaterial to use a temporary BufFile (or even memory, if the 26 years ago
Peter Eisentraut 2c0edb3c86 Separated set constraints and set transaction reference pages, revised set 26 years ago
Tom Lane b4e906f191 Reinstate BufFileTell(). 26 years ago
Tom Lane edf0b5f0db Get rid of IndexIsUniqueNoCache() kluge by the simple expedient of 26 years ago
Tom Lane d03a933ec5 Fix performance problems with pg_index lookups (see, for example, 26 years ago
Tom Lane 9cf80f2f55 Clean out another pocket of functions called via nonspecific function 26 years ago
Peter Eisentraut 1652d43358 Remove fmgrstamp-h business -- not needed and confusing 26 years ago
Bruce Momjian b36d31030b Cleanup README Makefile installs. 26 years ago
Tom Lane 648029ec2e Repair unforgivably brain-dead representation of CaseExpr nodes in 26 years ago
Bruce Momjian fca9295fab Remove old doc files, now README. 26 years ago
Bruce Momjian 5683e704d0 Add missing /contrib files to CVS. 26 years ago