Commit Graph

5924 Commits (61a93ed2da5adbacc57cc3b4b00805a7e3c868df)
 

Author SHA1 Message Date
Tatsuo Ishii 61a93ed2da Add multi-byte support to lztextlen() 26 years ago
Bruce Momjian 95997e159b Rename heap_replace to heap_update. 26 years ago
Bruce Momjian bb10bf319e Rename heap_replace to heap_update. 26 years ago
Bruce Momjian 6f9ff92cc0 Tid access method feature from Hiroshi Inoue, Inoue@tpf.co.jp 26 years ago
Bruce Momjian 54ffd4677a ecpg ECPGFree fix from Rene Hogendoorn. 26 years ago
Bruce Momjian 85bb91a319 Fix _cplusplus test in both trees. 26 years ago
Bruce Momjian f0e18e967c Cleanup paths in install files. 26 years ago
Bruce Momjian a895cb7837 Change v6.5.2 to 6.5.2. 26 years ago
Michael Meskes 36b0f67335 *** empty log message *** 26 years ago
Bruce Momjian 7e5e7ab71b Update opclass to be non-unique. 26 years ago
Tom Lane 838fb5c233 Update for change of 'duplicate key' message. 26 years ago
Tom Lane b04bdf1290 Reduce ReleaseLruFile failure from FATAL to ERROR grade; offhand I don't 26 years ago
Tom Lane d831990167 verify_password() leaked a file descriptor if it failed to find the given 26 years ago
Bruce Momjian 90e0b668a4 Update TODO list. 26 years ago
Bruce Momjian fc955b14ea Add system indexes to match all caches. 26 years ago
Michael Meskes e30c2d67ef *** empty log message *** 26 years ago
Tom Lane 316c4c57e2 Clean up some problems in error recovery --- elog() was pretty broken 26 years ago
Tom Lane bb203c75a9 Come to think of it, DropBuffers() could have the same problem as 26 years ago
Tom Lane 6b5d8e14b4 ReleaseRelationBuffers() failed to check for I/O in progress on a buffer 26 years ago
Tom Lane 610dfa6d55 Combine index_info and find_secondary_indexes into a single routine that 26 years ago
Tom Lane 40d3e92541 index_destroy() must grab exclusive access to the parent table 26 years ago
Tom Lane 3047b444e8 Clean up comments. 26 years ago
Tom Lane d8ba3dfb0b Change backend-side COPY to write files with permissions 644 not 666 26 years ago
Tom Lane 76ccf73f2b Repair problem exposed by Jan's new parallel-regression-test scaffold: 26 years ago
Tom Lane 9ba0172f41 Tweak run_check.sh so it prints the name of each test in a parallel group 26 years ago
Tom Lane 79f39c4d34 My latest fixes to gram.y cause CREATE TABLE t (f1 bool default 1 < 2) 26 years ago
Tom Lane ea4ae10849 Fix problems with CURRENT_DATE and related functions being used in 26 years ago
Tom Lane 3267e2978f Fix a couple of portability problems in Jan's first-cut parallel test 26 years ago
Jan Wieck 43499af4ab New parallel regression test shell and related things. 26 years ago
Bruce Momjian 58d1eeaafe Fix for arm32 and fix for dbname with dash. 26 years ago
Jan Wieck 73bfcf6b22 Changed pg_rewrite attributes ev_qual and ev_action to the new 26 years ago
Bruce Momjian 1276aef2f5 Fix problem with temp tables shown in regression test by Jan. 26 years ago
Jan Wieck 211ed36635 Some minor corrections to the LZ compression. In fact I wanted to 26 years ago
Jan Wieck 79c3b71c1b The new LZ compression and an lztext data type based on it. 26 years ago
Bruce Momjian ddc335290c Fix lookup of temp table names that I missed yesterday. 26 years ago
Tom Lane e1492cc34c Modify elog() logic so that it won't try to longjmp(Warn_restart) before 26 years ago
Bruce Momjian dc5c7713bc Commit to make clearer distinction for temp names and real names. 26 years ago
Tatsuo Ishii bf5d51e7fe Tree dividing is not appropriate in Rtree. 26 years ago
Tom Lane c8c3e07e58 Clean up possible memory leakage in nodeSubplan 26 years ago
Tom Lane f68e11f373 Implement subselects in target lists. Also, relax requirement that 26 years ago
Tom Lane 1ecb129d20 Update sanity_check regress test to pass now that pg_index 26 years ago
Tom Lane a5150dc658 Fix typo so it actually compiles... 26 years ago
Bruce Momjian 7a203a3f02 Add recreate index notice to vacuum error. 26 years ago
Tom Lane fb9448decc Tweak make rules for parse.h and fmgr.h to avoid bug in old 26 years ago
Bruce Momjian 103022c339 Add index recreation suggestion to end of world error message. 26 years ago
Bruce Momjian 106ded2a6e Update TODO list. 26 years ago
Bruce Momjian e61e4d460c Fix for psql control-d and .psqlrc that I broke. Fix for \dT with 26 years ago
Bruce Momjian db12a63ef1 The \p\g fix didn't turn out to be so bad. It even works in other 26 years ago
Bruce Momjian d286f13b47 Update NT readme with new name. 26 years ago
Tom Lane ac61a04a71 Fix ExecSubPlan to handle nulls per the SQL spec --- it didn't combine 26 years ago