Commit Graph

22492 Commits (4d63e267742a2afe481a34f4742c0551c6b0a112)
 

Author SHA1 Message Date
Tom Lane 4d63e26774 Further hacking on performance of COPY OUT. It seems that fwrite()'s 20 years ago
Tom Lane 223ae6957f Support binary COPY through psql. Also improve detection of write errors 20 years ago
Bruce Momjian aadd8a23ce Update AIX FAQ. 20 years ago
Andrew Dunstan 0a269db9cf Add table_name and table_schema to plpython trigger data, plus docs and regression test. 20 years ago
Andrew Dunstan 777f72cd37 Add table_name and table_schema to plperl trigger data. relname is 20 years ago
Teodor Sigaev 5d1a066e64 Fix findParents() in case of multiple levels to find. 20 years ago
Tom Lane 0a5fdb0d91 Reduce per-character overhead in COPY OUT by combining calls to 20 years ago
Tom Lane c76cb77105 Fix pg_restore to process BLOB COMMENT entries correctly; they aren't 20 years ago
Bruce Momjian 6bd89d09c8 Remove pg_attribute detail, add URL 20 years ago
Teodor Sigaev d2158b0281 * Add support NULL to GiST. 20 years ago
Bruce Momjian 86722057fd Remove trailing blank line from exports.txt. 20 years ago
Bruce Momjian c1d4551ae1 Add PQisthreadsafe() to libpq, to allow library applications to query 20 years ago
Tom Lane 7f52e0c50e Tweak writetup_heap/readtup_heap to avoid storing the tuple identity 20 years ago
Bruce Momjian 672f0beb01 Update text: 20 years ago
Bruce Momjian b7741bff02 Add: 20 years ago
Bruce Momjian a2b6c896e5 Rename in release notes: Mac -> OS/X, Intel to x86: 20 years ago
Bruce Momjian 5d9062f939 Avoid duplicate definition of LOCALEDIR in pg_config.h, already defined 20 years ago
Bruce Momjian c8f345024d New wording, "What is the upgrade process for PostgreSQL?" 20 years ago
Bruce Momjian 4fc6aa4bc2 Update heading for upgrades. 20 years ago
Bruce Momjian 0f9652848b Add mention that everyone should upgrade to minor releases. 20 years ago
Tom Lane 798e63ffb0 Remove CXT_printf/CXT1_printf macros. If anyone had found them to be of 20 years ago
Bruce Momjian 74d0cf3974 Make "trigger" section: 20 years ago
Bruce Momjian 32bfb1c297 Update Japanese FAQ. 20 years ago
Bruce Momjian 9da6508e0a Change \; to ; in RULE, \; unnecessary. 20 years ago
Peter Eisentraut 79e371037b Add strerror to pg_dump error messages where missing. 20 years ago
Tom Lane e9cc53025a Update release notes for upcoming releases. 20 years ago
Bruce Momjian c6aa53e8d6 Remove mention of pg_upgrade in release checklist. 20 years ago
Tom Lane 5cf07901c5 Fix errors in fortuna PRNG reseeding logic that could cause a predictable 20 years ago
Tom Lane 515112f9d4 Modify libpq's string-escaping routines to be aware of encoding considerations 20 years ago
Tom Lane b3eb4ea5d8 Add a new GUC parameter backslash_quote, which determines whether the SQL 20 years ago
Tom Lane c61a2f5841 Change the backend to reject strings containing invalidly-encoded multibyte 20 years ago
Alvaro Herrera 1f219cf433 Add last-vacuum/analyze-time columns to the stats collector, both manual and 20 years ago
Teodor Sigaev 09518fbdf4 Call MarkBufferDirty() before XLogInsert() during completion of insert 20 years ago
Teodor Sigaev 420cbff881 Simplify gistSplit() and some refactoring related code. 20 years ago
Alvaro Herrera 49b3462abb Have autovacuum report its activities to the stat collector. 20 years ago
Alvaro Herrera 4adab7eed3 Fix typo in comment. 20 years ago
Bruce Momjian b125d4b0ca Fix Solaris/ASM test for x86. 20 years ago
Teodor Sigaev 5890790b4a Rework completion of incomplete inserts. Now it writes 20 years ago
Bruce Momjian 19892feb3c Back out \' change for tsearch2, broke regression tests. 20 years ago
Bruce Momjian 7d866ffad7 Mention packager bumps configure.in/configure. 20 years ago
Bruce Momjian 411a64ba73 Stamp 8.1.4, except configure/configure.in. 20 years ago
Bruce Momjian ba10a1f3e4 Update for version 8.1.4. 20 years ago
Bruce Momjian 7540476dc6 Update release notes for 8.1.4. 20 years ago
Bruce Momjian cc84163fa9 Use SQL standard '' rather than \' in /contrib. Backpatch to 8.1.X. 20 years ago
Bruce Momjian 40a95aa25b Use unsigned into for slock_t for pre-sparcv8plus. 20 years ago
Tom Lane eed57b1b92 Fix choose_bitmap_and() so that partial index predicates are considered when 20 years ago
Tom Lane f323252642 When a bitmap indexscan is using a partial index, it is necessary to include 20 years ago
Bruce Momjian 8d988c7d1c Allow sparcv8plus to use "cas". 20 years ago
Bruce Momjian d8f940f281 Code alignment fix. 20 years ago
Tom Lane d18e334c65 Fix thinko in recent changes to handle ScalarArrayOpExpr as an indexable 20 years ago