Commit Graph

186 Commits (4b1742a192a60b9c063fd7e93f5aed7a697bece1)

Author SHA1 Message Date
Magnus Hagander 9f2e211386 Remove cvs keywords from all files. 15 years ago
Tom Lane ee0e525bfc Arrange to fsync the contents of lockfiles (both postmaster.pid and the 15 years ago
Tom Lane ea46000a40 Arrange for client authentication to occur before we select a specific 15 years ago
Bruce Momjian 65e806cba1 pgindent run for 9.0 16 years ago
Robert Haas e26c539e9f Wrap calls to SearchSysCache and related functions using macros. 16 years ago
Tom Lane b9b8831ad6 Create a "relation mapping" infrastructure to support changing the relfilenodes 16 years ago
Bruce Momjian 0239800893 Update copyright for the year 2010. 16 years ago
Tom Lane 62aba76568 Prevent indirect security attacks via changing session-local state within 16 years ago
Alvaro Herrera 2eda8dfb52 Make it possibly to specify GUC params per user and per database. 16 years ago
Tom Lane 8f5500e6bd Make it reasonably safe to use pg_ctl to start the postmaster from a boot-time 16 years ago
Tom Lane 04011cc970 Allow backends to start up without use of the flat-file copy of pg_database. 16 years ago
Bruce Momjian d747140279 8.4 pgindent run, with new combined Linux/FreeBSD/MinGW typedef list 16 years ago
Heikki Linnakangas 1fe5020558 Tell gettext which codeset to use by calling bind_textdomain_codeset(). We 16 years ago
Alvaro Herrera c3b5d2f138 On Windows, call bind_textdomain_codeset on domains other than the default one, 17 years ago
Tom Lane 5993bcaf41 Quiet repeated "loaded library" messages from child backends that are just 17 years ago
Tom Lane 4605d1c98b Allow loadable modules to create PGC_POSTMASTER GUC variables, but only 17 years ago
Bruce Momjian 511db38ace Update copyright for 2009. 17 years ago
Peter Eisentraut 218b4e8dd8 Append major version number and for libraries soname major version number 17 years ago
Alvaro Herrera 2532c54d82 Improve translatability of error messages for external modules by tweaking 17 years ago
Bruce Momjian 39627b1ae6 Remove ipcclean utility command --- didn't work on all Unixes and on 18 years ago
Tom Lane eedb068c0a Make standard maintenance operations (including VACUUM, ANALYZE, REINDEX, 18 years ago
Bruce Momjian 9098ab9e32 Update copyrights in source tree to 2008. 18 years ago
Tom Lane 82a47982f3 Arrange for SET LOCAL's effects to persist until the end of the current top 18 years ago
Tom Lane 2abae34a2e Implement function-local GUC parameter settings, as per recent discussion. 18 years ago
Alvaro Herrera 1820650934 Restructure autovacuum in two processes: a dummy process, which runs 19 years ago
Bruce Momjian 8b4ff8b6a1 Wording cleanup for error messages. Also change can't -> cannot. 19 years ago
Bruce Momjian 29dccf5fe0 Update CVS HEAD for 2007 copyright. Back branches are typically not 19 years ago
Bruce Momjian f99a569a2e pgindent run for 8.2. 19 years ago
Tom Lane d6ac61cd64 Seems some C compilers think 'restrict' is a fully reserved word. 19 years ago
Tom Lane abc3120e9b Add server support for "plugin" libraries that can be used for add-on tasks 19 years ago
Tom Lane b09bfcaa57 Add a feature for automatic initialization and finalization of dynamically 19 years ago
Bruce Momjian e0522505bd Remove 576 references of include files that were not needed. 19 years ago
Bruce Momjian f2f5b05655 Update copyright for 2006. Update scripts. 20 years ago
Peter Eisentraut 86c23a6eb2 Make all command-line options of postmaster and postgres the same. See 20 years ago
Bruce Momjian 44f9021223 Remove BEOS port. 20 years ago
Bruce Momjian 436a2956d8 Re-run pgindent, fixing a problem where comment lines after a blank 20 years ago
Bruce Momjian 1dc3498251 Standard pgindent run for 8.1. 20 years ago
Tom Lane f8d0a82bf9 Avoid an Assert failure if OuterUserId hasn't been set yet during 20 years ago
Tom Lane d42cf5a42a Add per-user and per-database connection limit options. 20 years ago
Tom Lane e5d6b91220 Add SET ROLE. This is a partial commit of Stephen Frost's recent patch; 20 years ago
Tom Lane 29094193f5 Integrate autovacuum functionality into the backend. There's still a 20 years ago
Tom Lane eb5949d190 Arrange for the postmaster (and standalone backends, initdb, etc) to 20 years ago
Tom Lane 6561372c57 Fix up problems in write_auth_file and parsing of the auth file. 20 years ago
Tom Lane 7762619e95 Replace pg_shadow and pg_group by new role-capable catalogs pg_authid 20 years ago
Tom Lane d38d06374d Add lock file contents printout to "can't happen" case to help 20 years ago
Bruce Momjian fbc4edfba7 Mention ipcrm and ipcclean in error message. 20 years ago
Bruce Momjian 1b000116fb Ipcrm -> ipcclean in error message: 20 years ago
Tom Lane 162bd08b3f Completion of project to use fixed OIDs for all system catalogs and 21 years ago
Tom Lane 7a969cad2e Treat EPERM as a non-error case when checking to see if old postmaster 21 years ago
PostgreSQL Daemon 2ff501590b Tag appropriate files for rc3 21 years ago