Commit Graph

335 Commits (9898c5e03c40c133a9a01d8b2b36cb7c990b30d5)

Author SHA1 Message Date
Alvaro Herrera da07a1e856 Background worker processes 13 years ago
Heikki Linnakangas 7c45e3a3c6 Parse pg_ident.conf when it's loaded, keeping it in memory in parsed format. 13 years ago
Heikki Linnakangas 9d5e9730e5 Fix obsolete comment. 13 years ago
Alvaro Herrera c219d9b0a5 Split tuple struct defs from htup.h to htup_details.h 13 years ago
Tom Lane 7abaa6b9d3 Fix issues with checks for unsupported transaction states in Hot Standby. 13 years ago
Alvaro Herrera f34c68f096 Introduce timeout handling framework 13 years ago
Alvaro Herrera 77ed0c6950 Tighten up includes in sinvaladt.h, twophase.h, proc.h 13 years ago
Heikki Linnakangas 00c5f55061 Make superuser imply replication privilege. The idea of a privilege that 14 years ago
Bruce Momjian e126958c2e Update copyright notices for year 2012. 14 years ago
Simon Riggs 2296e62a32 Remove spurious entry from missed catch while patch juggling 14 years ago
Simon Riggs f8409b39d1 Fix timing of Startup CLOG and MultiXact during Hot Standby 14 years ago
Tom Lane 592b615d71 Fix incorrect timeout handling during initial authentication transaction. 14 years ago
Peter Eisentraut 8a8fbe7e79 Capitalization fixes 14 years ago
Bruce Momjian 6560407c7d Pgindent run before 9.1 beta2. 14 years ago
Tom Lane e05b866447 Split PGC_S_DEFAULT into two values, for true boot_val vs computed default. 14 years ago
Bruce Momjian 76dd09bbec Add postmaster/postgres undocumented -b option for binary upgrades. 14 years ago
Bruce Momjian bf50caf105 pgindent run before PG 9.1 beta 1. 14 years ago
Magnus Hagander 6e1726d082 Log replication connections only when log_connections is on 15 years ago
Bruce Momjian 5d950e3b0c Stamp copyrights for year 2011. 15 years ago
Magnus Hagander 9b8aff8c19 Add REPLICATION privilege for ROLEs 15 years ago
Magnus Hagander 9f2e211386 Remove cvs keywords from all files. 15 years ago
Heikki Linnakangas 418039d3af Process options from the startup packed in walsender. Only few options 15 years ago
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