Commit Graph

7409 Commits (80c646958a14ed343a686566cb77bd92961cf589)
 

Author SHA1 Message Date
Bruce Momjian 80c646958a Attached is a new patch which addresses this problem. (oids in 26 years ago
Peter Eisentraut 6fb9d2e347 Version number now set in configure, available through Makefile.global 26 years ago
Tom Lane 07dfe97731 Don't run in CacheMemoryContext more than necessary. 26 years ago
Tom Lane d003213225 Don't run in CacheMemoryContext longer than necessary. 26 years ago
Tom Lane 72164e86a6 Remove memory leak from VACUUM parsing. 26 years ago
Tom Lane 57eeb0d315 New memmgr logic in xact.c failed if AbortTransaction() is called when 26 years ago
Bruce Momjian e225260440 Back out Karels to_char changes. 26 years ago
Peter Eisentraut b150906b89 We don't need config.status substituting anything into Gen_fmgrtab.sh, we 26 years ago
Peter Eisentraut 9e8d591877 Synchronized integrated documentation with latest admin guide change. 26 years ago
Peter Eisentraut 191870388d A little bit of clean-up/bug fix in Tcl build. Handle gracefully cases 26 years ago
Bruce Momjian 99212a4847 In the attache is new to_date()/to_timestamp() version. 26 years ago
Bruce Momjian 2f131ca588 Fix select '1--2'; for PEter. 26 years ago
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