summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Add dynamic record inspection to PL/PgSQL, useful for generic triggers:Bruce Momjian2006-05-307-37/+422
* Back out patch, wrong previous commit message.Bruce Momjian2006-05-307-422/+37
* Add regexp_replace() to string functions section.Bruce Momjian2006-05-307-37/+422
* Fix ancient misdescription of namegt/namege in comment. Greg StarkTom Lane2006-05-301-3/+3
* Patch reverted because of random buildfarm failures:Bruce Momjian2006-05-302-121/+14
* Add PQclear() calls, for completeness (exits shortly anyway).Bruce Momjian2006-05-296-6/+12
* Make plperl's $_TD trigger data a global rather than a lexical variable,Andrew Dunstan2006-05-291-2/+2
* Som improve page split in multicolumn GiST index.Teodor Sigaev2006-05-293-42/+57
* Correct cheking in findParents(). iTeodor Sigaev2006-05-291-2/+2
* enlargePQExpBuffer, alone among the functions exported by pqexpbuffer.h,Tom Lane2006-05-281-1/+2
* Fix up pg_dump to do string escaping fully correctly for client encodingTom Lane2006-05-2815-304/+378
* Don't call PQclear until the struct is really no longer going to be used.Alvaro Herrera2006-05-282-5/+10
* fix typoAndrew Dunstan2006-05-282-2/+4
* TG_table_name and TG_table_schema for plpgsql, plus docs and regression.Andrew Dunstan2006-05-285-3/+206
* Remove traces of otherwise unused RELKIND_SPECIAL symbol. Leave the psql bitsAlvaro Herrera2006-05-285-22/+16
* TG_table_name and TG_table_schema for pl/tcl, plus regression test and docs.Andrew Dunstan2006-05-275-2/+137
* Revert ill-considered change to plpgsql: it should not rely on theTom Lane2006-05-271-4/+8
* Fix initdb to properly escape quotes and backslashes in the suppliedTom Lane2006-05-271-19/+26
* Re-introduce the yylex filter function formerly used to support UNIONTom Lane2006-05-274-9/+131
* Looks like the new plpython regression test fails on older pythons. See if th...Andrew Dunstan2006-05-272-2/+6
* Use E'' strings internally only when standard_conforming_strings =Bruce Momjian2006-05-2615-89/+174
* Further hacking on performance of COPY OUT. It seems that fwrite()'sTom Lane2006-05-261-45/+40
* Support binary COPY through psql. Also improve detection of write errorsTom Lane2006-05-263-52/+92
* Add table_name and table_schema to plpython trigger data, plus docs and regre...Andrew Dunstan2006-05-263-2/+103
* Add table_name and table_schema to plperl trigger data. relname isAndrew Dunstan2006-05-263-1/+154
* Fix findParents() in case of multiple levels to find.Teodor Sigaev2006-05-261-2/+3
* Reduce per-character overhead in COPY OUT by combining calls toTom Lane2006-05-251-42/+90
* Fix pg_restore to process BLOB COMMENT entries correctly; they aren'tTom Lane2006-05-241-3/+4
* * Add support NULL to GiST.Teodor Sigaev2006-05-246-419/+365
* Remove trailing blank line from exports.txt.Bruce Momjian2006-05-231-2/+1
* Add PQisthreadsafe() to libpq, to allow library applications to queryBruce Momjian2006-05-233-3/+18
* Tweak writetup_heap/readtup_heap to avoid storing the tuple identityTom Lane2006-05-232-20/+91
* Avoid duplicate definition of LOCALEDIR in pg_config.h, already definedBruce Momjian2006-05-232-4/+2
* Remove CXT_printf/CXT1_printf macros. If anyone had found them to be ofTom Lane2006-05-238-119/+16
* Change \; to ; in RULE, \; unnecessary.Bruce Momjian2006-05-221-2/+2
* Add strerror to pg_dump error messages where missing.Peter Eisentraut2006-05-226-42/+51
* Remove mention of pg_upgrade in release checklist.Bruce Momjian2006-05-211-2/+0
* Modify libpq's string-escaping routines to be aware of encoding considerationsTom Lane2006-05-215-45/+190
* Add a new GUC parameter backslash_quote, which determines whether the SQLTom Lane2006-05-214-3/+61
* Change the backend to reject strings containing invalidly-encoded multibyteTom Lane2006-05-2131-932/+1527
* Add last-vacuum/analyze-time columns to the stats collector, both manual andAlvaro Herrera2006-05-197-10/+135
* Call MarkBufferDirty() before XLogInsert() during completion of insertTeodor Sigaev2006-05-191-4/+6
* Simplify gistSplit() and some refactoring related code.Teodor Sigaev2006-05-194-203/+168
* Have autovacuum report its activities to the stat collector.Alvaro Herrera2006-05-194-12/+96
* Fix typo in comment.Alvaro Herrera2006-05-191-2/+2
* Fix Solaris/ASM test for x86.Bruce Momjian2006-05-191-2/+2
* Rework completion of incomplete inserts. Now it writesTeodor Sigaev2006-05-192-106/+184
* Mention packager bumps configure.in/configure.Bruce Momjian2006-05-191-2/+2
* Use unsigned into for slock_t for pre-sparcv8plus.Bruce Momjian2006-05-181-1/+6
* Fix choose_bitmap_and() so that partial index predicates are considered whenTom Lane2006-05-181-9/+10