Commit Graph

7447 Commits (f2dfd5616c64ca7180964190fd600efe4bc69cfa)
 

Author SHA1 Message Date
Jan Wieck f2dfd5616c Fixed lztextlen() bug in MULTIBYTE, still thinking that lztext 26 years ago
Bruce Momjian d0cb4e11d5 U Re-add flock TODO.detail. 26 years ago
Bruce Momjian 4289cca528 Update TODO list. 26 years ago
Bruce Momjian 0971d894b9 New resultmap for Alpha, from Ryan Kirkpatrick 26 years ago
Peter Eisentraut b5e2dafd39 Fix broken pg_dump makefile 26 years ago
Jan Wieck d819f5fe83 Moving toaster out of NO ELOG area in heap_update(). 26 years ago
Bruce Momjian 651e98b17f make TEMP -> TEMPORARY 26 years ago
Bruce Momjian edbe00a720 Make pgdump_oid a temp table. Rename to pg_dump_oid. 26 years ago
Peter Eisentraut 554e56e628 Expand secondary password file feature, so that you can use these 26 years ago
Peter Eisentraut 1c2f735aa7 Fix thinko in my last pg_dumpall change 26 years ago
Bruce Momjian 5c603943ef Makefile cleanup from Karel. 26 years ago
Jan Wieck 31a020f6eb Added CVS header 26 years ago
Jan Wieck 92010434d4 New contrib module for statistical mathematics 26 years ago
Bruce Momjian 500b62b057 pg_dump patch from Philip Warner 26 years ago
Bruce Momjian 20c01ef130 Update TODO list. 26 years ago
Tom Lane 4e71240dbb Now that I look at it, is_stopword() is broken and always has been. 26 years ago
Tom Lane 6d87107b0e Result of strcmp() is a signed int. Per bug report 26 years ago
Tom Lane cdeca5f590 Make toast-table creation and deletion work somewhat reliably. 26 years ago
Bruce Momjian 9cf327790d Update TODO list. 26 years ago
Bruce Momjian e799f19f0c Remove unused TODO.detail files. 26 years ago
Bruce Momjian c229f7d2ab Update tablespaces TODO.detail item. 26 years ago
Bruce Momjian 0fe9e0941e Update TODO list. 26 years ago
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