summaryrefslogtreecommitdiff
path: root/src/port
AgeCommit message (Expand)Author
2010-12-16Remove optreset from src/port/ implementations of getopt and getopt_long.Tom Lane
2010-12-16Avoid clobbering errno, per comment from Tom.Alvaro Herrera
2010-12-16Fix inconsequential FILE pointer leakageAlvaro Herrera
2010-12-16Add some minor missing error checksAlvaro Herrera
2010-12-11Move a couple of initdb's subroutines into src/port/.Tom Lane
2010-11-26Fix portability issues in new src/port/inet_net_ntop.c file.Tom Lane
2010-11-25Fix getaddrinfo() in pgport to use proper parameters, as detected byBruce Momjian
2010-11-24When reporting the server as not responding, if the hostname wasBruce Momjian
2010-10-29Fix comparisons of pointers with zero to compare with NULL instead.Tom Lane
2010-09-22Convert cvsignore to gitignore, and add .gitignore for build targets.Magnus Hagander
2010-09-20Remove cvs keywords from all files.Magnus Hagander
2010-09-07Modify pg_upgrade to set/restore all environment variables related toBruce Momjian
2010-08-19Remove extra newlines at end and beginning of files, add missing newlinesPeter Eisentraut
2010-07-09Stamp HEAD as 9.1devel.Tom Lane
2010-07-06pgindent run for 9.0, second runBruce Momjian
2010-07-02Move copydir.c from src/port to src/backend/storage/fileRobert Haas
2010-07-01Allow copydir() to be interrupted.Robert Haas
2010-05-15Use __bsdi__ consistently.Bruce Momjian
2010-05-06Code page for EUC-KR is surely 51949.Itagaki Takahiro
2010-04-28Add CP949 as an alias for UHC encoding. pg_get_encoding_from_locale()Itagaki Takahiro
2010-04-02Update a number of broken links in comments.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-26pgindent run for 9.0Bruce Momjian
2010-02-23Some platforms reject fsync() on files opened O_RDONLY.Tom Lane
2010-02-22Let's try forcing errno to zero before issuing fsync. The current buildfarmTom 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-17Stamp HEAD as 9.0devel, and update various places that were referring to 8.5Tom Lane
2010-02-15Temporarily disable fsyncing the database directory in CREATE DATABASEGreg Stark
2010-02-15remove an unused variable 'dirfd'.Itagaki Takahiro
2010-02-15Speed up CREATE DATABASE by deferring the fsyncs until after copyingGreg Stark
2010-02-14Make CREATE DATABASE safe against losing whole files by fsyncing theGreg Stark
2010-02-06Avoid changing the sign of zero. Per buildfarm failures.Tom Lane
2010-02-05Rewrite rint() to enable removal of copyright mention; patch fromBruce Momjian
2010-01-31Remove now unnecessary loop around CallNamedPipe().Magnus Hagander
2010-01-14Simplify validate_exec() by using access(2) to check file permissions,Tom Lane
2010-01-10Create typedef pgsocket for storing socket descriptors.Magnus Hagander
2010-01-02Update copyright for the year 2010.Bruce Momjian
2010-01-02Fix cast for _open_osfhandle().Magnus Hagander
2010-01-01Make the win32 putenv() override update *all* present versions of theMagnus Hagander
2009-12-27Remove now unreferenced variable.Magnus Hagander
2009-12-27If the MSVCRT module is not found in the current binary, proceed to updateMagnus Hagander
2009-11-14Add inheritable ACE when creating a restricted token for execution onMagnus Hagander
2009-11-12Check for C/POSIX before assuming that nl_langinfo or win32_langinfoTom Lane
2009-11-12Make initdb behave sanely when the selected locale has codeset "US-ASCII".Tom Lane
2009-09-13Don't error out if recycling or removing an old WAL segment fails at the endHeikki Linnakangas
2009-08-26Update of install-sh, mkinstalldirs, and associated configuryPeter Eisentraut
2009-07-27Fix minor memory leak in Win32 SID handling functions. Not a big issueMagnus Hagander