Commit Graph

16309 Commits (bf6b92d6e06cbca70e5c43bcdf7d58f15f27bf99)

Author SHA1 Message Date
Bruce Momjian ca9d50304f For psql multi-line history, save backslash commands right away, rather 20 years ago
Bruce Momjian 9c351695dc Use INFO-level for reindex messages, rather than NOTICE. 20 years ago
Bruce Momjian 6ca917adff Update comment. 20 years ago
Bruce Momjian 62e7ad6603 On Win32, return original patch if GetShortPathName() fails (no short 20 years ago
Tom Lane 8a30cc2127 Make the planner estimate costs for nestloop inner indexscans on the basis 20 years ago
Bruce Momjian 63e464a5e6 Remove ancient AIX structure workaround. 20 years ago
Bruce Momjian ed3b2e696b Have BCC echo output "" using "", rather than \"\" as earlier reported. 20 years ago
Michael Meskes 0251602fc9 Fixed two more memory leaks in ecpglib. 20 years ago
Tom Lane ff0ac57db9 Remove extremely old, incomplete, broken example code. 20 years ago
Tom Lane 7868590c61 While making the seq_page_cost changes, I was struck by the fact that 20 years ago
Bruce Momjian b7af62e4a9 Avoid longjump/vfork warning about line_saved_in_history variable by 20 years ago
Bruce Momjian a073a70415 Have psql history save \e editor contents to history before query is 20 years ago
Tom Lane e4de635a2b Increase the default value of cpu_index_tuple_cost from 0.001 to 0.005. 20 years ago
Tom Lane eed6c9ed7e Add a GUC parameter seq_page_cost, and use that everywhere we formerly 20 years ago
Bruce Momjian a837851dc0 Fix psql so \r is separate in the history, rather than at the end of 20 years ago
Tom Lane f2de12e50e Don't choke during startup if the environment offers an invalid value 20 years ago
Tom Lane 84e741f4f9 Fix copy-and-pasteo in Russian translation: message complaining about 20 years ago
Bruce Momjian be05b260a9 Remove pg_resetxlog -r flag, feature has problems referenced here: 20 years ago
Tom Lane 87e8014d31 Respond to Jeremy Drake's original gripe that \copy needs to recognize 20 years ago
Tom Lane 6178762fcf Fix up hack to suppress escape_string_warning so that it actually works 20 years ago
Tom Lane c6d3c1b817 Fix seriously broken patch for psql '' ... per its comment, emit() is 20 years ago
Tom Lane 8f165ee13b Make PG_MODULE_MAGIC required in shared libraries that are loaded into 20 years ago
Bruce Momjian c3c3902611 Support '' for literal ' in psql single-quote strings, documentation update. 20 years ago
Bruce Momjian eaca1175e9 Escape processing patch: 20 years ago
Bruce Momjian 751d985805 Update cvs command example to show diff -rBASE. 20 years ago
Michael Meskes 085e7c2fd8 Somehow a ";" got lost which changed the logic. This btw is the first fix resulting from SoC. 20 years ago
Tom Lane a0ffab351e Magic blocks don't do us any good unless we use 'em ... so install one 20 years ago
Tom Lane e60cb3a35c Code review for magic-block patch. Remove separate header file pgmagic.h, 20 years ago
Tom Lane a18ebc5541 Code review for EXPLAIN patch. Fix some typos, make it behave sanely 20 years ago
Tom Lane 3993bd8e07 PostmasterIsAlive test really ought to be in the inner loop for safety. 20 years ago
Tom Lane 03f963640f Remove pqsignalinquire(), which is unused and has portability issues. 20 years ago
Tom Lane d898de1f3b Update ppport.h to not cause warnings with newest Perl versions. 20 years ago
Bruce Momjian 01b2168c90 Add pgmagic header block to store compile-time constants: 20 years ago
Bruce Momjian 87bd07d979 Make EXPLAIN sampling smarter, to avoid excessive sampling delay. 20 years ago
Tom Lane 53d669e5c6 Clarify the HINT for 'checkpoint request failed', per recent complaint 20 years ago
Bruce Momjian 4d06e86d04 Revert patch, needs more work: 20 years ago
Bruce Momjian fc079f8411 Move conversion dependency patch to the proper branch, out of 8.1.X, 20 years ago
Bruce Momjian 9eb0d6a6b2 Prevent multiple archivers from starting. Backpatch to 8.1.X. 20 years ago
Bruce Momjian 26cfefabad Fix printf mask for SizeVfdCache 20 years ago
Bruce Momjian 39b031d417 Add "inline" compile fix for MSVC/BCC: 20 years ago
Bruce Momjian 38c7700f56 Add dynamic record inspection to PL/PgSQL, useful for generic triggers: 20 years ago
Bruce Momjian 88ba64d396 Back out patch, wrong previous commit message. 20 years ago
Bruce Momjian b6477c6295 Add regexp_replace() to string functions section. 20 years ago
Tom Lane d52a97dd7e Fix ancient misdescription of namegt/namege in comment. Greg Stark 20 years ago
Bruce Momjian e8ea69e3fa Patch reverted because of random buildfarm failures: 20 years ago
Bruce Momjian fa54cd0432 Add PQclear() calls, for completeness (exits shortly anyway). 20 years ago
Andrew Dunstan 21e343da35 Make plperl's $_TD trigger data a global rather than a lexical variable, 20 years ago
Teodor Sigaev b32000eda4 Som improve page split in multicolumn GiST index. 20 years ago
Teodor Sigaev 0a6fde5a26 Correct cheking in findParents(). i 20 years ago
Tom Lane fd15c87ad7 enlargePQExpBuffer, alone among the functions exported by pqexpbuffer.h, 20 years ago