Commit Graph

213 Commits (df57a5e8981d1a3272d4693ffc64eda0afbd3ac1)

Author SHA1 Message Date
Bruce Momjian 239d769e7e pgindent run for 9.0, second run 15 years ago
Robert Haas ab93cd9b05 When we're restricting who can connect, don't allow new walsenders. 15 years ago
Tom Lane a3c6d10575 Move the check for whether walreceiver has authenticated as a superuser 15 years ago
Tom Lane ea46000a40 Arrange for client authentication to occur before we select a specific 15 years ago
Tom Lane c670410e7f Move the responsibility for calling StartupXLOG into InitPostgres, for 15 years ago
Simon Riggs 65cd829232 Modify some new and pre-existing messages for translatability. 15 years ago
Simon Riggs e6867eebd4 Change replication connection log format to allow for a database 15 years ago
Peter Eisentraut c248d17120 Message tuning 15 years ago
Simon Riggs 6a771d1d36 Add connection messages for streaming replication. log_connections 16 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
Bruce Momjian ef51fa505c Add C comment about process_settings() setting order. 16 years ago
Heikki Linnakangas 40f908bdcd Introduce Streaming Replication. 16 years ago
Bruce Momjian 0239800893 Update copyright for the year 2010. 16 years ago
Simon Riggs efc16ea520 Allow read only connections during recovery, known as Hot Standby. 16 years ago
Alvaro Herrera 2eda8dfb52 Make it possibly to specify GUC params per user and per database. 16 years ago
Tom Lane 0905e8aeeb Move processing of startup-packet switches and GUC settings into InitPostgres, 16 years ago
Tom Lane 00e6a16d01 Change the autovacuum launcher to read pg_database directly, rather than 16 years ago
Tom Lane e710b65c1c Remove the use of the pg_auth flat file for client authentication. 16 years ago
Tom Lane 04011cc970 Allow backends to start up without use of the flat-file copy of pg_database. 16 years ago
Tom Lane 2487d872e0 Create a multiplexing structure for signals to Postgres child processes. 16 years ago
Heikki Linnakangas e5bb0f04db Need to use pg_perm_setlocale when setting LC_CTYPE and LC_COLLATE at startup. 16 years ago
Bruce Momjian d747140279 8.4 pgindent run, with new combined Linux/FreeBSD/MinGW typedef list 16 years ago
Heikki Linnakangas 71d119f82a Oops, mustn't call textdomain() when compiling without --enable-nls 16 years ago
Heikki Linnakangas 1fe5020558 Tell gettext which codeset to use by calling bind_textdomain_codeset(). We 16 years ago
Heikki Linnakangas cdd46c7654 Start background writer during archive recovery. Background writer now performs 17 years ago
Bruce Momjian 511db38ace Update copyright for 2009. 17 years ago
Heikki Linnakangas 61d9674988 Make LC_COLLATE and LC_CTYPE database-level settings. Collation and 17 years ago
Alvaro Herrera d53a56687f Initialize the minimum frozen Xid in vac_update_datfrozenxid using 17 years ago
Alvaro Herrera f8c4d7db60 Restructure some header files a bit, in particular heapam.h, by removing some 17 years ago
Tom Lane ea0382e370 Code review for recent patch to terminate online backup during shutdown: 17 years ago
Alvaro Herrera 73b0300b2a Move the HTSU_Result enum definition into snapshot.h, to avoid including 18 years ago
Alvaro Herrera ec6550c6c0 Modify interactions between sinval.c and sinvaladt.c. The code that actually 18 years ago
Bruce Momjian 9098ab9e32 Update copyrights in source tree to 2008. 18 years ago
Bruce Momjian fdf5a5efb7 pgindent run for 8.3. 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
Tom Lane 8d675c85c5 pgstat's on-proc-exit hook has to execute after the last transaction commit 18 years ago
Tom Lane b9527e9840 First phase of plan-invalidation project: create a plan cache management 19 years ago
Alvaro Herrera 1820650934 Restructure autovacuum in two processes: a dummy process, which runs 19 years ago
Bruce Momjian 29dccf5fe0 Update CVS HEAD for 2007 copyright. Back branches are typically not 19 years ago
Tom Lane 48188e1621 Fix recently-understood problems with handling of XID freezing, particularly 19 years ago
Bruce Momjian f99a569a2e pgindent run for 8.2. 19 years ago
Tom Lane 9b4cda0df6 Add built-in userlock manipulation functions to replace the former 19 years ago
Bruce Momjian a22d76d96a Allow include files to compile own their own. 19 years ago
Tom Lane 39bed3b388 Standalone backends need pgstat_bestart() too, per Qingqing Zhou. 19 years ago
Tom Lane 46287bd660 Simplify relcache startup sequence. With the new design of InitPostgres 19 years ago
Tom Lane 52667d56a3 Rethink the locking mechanisms used for CREATE/DROP/RENAME DATABASE. 19 years ago
Tom Lane cb98e6fb8f Create a syscache for pg_database-indexed-by-oid, and make use of it 19 years ago
Tom Lane 82a2881c5b Code review for GRANT CONNECT patch. Spell the privilege as CONNECT not 19 years ago