| Commit message (Expand) | Author | Age | Files | Lines |
| * | Revert error-throwing wrappers for the printf family of functions. | Tom Lane | 2015-05-19 | 1 | -1/+1 |
| * | Add error-throwing wrappers for the printf family of functions. | Noah Misch | 2015-05-18 | 1 | -1/+1 |
| * | Use Intel SSE 4.2 CRC instructions where available. | Heikki Linnakangas | 2015-04-14 | 1 | -2/+6 |
| * | Reorganize our CRC source files again. | Heikki Linnakangas | 2015-04-14 | 1 | -1/+1 |
| * | Build src/port/dirmod.c only on Windows. | Tom Lane | 2015-03-14 | 1 | -1/+1 |
| * | Build fls.o only when AC_REPLACE_FUNCS so dictates via $(LIBOBJS). | Noah Misch | 2015-03-07 | 1 | -1/+1 |
| * | Unlink static libraries before rebuilding them. | Noah Misch | 2015-03-01 | 1 | -0/+2 |
| * | Move pg_crc.c to src/common, and remove pg_crc_tables.h | Heikki Linnakangas | 2015-02-09 | 1 | -1/+1 |
| * | Move username lookup functions from /port to /common | Bruce Momjian | 2014-01-10 | 1 | -1/+1 |
| * | Fix incorrect error message reported for non-existent users | Bruce Momjian | 2013-12-18 | 1 | -1/+1 |
| * | Switch dependency order of libpgcommon and libpgport | Peter Eisentraut | 2013-10-17 | 1 | -3/+2 |
| * | Move pqsignal() to libpgport. | Tom Lane | 2013-03-17 | 1 | -1/+2 |
| * | Add support for piping COPY to/from an external program. | Heikki Linnakangas | 2013-02-27 | 1 | -1/+2 |
| * | Centralize single quote escaping in src/port/quotes.c | Magnus Hagander | 2013-01-05 | 1 | -1/+1 |
| * | Unify some tar functionality across different parts | Magnus Hagander | 2013-01-01 | 1 | -1/+1 |
| * | Fix dependency tracking for src/port/%_srv.o files | Peter Eisentraut | 2012-05-08 | 1 | -1/+8 |
| * | Simplify makefile rule | Peter Eisentraut | 2012-04-29 | 1 | -2/+1 |
| * | Move CRC tables to libpgport, and provide them in a separate include file. | Tom Lane | 2012-02-28 | 1 | -2/+2 |
| * | Attempt to fix MSVC builds and other fls-related breakage. | Robert Haas | 2012-02-09 | 1 | -1/+1 |
| * | Make pgbench use erand48() rather than random(). | Robert Haas | 2011-08-03 | 1 | -2/+2 |
| * | Move pipe.c into the backend. | Robert Haas | 2011-02-04 | 1 | -4/+0 |
| * | Use $(MAKE) rather than make. | Robert Haas | 2011-02-04 | 1 | -1/+1 |
| * | Make handling of errcodes.h more consistent with other generated headers. | Robert Haas | 2011-02-04 | 1 | -0/+7 |
| * | Move a couple of initdb's subroutines into src/port/. | Tom Lane | 2010-12-10 | 1 | -4/+6 |
| * | When reporting the server as not responding, if the hostname was | Bruce Momjian | 2010-11-24 | 1 | -1/+1 |
| * | Remove cvs keywords from all files. | Magnus Hagander | 2010-09-20 | 1 | -1/+1 |
| * | Move copydir.c from src/port to src/backend/storage/file | Robert Haas | 2010-07-02 | 1 | -2/+2 |
| * | Update of install-sh, mkinstalldirs, and associated configury | Peter Eisentraut | 2009-08-26 | 1 | -2/+2 |
| * | Omit src/port/pipe.c on non-Windows platforms. It's useless and draws | Tom Lane | 2008-11-25 | 1 | -3/+7 |
| * | Added --htmldir option to pg_config, equivalent to the new configure option. | Peter Eisentraut | 2008-02-18 | 1 | -1/+2 |
| * | Change initdb and CREATE DATABASE to actively reject attempts to create | Tom Lane | 2007-09-28 | 1 | -15/+18 |
| * | Replace useless uses of := by = in makefiles. | Peter Eisentraut | 2007-02-09 | 1 | -2/+2 |
| * | Add dependency to fix parallel-make race condition. Alexander Dupuy | Tom Lane | 2006-07-14 | 1 | -1/+3 |
| * | Add comment about the use of pg_config_paths.h. | Bruce Momjian | 2006-06-26 | 1 | -1/+5 |
| * | Build server libpgport with all non-FRONTEND object files. This is to | Bruce Momjian | 2006-05-08 | 1 | -14/+4 |
| * | Allow installation into directories containing spaces in the name. | Peter Eisentraut | 2005-12-09 | 1 | -4/+7 |
| * | Fix problems with PGXS builds against an installation tree that was | Tom Lane | 2005-09-27 | 1 | -1/+3 |
| * | No server version of snprintf needed, so remove Makefile rule. | Bruce Momjian | 2005-08-12 | 1 | -4/+1 |
| * | Reverse out changes to canonicalize_path(), per suggestion from Tom. | Bruce Momjian | 2005-08-12 | 1 | -3/+2 |
| * | Modify canonicalize_path() so if we would return a trailing "..", throw | Bruce Momjian | 2005-08-12 | 1 | -2/+3 |
| * | Department of second thoughts. Remove FRONTEND from snprintf.c because | Bruce Momjian | 2005-03-20 | 1 | -2/+1 |
| * | Fix typo in Makefile. | Bruce Momjian | 2005-03-20 | 1 | -2/+2 |
| * | Another change for FRONTEND snprintf.c. | Bruce Momjian | 2005-03-20 | 1 | -1/+4 |
| * | Mark snprintf.c as a file that uses FRONTEND and needs to a version in | Bruce Momjian | 2005-03-20 | 1 | -1/+2 |
| * | Add a missing dependency: the "install" target requires "all" to have | Neil Conway | 2004-10-27 | 1 | -2/+2 |
| * | please find attached an alternate submission which addresses open item | Bruce Momjian | 2004-10-06 | 1 | -2/+2 |
| * | Make libpgport be front-end only and make libpgport_srv be a backend | Bruce Momjian | 2004-10-04 | 1 | -7/+42 |
| * | > Am Dienstag, 17. August 2004 14:26 schrieb Fabien COELHO: | Bruce Momjian | 2004-08-28 | 1 | -3/+3 |
| * | > Please find enclose a submission to fix these problems. | Bruce Momjian | 2004-08-20 | 1 | -1/+8 |
| * | Create a C version of pg_config. | Bruce Momjian | 2004-08-01 | 1 | -1/+3 |