aboutsummaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAge
* Two more changes to regression tests to fix two differences in different setups.Michael Meskes2006-08-05
* Extend relation_excluded_by_constraints() to check for mutuallyTom Lane2006-08-05
* Teach predicate_refuted_by() how to do proofs involving NOT-clauses.Tom Lane2006-08-05
* Add some blank lines for formatting.Bruce Momjian2006-08-04
* Fix domain_in() bug exhibited by Darcy Buskermolen. The idea of an EStateTom Lane2006-08-04
* #ifdef fix for MSVC builds of libpq.Bruce Momjian2006-08-04
* Improve logging of protocol-level prepared statements.Bruce Momjian2006-08-04
* Fix bug in new pg_dump -T/-N handling that was dumping system schemas ifBruce Momjian2006-08-04
* Remove redeclaration of struct sqlca_t --- unnecessary and provokesTom Lane2006-08-04
* Fix missing 'static' keywords --- some compilers gripe about this.Tom Lane2006-08-04
* 'make clean' must remove the create subdirectories results/ and log/,Tom Lane2006-08-04
* Teach eval_const_expressions to simplify BooleanTest nodes that haveTom Lane2006-08-04
* Regression test updates and fixesMichael Meskes2006-08-04
* Add missing ecpg function prototype needed when in threaded mode ---Bruce Momjian2006-08-04
* Add some basic tests of GUC behavior.Tom Lane2006-08-04
* Cause ALTER TABLE to perform ALTER COLUMN DROP DEFAULT operations duringTom Lane2006-08-03
* Remove use of a regex character class in resultmap (for freebsd versionTom Lane2006-08-03
* Fix AfterTriggerExecute() to pass tg_trigtuple and tg_newtuple as NULLsTom Lane2006-08-03
* Add missing pgstat_count_index_scan(), per Andreas Seltenreich.Tom Lane2006-08-03
* A few regression tests for VALUES, from Gavin Sherry.Tom Lane2006-08-03
* Removed compiler warningsMichael Meskes2006-08-03
* Applied test suite update by Joachim Wieland <joe@mcknight.de>.Michael Meskes2006-08-03
* Move 'ddl' right after 'none' in postgresql.conf. It used to be betweenBruce Momjian2006-08-02
* Fix logic to prevent pg_dump from dumping system schemas; bug introducedBruce Momjian2006-08-02
* remove extraneous space after -L flag.Andrew Dunstan2006-08-02
* Arrange for ValuesScan to keep per-sublist expression eval state in aTom Lane2006-08-02
* And finally the MakefilesMichael Meskes2006-08-02
* Wups, got the test for contain_vars_of_level-not-needed wrong inTom Lane2006-08-02
* Hopefully that's it. The remaining files for ecpg regression tests.Michael Meskes2006-08-02
* Add a HINT per suggestion from Michael Glaesemann. Also, tweak OLD/NEWTom Lane2006-08-02
* Some more regression test filesMichael Meskes2006-08-02
* One more file to removeMichael Meskes2006-08-02
* Removed old test filesMichael Meskes2006-08-02
* ynced parser and keyword list.Michael Meskes2006-08-02
* Add support for multi-row VALUES clauses as part of INSERT statementsJoe Conway2006-08-02
* Fix bug I introduced while cleaning up pg_dump -t/-n patch.Bruce Momjian2006-08-01
* Add support for loadable modules to allocated shared memory andBruce Momjian2006-08-01
* Add pg_dump -X no-data-for-failed-tables option to suppress loading dataBruce Momjian2006-08-01
* Allow multiple -n (schema) and -t (table) pg_dump options, and add -TBruce Momjian2006-08-01
* Remove extra argument to printf().Bruce Momjian2006-08-01
* have pg_regress fall back on testing with the canonical results file if anAndrew Dunstan2006-08-01
* Change the relation_open protocol so that we obtain lock on a relationTom Lane2006-07-31
* Added missing ECPGget_sqlca() callMichael Meskes2006-07-31
* First small patches needed for regression testsMichael Meskes2006-07-31
* Change the bootstrap sequence so that toast tables for system catalogs areTom Lane2006-07-31
* Fix a couple of comments.Tom Lane2006-07-30
* Replaced $Header$ by $§PosgreSQL$Michael Meskes2006-07-30
* Added missing $Header$ entries.Michael Meskes2006-07-30
* Modify snapshot definition so that lazy vacuums are ignored by otherAlvaro Herrera2006-07-30
* Fix WIN32 wait() return value macros to be accurate, particularlyBruce Momjian2006-07-30