summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Cleaned up log output a little bit more.Michael Meskes2006-08-085-11/+42
* Made parser check for valid copy to/from stdin/stdout combinations.Michael Meskes2006-08-0833-714/+748
* For protocol-level prepare/bind/execute:Bruce Momjian2006-08-086-22/+57
* Put back another improperly-removed #include.Tom Lane2006-08-071-1/+2
* On some platforms, pg_usleep isn't interruptible by signals; fixTom Lane2006-08-071-9/+11
* Make recovery from WAL be restartable, by executing a checkpoint-likeTom Lane2006-08-0712-115/+273
* Joachim fixed some bugs in numeric handling in pgtypeslib.Michael Meskes2006-08-0723-361/+825
* Tweak sanity_check regression test to display more tables (viz, thoseTom Lane2006-08-062-72/+142
* Add support for forcing a switch to a new xlog file; cause such a switchTom Lane2006-08-065-53/+411
* Use better named loop variable for large loop, rather than 'i'.Bruce Momjian2006-08-061-10/+14
* Fix inheritance_planner() to delete dummy subplans from its Append planTom Lane2006-08-051-14/+62
* Two more changes to regression tests to fix two differences in different setups.Michael Meskes2006-08-056-6/+6
* Extend relation_excluded_by_constraints() to check for mutuallyTom Lane2006-08-051-6/+43
* Teach predicate_refuted_by() how to do proofs involving NOT-clauses.Tom Lane2006-08-051-4/+74
* Add some blank lines for formatting.Bruce Momjian2006-08-041-1/+4
* Fix domain_in() bug exhibited by Darcy Buskermolen. The idea of an EStateTom Lane2006-08-044-32/+105
* #ifdef fix for MSVC builds of libpq.Bruce Momjian2006-08-041-2/+2
* Improve logging of protocol-level prepared statements.Bruce Momjian2006-08-041-9/+11
* Fix bug in new pg_dump -T/-N handling that was dumping system schemas ifBruce Momjian2006-08-041-4/+12
* Remove redeclaration of struct sqlca_t --- unnecessary and provokesTom Lane2006-08-041-3/+1
* Fix missing 'static' keywords --- some compilers gripe about this.Tom Lane2006-08-041-3/+3
* 'make clean' must remove the create subdirectories results/ and log/,Tom Lane2006-08-041-4/+2
* Teach eval_const_expressions to simplify BooleanTest nodes that haveTom Lane2006-08-041-1/+53
* Regression test updates and fixesMichael Meskes2006-08-0428-11636/+164
* Add missing ecpg function prototype needed when in threaded mode ---Bruce Momjian2006-08-041-1/+4
* Add some basic tests of GUC behavior.Tom Lane2006-08-044-4/+222
* Cause ALTER TABLE to perform ALTER COLUMN DROP DEFAULT operations duringTom Lane2006-08-031-2/+2
* Remove use of a regex character class in resultmap (for freebsd versionTom Lane2006-08-031-1/+1
* Fix AfterTriggerExecute() to pass tg_trigtuple and tg_newtuple as NULLsTom Lane2006-08-031-26/+19
* Add missing pgstat_count_index_scan(), per Andreas Seltenreich.Tom Lane2006-08-031-1/+4
* A few regression tests for VALUES, from Gavin Sherry.Tom Lane2006-08-036-0/+136
* Removed compiler warningsMichael Meskes2006-08-039-154/+162
* Applied test suite update by Joachim Wieland <joe@mcknight.de>.Michael Meskes2006-08-0327-354/+552
* Move 'ddl' right after 'none' in postgresql.conf. It used to be betweenBruce Momjian2006-08-021-1/+1
* Fix logic to prevent pg_dump from dumping system schemas; bug introducedBruce Momjian2006-08-021-18/+27
* remove extraneous space after -L flag.Andrew Dunstan2006-08-021-1/+1
* Arrange for ValuesScan to keep per-sublist expression eval state in aTom Lane2006-08-022-73/+87
* And finally the MakefilesMichael Meskes2006-08-024-0/+46
* Wups, got the test for contain_vars_of_level-not-needed wrong inTom Lane2006-08-021-2/+2
* Hopefully that's it. The remaining files for ecpg regression tests.Michael Meskes2006-08-02126-0/+30557
* Add a HINT per suggestion from Michael Glaesemann. Also, tweak OLD/NEWTom Lane2006-08-021-5/+9
* Some more regression test filesMichael Meskes2006-08-024-0/+759
* One more file to removeMichael Meskes2006-08-021-34/+0
* Removed old test filesMichael Meskes2006-08-0220-2432/+0
* ynced parser and keyword list.Michael Meskes2006-08-029-130/+251
* Add support for multi-row VALUES clauses as part of INSERT statementsJoe Conway2006-08-0240-309/+1873
* Fix bug I introduced while cleaning up pg_dump -t/-n patch.Bruce Momjian2006-08-011-4/+2
* Add support for loadable modules to allocated shared memory andBruce Momjian2006-08-016-13/+261
* Add pg_dump -X no-data-for-failed-tables option to suppress loading dataBruce Momjian2006-08-013-3/+26
* Allow multiple -n (schema) and -t (table) pg_dump options, and add -TBruce Momjian2006-08-013-95/+251