Commit Graph

22 Commits (ec136d19b21791c845b1deeff43df137add0639e)

Author SHA1 Message Date
Heikki Linnakangas ec136d19b2 Move code shared between libpq and backend from backend/libpq/ to common/. 9 years ago
Tom Lane 2c6af4f442 Move keywords.c/kwlookup.c into src/common/. 10 years ago
Joe Conway dc7d70ea05 Expose control file data via SQL accessible functions. 10 years ago
Joe Conway a5c43b8869 Add new system view, pg_config 10 years ago
Heikki Linnakangas 4f700bcd20 Reorganize our CRC source files again. 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 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
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
Bruce Momjian 111022eac6 Move username lookup functions from /port to /common 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
Alvaro Herrera a730183926 Move relpath() to libpgcommon 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