Commit Graph

16309 Commits (bf6b92d6e06cbca70e5c43bcdf7d58f15f27bf99)

Author SHA1 Message Date
Tom Lane 134b463f02 Fix up pg_dump to do string escaping fully correctly for client encoding 20 years ago
Alvaro Herrera 117d73a9e7 Don't call PQclear until the struct is really no longer going to be used. 20 years ago
Andrew Dunstan 7a6676d9df fix typo 20 years ago
Andrew Dunstan 3a9ae3d206 TG_table_name and TG_table_schema for plpgsql, plus docs and regression. 20 years ago
Alvaro Herrera 3d58a1c168 Remove traces of otherwise unused RELKIND_SPECIAL symbol. Leave the psql bits 20 years ago
Andrew Dunstan 22b118b530 TG_table_name and TG_table_schema for pl/tcl, plus regression test and docs. 20 years ago
Tom Lane 4627a8f419 Revert ill-considered change to plpgsql: it should not rely on the 20 years ago
Tom Lane 58a2dbc740 Fix initdb to properly escape quotes and backslashes in the supplied 20 years ago
Tom Lane 0780ce6a93 Re-introduce the yylex filter function formerly used to support UNION 20 years ago
Andrew Dunstan 51b40f03a4 Looks like the new plpython regression test fails on older pythons. See if this works. 20 years ago
Bruce Momjian 7a846ecc00 Use E'' strings internally only when standard_conforming_strings = 20 years ago
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
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
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 5d9062f939 Avoid duplicate definition of LOCALEDIR in pg_config.h, already defined 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 9da6508e0a Change \; to ; in RULE, \; unnecessary. 20 years ago
Peter Eisentraut 79e371037b Add strerror to pg_dump error messages where missing. 20 years ago
Bruce Momjian c6aa53e8d6 Remove mention of pg_upgrade in release checklist. 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 7d866ffad7 Mention packager bumps configure.in/configure. 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
Bruce Momjian d0f9ca34bd Remove canonicalize_path() call for .pgpass socket directory comparison; 20 years ago
Bruce Momjian 0622821853 Mention that gcc/sparc generates sparcv7 binaries. 20 years ago
Bruce Momjian 3c5665d088 Add more sparcv8plus comments. 20 years ago
Bruce Momjian 554608d92c Add mention of -xarch=v8plus for "cas" usage on Solaris/sparc. 20 years ago
Bruce Momjian 924b9d62b4 Add simplified sparc8 ASM for solaris_sparc.s, from Alan Stange. 20 years ago
Bruce Momjian 407885ea3b Add comments that Solaris Sun compiler only supports sparc9 ASM, 20 years ago