summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2006-05-31Fix example of how to escape data in psql backslash commands.Tom 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-31fix comparison with SPI_processedTeodor Sigaev
2006-05-31Add thesaurus dictionary which can replace N>0 lexemes by M>0 lexemes.Teodor Sigaev
2006-05-31Recommend '' for literal ', rather than \', in psql documentation.Bruce Momjian
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-30Un-DOS-ify newly added files.Tom 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-30Emit warnings for unknown configure options.Bruce Momjian
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-30Add /contrib/adminpack to contrib/Makefile, do case-folding change.Bruce Momjian
2006-05-30Fix printf mask for SizeVfdCacheBruce Momjian
2006-05-30Re-defines SHA2 symbols so that they would not conflict with certainBruce Momjian
2006-05-30Add "inline" compile fix for MSVC/BCC:Bruce Momjian
2006-05-30Re-add btree_gist description.Bruce Momjian
2006-05-30Add Pgadmin administration functions to /contrib/adminpack.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-30Update PL documentation:Bruce Momjian
2006-05-30Update Japanese FAQ.Bruce Momjian
2006-05-30Add item: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: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