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