Commit Graph

22522 Commits (26cfefabadca9daf210188d275f2d09f707cb25f)
 

Author SHA1 Message Date
Bruce Momjian 26cfefabad Fix printf mask for SizeVfdCache 20 years ago
Bruce Momjian 56f44784f6 Re-defines SHA2 symbols so that they would not conflict with certain 20 years ago
Bruce Momjian 39b031d417 Add "inline" compile fix for MSVC/BCC: 20 years ago
Bruce Momjian 6216cc7e25 Re-add btree_gist description. 20 years ago
Bruce Momjian fe59e56660 Add Pgadmin administration functions to /contrib/adminpack. 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
Bruce Momjian fcc02c20fc Update PL documentation: 20 years ago
Bruce Momjian 4c494889a6 Update Japanese FAQ. 20 years ago
Bruce Momjian 70507ace88 Add item: 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 63cb35c41c Add: 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
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