Commit Graph

41 Commits (c3e0ddd403d74b161cd83cdccbb0adc45788934f)

Author SHA1 Message Date
Bruce Momjian 807b9e0dff pgindent run for 9.5 11 years ago
Heikki Linnakangas 4f700bcd20 Reorganize our CRC source files again. 11 years ago
Fujii Masao 8c8a886268 Add palloc_extended for frontend and backend. 11 years ago
Robert Haas 4cd639baf4 Revert "psql: fix \connect with URIs and conninfo strings" 11 years ago
Alvaro Herrera fcef161729 psql: fix \connect with URIs and conninfo strings 11 years ago
Andrew Dunstan fa1e5afa8a Run pg_upgrade and pg_resetxlog with restricted token on Windows 11 years ago
Noah Misch 424793fa5d Unlink static libraries before rebuilding them. 11 years ago
Heikki Linnakangas 025c02420d Speed up CRC calculation using slicing-by-8 algorithm. 11 years ago
Heikki Linnakangas c619c2351f Move pg_crc.c to src/common, and remove pg_crc_tables.h 11 years ago
Fujii Masao 40bede5477 Move pg_lzcompress.c to src/common. 11 years ago
Tom Lane 080eabe2e8 Fix libpq's behavior when /etc/passwd isn't readable. 11 years ago
Noah Misch 894459e59f On Darwin, detect and report a multithreaded postmaster. 11 years ago
Bruce Momjian 4baaf863ec Update copyright for 2015 11 years ago
Andres Freund ccb161b66a Add pg_string_endswith as the start of a string helper library in src/common. 11 years ago
Tom Lane 966115c305 Temporarily revert "Move pg_lzcompress.c to src/common." 11 years ago
Fujii Masao 60838df922 Move pg_lzcompress.c to src/common. 11 years ago
Peter Eisentraut f25e0bf5e0 Small message fixes 12 years ago
Bruce Momjian 0a78320057 pgindent run for 9.4 12 years ago
Tom Lane 2d00190495 Rationalize common/relpath.[hc]. 12 years ago
Tom Lane 528c454b2a Don't #include utils/palloc.h in common/fe_memutils.h. 12 years ago
Tom Lane b777be0d48 Un-break peer authentication. 12 years ago
Bruce Momjian 1494931d73 Remove MinGW readdir/errno bug workaround fixed on 2003-10-10 12 years ago
Bruce Momjian 6f03927fce Properly check for readdir/closedir() failures 12 years ago
Bruce Momjian 242c2737fb C comments: remove odd blank lines after #ifdef WIN32 lines 12 years ago
Tom Lane 01824385ae Prevent potential overruns of fixed-size buffers. 12 years ago
Tom Lane 571addd729 Fix unsafe references to errno within error messaging logic. 12 years ago
Tom Lane 0d79c0a8cc Make various variables const (read-only). 12 years ago
Bruce Momjian 111022eac6 Move username lookup functions from /port to /common 12 years ago
Bruce Momjian 7e04792a1c Update copyright for 2014 12 years ago
Tom Lane 3147acd63e Use improved vsnprintf calling logic in more places. 12 years ago
Tom Lane 2c66f9924c Replace pg_asprintf() with psprintf(). 12 years ago
Tom Lane 09a89cb5fc Get rid of use of asprintf() in favor of a more portable implementation. 12 years ago
Peter Eisentraut 2e6bc4b806 Move rmtree() from libpgport to libpgcommon 12 years ago
Peter Eisentraut ba7c5975ad Move pgfnames() from libpgport to libpgcommon 12 years ago
Peter Eisentraut f39418e9b3 Switch dependency order of libpgcommon and libpgport 12 years ago
Peter Eisentraut 5b6d08cd29 Add use of asprintf() 12 years ago
Bruce Momjian 9af4159fce pgindent run for release 9.3 13 years ago
Alvaro Herrera a730183926 Move relpath() to libpgcommon 13 years ago
Alvaro Herrera 0e81ddde2c Rename "string" pstrdup argument to "in" 13 years ago
Alvaro Herrera 0f980b0e17 Don't build libpgcommon_srv.a just yet 13 years ago
Alvaro Herrera 8396447cdb Create libpgcommon, and move pg_malloc et al to it 13 years ago