Commit Graph

22537 Commits (a0ffab351e2dca12200e95c45f6edf5ddebe78b0)
 

Author SHA1 Message Date
Tom Lane a0ffab351e Magic blocks don't do us any good unless we use 'em ... so install one 20 years ago
Tom Lane e95703eac3 Un-DOS-ify newly added files. 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 382808612c Emit warnings for unknown configure options. 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 85f6e27d9b Add /contrib/adminpack to contrib/Makefile, do case-folding change. 20 years ago
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