aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
...
* Two more changes to regression tests to fix two differences in different setups.Michael Meskes2006-08-05
* Fix references to the Options section in the pgcrypto documentation.Neil Conway2006-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
* Fix inadequate quoting in test for AIX xlc.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
* Slight wording improvement in documentation.Bruce Momjian2006-08-04
* Add missing ecpg function prototype needed when in threaded mode ---Bruce Momjian2006-08-04
* Add URL for terminate backend test: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
* Fix documentation error: GRANT/REVOKE for roles only accept role namesTom 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
* Update:Bruce Momjian2006-08-02
* Add:Bruce Momjian2006-08-02
* Done:Bruce Momjian2006-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
* Editorialize a bit on the recent patch, reverting to the original versionsAlvaro Herrera2006-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
* Done:Bruce Momjian2006-08-01
* Remove TODO.detail/pg_dump.Bruce Momjian2006-08-01
* Allow multiple -n (schema) and -t (table) pg_dump options, and add -TBruce Momjian2006-08-01