summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Second try committing the path changes.Michael Meskes2006-08-2931-55/+59
* Removed debug option from pg_regress call.Michael Meskes2006-08-2931-58/+58
* Fixed parser and library to allow empty database names.Michael Meskes2006-08-2940-160/+257
* Revert change to turn autovacuum on by default.Peter Eisentraut2006-08-292-15/+15
* Only call log_after_parse() if necessary.Bruce Momjian2006-08-291-2/+4
* Now bind displays prepare as detail, and execute displays prepare andBruce Momjian2006-08-296-56/+76
* Fix pgstat_report_waiting() to not dump core if called beforeTom Lane2006-08-281-10/+9
* Partial fix for ecpg's VPATH problems. It compiles and successfullyTom Lane2006-08-289-641/+666
* Tweak trivial_subqueryscan() to consider a SubqueryScan's targetlistTom Lane2006-08-281-8/+24
* Turn autovacuum on by default. (stats_row_level is also on by default.)Peter Eisentraut2006-08-282-15/+15
* Add new return codes SPI_OK_INSERT_RETURNING etc to the SPI API.Tom Lane2006-08-276-42/+53
* Add some notes about why it's not a bug that RI_FKey_check callsTom Lane2006-08-271-4/+14
* Add a function GetLockConflicts() to lock.c to report xacts holdingTom Lane2006-08-273-32/+129
* Move xact.c's partial support for Lists of TransactionIds into pg_list.h.Tom Lane2006-08-272-10/+13
* - Enabled single-quoted connection targets.Michael Meskes2006-08-2711-106/+336
* Make saveHistory work properly on OS X when HISTFILE is set to /dev/null.Tom Lane2006-08-271-2/+9
* Changed double output.Michael Meskes2006-08-263-16/+16
* Add the ability to create indexes 'concurrently', that is, withoutTom Lane2006-08-2528-127/+870
* Synced parserMichael Meskes2006-08-242-1/+4
* Needed more stuff from c.h.Michael Meskes2006-08-243-2/+32
* Fixed of by one variable size.Michael Meskes2006-08-245-21/+25
* Need more defines in ecpg_config.h, patch sent by Rocco Altier <RoccoA@Routes...Michael Meskes2006-08-241-0/+6
* Add some debug logging code to AllocateFile's failure path to log theTom Lane2006-08-241-1/+15
* Optimize the case where a btree indexscan has current and mark positionsTom Lane2006-08-243-26/+67
* Somehow my version compiled but the change didn't make it to CVS.Michael Meskes2006-08-231-2/+2
* Argh, forgot the new file yet again.Michael Meskes2006-08-231-0/+4
* Replaced double-quote-fix with a hopefully better version.Michael Meskes2006-08-2319-249/+251
* Descriptor values were quoted twice.Michael Meskes2006-08-229-33/+46
* In new "invalid byte sequence" error hint, call it "error", notBruce Momjian2006-08-221-2/+2
* Add hint for "invalid byte sequence for encoding" error message,Bruce Momjian2006-08-221-2/+5
* Ooops, ldap fix for win32 broke the non-win32 case.Tom Lane2006-08-221-6/+5
* Fix encrypted-LDAP support so that it doesn't cause the server to failTom Lane2006-08-211-6/+36
* Minor code rearrangement to save a few cycles in RI_FKey_check whenTom Lane2006-08-211-13/+13
* Make the server track an 'XID epoch', that is, maintain higher-order bitsTom Lane2006-08-215-37/+156
* Fixed a few memory leaks. One indeed was part of a loop.Michael Meskes2006-08-211-1/+4
* Fix all known problems with pg_dump's handling of serial sequencesTom Lane2006-08-2123-321/+482
* Fix DROP OWNED BY to correctly consider the implicitly-deleted objects list forAlvaro Herrera2006-08-203-116/+270
* Fixed a few trivial memory leaks reported by Coverity just to test my setup.Michael Meskes2006-08-201-1/+7
* Added another testMichael Meskes2006-08-195-0/+491
* More SoC stuffMichael Meskes2006-08-1918-240/+308
* Suppress subquery pullup/pushdown when a subquery contains volatileTom Lane2006-08-192-2/+22
* Add a 'waiting' column to pg_stat_activity to carry the same informationTom Lane2006-08-198-11/+69
* Add PQdescribePrepared, PQdescribePortal, and related functions to libpqTom Lane2006-08-185-10/+310
* Fixed a buffer overrun that was masked on Linux systems.Michael Meskes2006-08-184-36/+40
* Now that we've rearranged relation open to get a lock before touchingTom Lane2006-08-188-89/+151
* Changed lexer to no longer use the default rule.Michael Meskes2006-08-186-46/+55
* Update Win32 CMD quoting rules information location, CMD /?, fromBruce Momjian2006-08-181-2/+2
* Implement archive_timeout feature to force xlog file switches to occur no moreTom Lane2006-08-178-30/+195
* Fix an oversight in mergejoin planning: the planner would reject aTom Lane2006-08-171-5/+10
* Teach convert_subquery_pathkeys() to handle the case where theTom Lane2006-08-171-27/+61