summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2006-06-01Fix up hack to suppress escape_string_warning so that it actually worksTom Lane
2006-05-31Fix seriously broken patch for psql '' ... per its comment, emit() isTom Lane
2006-05-31Make PG_MODULE_MAGIC required in shared libraries that are loaded intoTom Lane
2006-05-31Support '' for literal ' in psql single-quote strings, documentation update.Bruce Momjian
2006-05-31Escape processing patch:Bruce Momjian
2006-05-31Update cvs command example to show diff -rBASE.Bruce Momjian
2006-05-31Somehow a ";" got lost which changed the logic. This btw is the first fix res...Michael Meskes
2006-05-30Magic blocks don't do us any good unless we use 'em ... so install oneTom Lane
2006-05-30Code review for magic-block patch. Remove separate header file pgmagic.h,Tom Lane
2006-05-30Code review for EXPLAIN patch. Fix some typos, make it behave sanelyTom Lane
2006-05-30PostmasterIsAlive test really ought to be in the inner loop for safety.Tom Lane
2006-05-30Remove pqsignalinquire(), which is unused and has portability issues.Tom Lane
2006-05-30Update ppport.h to not cause warnings with newest Perl versions.Tom Lane
2006-05-30Add pgmagic header block to store compile-time constants:Bruce Momjian
2006-05-30Make EXPLAIN sampling smarter, to avoid excessive sampling delay.Bruce Momjian
2006-05-30Clarify the HINT for 'checkpoint request failed', per recent complaintTom Lane
2006-05-30Revert patch, needs more work:Bruce Momjian
2006-05-30Move conversion dependency patch to the proper branch, out of 8.1.X,Bruce Momjian
2006-05-30Prevent multiple archivers from starting. Backpatch to 8.1.X.Bruce Momjian
2006-05-30Fix printf mask for SizeVfdCacheBruce Momjian
2006-05-30Add "inline" compile fix for MSVC/BCC:Bruce Momjian
2006-05-30Add dynamic record inspection to PL/PgSQL, useful for generic triggers:Bruce Momjian
2006-05-30Back out patch, wrong previous commit message.Bruce Momjian
2006-05-30Add regexp_replace() to string functions section.Bruce Momjian
2006-05-30Fix ancient misdescription of namegt/namege in comment. Greg StarkTom Lane
2006-05-30Patch reverted because of random buildfarm failures:Bruce Momjian
2006-05-29Add PQclear() calls, for completeness (exits shortly anyway).Bruce Momjian
2006-05-29Make plperl's $_TD trigger data a global rather than a lexical variable,Andrew Dunstan
2006-05-29Som improve page split in multicolumn GiST index.Teodor Sigaev
2006-05-29Correct cheking in findParents(). iTeodor Sigaev
2006-05-28enlargePQExpBuffer, alone among the functions exported by pqexpbuffer.h,Tom Lane
2006-05-28Fix up pg_dump to do string escaping fully correctly for client encodingTom Lane
2006-05-28Don't call PQclear until the struct is really no longer going to be used.Alvaro Herrera
2006-05-28 fix typoAndrew Dunstan
2006-05-28TG_table_name and TG_table_schema for plpgsql, plus docs and regression.Andrew Dunstan
2006-05-28Remove traces of otherwise unused RELKIND_SPECIAL symbol. Leave the psql bitsAlvaro Herrera
2006-05-27TG_table_name and TG_table_schema for pl/tcl, plus regression test and docs.Andrew Dunstan
2006-05-27Revert ill-considered change to plpgsql: it should not rely on theTom Lane
2006-05-27Fix initdb to properly escape quotes and backslashes in the suppliedTom Lane
2006-05-27Re-introduce the yylex filter function formerly used to support UNIONTom Lane
2006-05-27Looks like the new plpython regression test fails on older pythons. See if th...Andrew Dunstan
2006-05-26Use E'' strings internally only when standard_conforming_strings =Bruce Momjian
2006-05-26Further hacking on performance of COPY OUT. It seems that fwrite()'sTom Lane
2006-05-26Support binary COPY through psql. Also improve detection of write errorsTom Lane
2006-05-26Add table_name and table_schema to plpython trigger data, plus docs and regre...Andrew Dunstan
2006-05-26Add table_name and table_schema to plperl trigger data. relname isAndrew Dunstan
2006-05-26Fix findParents() in case of multiple levels to find.Teodor Sigaev
2006-05-25Reduce per-character overhead in COPY OUT by combining calls toTom Lane
2006-05-24Fix pg_restore to process BLOB COMMENT entries correctly; they aren'tTom Lane
2006-05-24* Add support NULL to GiST.Teodor Sigaev