aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
...
* Make the psql line counter 64-bit so it can handle files > 4gig lines.Bruce Momjian2006-08-11
* Add Neil's presentation to FAQ_DEV.Bruce Momjian2006-08-11
* Fix typo.Alvaro Herrera2006-08-11
* Update for company URL.Bruce Momjian2006-08-11
* Add URLsBruce Momjian2006-08-11
* Fix UNION/INTERSECT/EXCEPT so that when two inputs being merged haveTom Lane2006-08-10
* Return inline to win32.h because code was OK, but keep additionalBruce Momjian2006-08-10
* Move "#define inline __inline" from port/win32.h to c.h because Win32Bruce Momjian2006-08-10
* Fix display of log duration so it is milliseconds.microseconds "ms".Bruce Momjian2006-08-10
* Fix inadequate makefile-fu in ecpg regression tests. I think thisTom Lane2006-08-09
* Round microseconds on setitimer upwards.Bruce Momjian2006-08-09
* On Win32, make minimum setitimer() sleep be 1ms, so sleeps < 1ms aren'tBruce Momjian2006-08-09
* Add URL for typmod:Bruce Momjian2006-08-09
* Fix statement_timeout on Win32 so that it properly treats micro-secondsBruce Momjian2006-08-09
* Formatting improvement.Bruce Momjian2006-08-09
* Add URL:Bruce Momjian2006-08-09
* Add TODO items we don't want (Idea from Josh Berkus)Bruce Momjian2006-08-09
* Update packages:Bruce Momjian2006-08-09
* Fixed some memory bugs that somehow reappeared.Michael Meskes2006-08-09
* Fixed error handling in numeric conversion (Joachim).Michael Meskes2006-08-09
* Suppress MSVC warnings about weak functions by usingBruce Momjian2006-08-09
* Update packages description:Bruce Momjian2006-08-09
* Update packages:Bruce Momjian2006-08-08
* Fix win32.mak for config cleanup.Bruce Momjian2006-08-08
* Update:Bruce Momjian2006-08-08
* Fix 'make clean' for change of regression.diffs file name.Tom Lane2006-08-08
* Add a feature for automatic initialization and finalization of dynamicallyTom Lane2006-08-08
* Reverse order of performance guides so powerpostgresql is first.Bruce Momjian2006-08-08
* Add detail on packages:Bruce Momjian2006-08-08
* Add package item:Bruce Momjian2006-08-08
* Fix definition of "errcode" for MSVC.Bruce Momjian2006-08-08
* Done:Bruce Momjian2006-08-08
* Fix bug introduced by last patch, thanks again to Mario Weilguni <mweilguni@s...Teodor Sigaev2006-08-08
* Cleaned up log output a little bit more.Michael Meskes2006-08-08
* Clarified COPY FROM STDIN in ecpg todoMichael Meskes2006-08-08
* Made parser check for valid copy to/from stdin/stdout combinations.Michael Meskes2006-08-08
* Done:Bruce Momjian2006-08-08
* For protocol-level prepare/bind/execute:Bruce Momjian2006-08-08
* Put back another improperly-removed #include.Tom Lane2006-08-07
* On some platforms, pg_usleep isn't interruptible by signals; fixTom Lane2006-08-07
* fix bug about modifying value in shared buffer,Teodor Sigaev2006-08-07
* Make recovery from WAL be restartable, by executing a checkpoint-likeTom Lane2006-08-07
* Joachim fixed some bugs in numeric handling in pgtypeslib.Michael Meskes2006-08-07
* Tweak sanity_check regression test to display more tables (viz, thoseTom Lane2006-08-06
* Add support for forcing a switch to a new xlog file; cause such a switchTom Lane2006-08-06
* Use better named loop variable for large loop, rather than 'i'.Bruce Momjian2006-08-06
* Fix inheritance_planner() to delete dummy subplans from its Append planTom Lane2006-08-05
* 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