Commit Graph

59 Commits (b0779abb3add11d4dd745779dd81ea8ecdd00a1d)

Author SHA1 Message Date
Tom Lane 728ceba938 Avoid leaking FDs after an fsync failure. 9 years ago
Peter Eisentraut f2af8dc5ba Fix compiler warnings 9 years ago
Peter Eisentraut bc34223bc1 pg_basebackup pg_receivexlog: Issue fsync more carefully 9 years ago
Peter Eisentraut bf5bb2e85b Move fsync routines of initdb into src/common/ 9 years ago
Peter Eisentraut e79e6c4da1 Fix CRC check handling in get_controlfile 9 years ago
Peter Eisentraut c1dc51d484 pg_ctl: Detect current standby state from pg_control 9 years ago
Heikki Linnakangas ec136d19b2 Move code shared between libpq and backend from backend/libpq/ to common/. 9 years ago
Tom Lane 052cc223d5 Fix a bunch of places that called malloc and friends with no NULL check. 9 years ago
Robert Haas 4bc424b968 pgindent run for 9.6 10 years ago
Noah Misch 33d3fc5e2a Remove redundant message in AddUserToTokenDacl(). 10 years ago
Noah Misch c22650cd64 Refer to a TOKEN_USER payload as a "token user," not as a "user token". 10 years ago
Tom Lane 2c6af4f442 Move keywords.c/kwlookup.c into src/common/. 10 years ago
Joe Conway 7b077af500 Make get_controlfile() error logging consistent with src/common 10 years ago
Joe Conway dc7d70ea05 Expose control file data via SQL accessible functions. 10 years ago
Tom Lane c7a1c5a6b6 Cosmetic improvements in new config_info code. 10 years ago
Joe Conway a5c43b8869 Add new system view, pg_config 10 years ago
Magnus Hagander e51ab85cd9 Fix typos in comments 10 years ago
Bruce Momjian ee94300446 Update copyright for 2016 10 years ago
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