Commit Graph

15824 Commits (382808612cb15bd90b53b665602c85bcdd3ab9e6)

Author SHA1 Message Date
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
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