Commit Graph

5912 Commits (d831990167e76be8c833d75b6a6a508ebdcf9fde)
 

Author SHA1 Message Date
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
Bruce Momjian 6b99fcf3e2 Update for documentation in libpq changes. 26 years ago
Bruce Momjian 2a24ec6f16 In the spirit of TODO item 26 years ago
Bruce Momjian c6c60302ba Cleanup of psql \copyright 26 years ago
Bruce Momjian b2c55a02b1 psql makefile fix from Keith Parks 26 years ago
Bruce Momjian 86ef36c907 New NameStr macro to convert Name to Str. No need for var.data anymore. 26 years ago
Bruce Momjian df723a8a8a exit recursion fix from Massimo 26 years ago
Bruce Momjian 17d819c093 Fix for recusive exit call from Massimo. 26 years ago
Bruce Momjian 32edd98519 Update TODO list. 26 years ago
Bruce Momjian a9ade930da Sort help file names, from Peter Eisentraut 26 years ago
Bruce Momjian 0fe4a20891 Add Linux ARM. 26 years ago
Bruce Momjian 5e3189eaff Update psql banner 26 years ago
Bruce Momjian e9a5030977 Update TODO list. 26 years ago