Commit Graph

7425 Commits (3b61ba6d5ca62fcfe41ff29ae9cdcefaf2dda8d0)
 

Author SHA1 Message Date
Tom Lane 3b61ba6d5c DataFill() has no business resetting xact status bits 26 years ago
Vadim B. Mikheev d0273c07ac misc 26 years ago
Vadim B. Mikheev e1a118e5e6 unlock buffer before releasing in heap_insert 26 years ago
Tom Lane 13647ad6aa tuptoaster.h should surely not #include postgres.h. 26 years ago
Tom Lane e81fe1e8a0 Add missing #include for TOAST. 26 years ago
Jan Wieck 2f12c9f182 TOAST changes to catalog 26 years ago
Jan Wieck 57d8080a40 TOAST 26 years ago
Peter Eisentraut ef5bea51e1 Move global internal files to PGDATA/global. 26 years ago
Peter Eisentraut e2d3932e0e Move PGPORT envar handling to ResetAllOptions(). Improve long options 26 years ago
Peter Eisentraut 51afb9305c Have pg_dumpall write CREATE USER and CREATE GROUP commands instead of raw 26 years ago
Bruce Momjian d66a8c7c47 Very small changes in the contrib's pg_dumplo in the attache. 26 years ago
Bruce Momjian efcff3da16 In the attache is new (correct) version. I add TZ (timezone) support 26 years ago
Hiroshi Inoue 61768d8cac Add a check of HEAP_MARKED_FOR_UPDATE in HeapTupleSatisfiesDirty(). 26 years ago
Tom Lane c4f9eaa608 Clean up memory-context stuff, other minor infelicities. 26 years ago
Tom Lane 6ac19b165d Remove unused variable. (Hey Peter, you use gcc, why didn't you 26 years ago
Vadim B. Mikheev 1b67fe17b8 heap' logging 26 years ago
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