summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2010-03-03Export xml.c's libxml-error-handling support so that contrib/xml2 can use itTom Lane
2010-03-03Make iconv work like other optional libraries for MSVC.Andrew Dunstan
2010-03-03Instead of trying (and failing) to allow <<label>> at the end of a DECLARETom Lane
2010-03-02Add missing library and include dir for XSLT in MSVC buildsAndrew Dunstan
2010-03-02Do not run regression tests for contrib/xml2 on MSVC unless building with XMLAndrew Dunstan
2010-03-02Cause plpgsql to throw an error if "INTO rowtype_var" is followed by a comma.Tom Lane
2010-03-02Add XSLT defines for MSVC buildsAndrew Dunstan
2010-03-01Fix translation of strings in psql \d output (translation in headers worked,Heikki Linnakangas
2010-03-01Fix numericlocale psql option when used with a null string and latex and troffHeikki Linnakangas
2010-03-01It's clearly now pointless to do backwards compatible parsing of this,Magnus Hagander
2010-03-01Buildfarm still unhappy, so I'll bet it's EACCES not EPERM.Tom Lane
2010-03-01add EPERM to the list of return codes to expect from opening directories base...Greg Stark
2010-02-28Second try at fsyncing directories in CREATE DATABASE. Let's see what the bui...Greg Stark
2010-02-27Make sure ecpg uses the same header files in the same order as the backend.Michael Meskes
2010-02-27Insert a hack into get_float8_nan (both core and ecpg copies) to deal withTom Lane
2010-02-27Back out unintended change to pg_locale.c.Bruce Momjian
2010-02-27Document ATAPI FLUSH CACHE EXT.Bruce Momjian
2010-02-27Undo some more pgindent breakage. Per buildfarm.Tom Lane
2010-02-26Suggest gmake installcheck-world for pgindent testing.Bruce Momjian
2010-02-26Revert pgindent changes to ecpg include files that are part of ecpgBruce Momjian
2010-02-26Wording improvements to README.Bruce Momjian
2010-02-26Update pgindent docs to use maintainer-clean.Bruce Momjian
2010-02-26Document why pgindent wants a fresh CVS checkout.Bruce Momjian
2010-02-26In vacuumdb --help, call analyze "statistics", not "hints".Bruce Momjian
2010-02-26Call output file typedefs.list; update README.Bruce Momjian
2010-02-26Update pgindent instructions.Bruce Momjian
2010-02-26pgindent run for 9.0Bruce Momjian
2010-02-26Add pgindent typedefs file to CVS.Bruce Momjian
2010-02-26Update pgindent instructions to avoid changes to flex output files.Bruce Momjian
2010-02-25Allow predicate_refuted_by() to deduce that NOT A refutes A.Tom Lane
2010-02-25Add C comment that do_to_timestamp() lacks error checking.Bruce Momjian
2010-02-25Add configuration parameter ssl_renegotiation_limit to controlMagnus Hagander
2010-02-25Fix streaming replication starting at the very first WAL segment.Heikki Linnakangas
2010-02-25Make pg_stop_backup's reporting a bit more verbose in hopes of makingTom Lane
2010-02-24Fix patch for printing backend and pg_dump versions so that it works inTom Lane
2010-02-24Un-break pg_dump for the case of zero-column tables.Tom Lane
2010-02-24Use CREATE OR REPLACE LANGUAGE in pg_dump to avoid the need for a couple ofTom Lane
2010-02-24Make pg_regress use CREATE OR REPLACE LANGUAGE, so that --load-languageTom Lane
2010-02-23Add an OR REPLACE option to CREATE LANGUAGE.Tom Lane
2010-02-23Have pg_dump (-v) verbose mode output the pg_dump and server versions inBruce Momjian
2010-02-23Minor style policing for error messages in pg_dump tar code. Notably, changeTom Lane
2010-02-23Revert recent change of to_char('HH12') handling for intervals; insteadBruce Momjian
2010-02-23Secondary patch to fix interval to_char() for "HH" where hours >= 12.Bruce Momjian
2010-02-23Some platforms reject fsync() on files opened O_RDONLY.Tom Lane
2010-02-23Supress convertion of zero hours to '12' for intervals when usingBruce Momjian
2010-02-22Let's try forcing errno to zero before issuing fsync. The current buildfarmTom Lane
2010-02-22Adjust pg_fsync_writethrough so that it will set errno when failingTom Lane
2010-02-22Fix multiple copy and paste-o's. No wonder this code didn't work.Tom Lane
2010-02-22Oops, don't forget to rewind the directory before scanning it to fsync files ...Greg Stark
2010-02-20Clean up handling of XactReadOnly and RecoveryInProgress checks.Tom Lane