Commit Graph

261 Commits (adfc157dd91471e995f3aa72e0fb5b50ecd93575)

Author SHA1 Message Date
Alvaro Herrera a609d96778 Revert "Use a bitmask to represent role attributes" 11 years ago
Alvaro Herrera 1826987a46 Use a bitmask to represent role attributes 11 years ago
Heikki Linnakangas 2076db2aea Move the backup-block logic from XLogInsert to a new file, xloginsert.c. 11 years ago
Tom Lane fe550b2ac2 Invent PGC_SU_BACKEND and mark log_connections/log_disconnections that way. 11 years ago
Tom Lane 01b6976c13 Fix unportable use of isspace(). 11 years ago
Andres Freund 11a020eb6e Allow escaping of option values for options passed at connection start. 11 years ago
Heikki Linnakangas 680513ab79 Break out OpenSSL-specific code to separate files. 11 years ago
Magnus Hagander c93bf8c6cc Include SSL compression status in psql banner and connection logging 11 years ago
Bruce Momjian 0a78320057 pgindent run for 9.4 11 years ago
Robert Haas 5a991ef869 Allow logical decoding via the walsender interface. 11 years ago
Magnus Hagander 4b8f2859cc Adjust the SSL connection notification message 12 years ago
Magnus Hagander 4cba1f6bbf Show SSL encryption information when logging connections 12 years ago
Bruce Momjian 7e04792a1c Update copyright for 2014 12 years ago
Robert Haas 001a573a20 Allow on-detach callbacks for dynamic shared memory segments. 12 years ago
Robert Haas 6bc8ef0b7f Add new GUC, max_worker_processes, limiting number of bgworkers. 12 years ago
Robert Haas 568d4138c6 Use an MVCC snapshot, rather than SnapshotNow, for catalog scans. 12 years ago
Noah Misch 5f538ad004 Renovate display of non-ASCII messages on Windows. 12 years ago
Bruce Momjian 9af4159fce pgindent run for release 9.3 12 years ago
Tom Lane 17fe2793ea Fix insecure parsing of server command-line switches. 12 years ago
Tom Lane ce9ab88981 Make REPLICATION privilege checks test current user not authenticated user. 12 years ago
Tom Lane d43837d030 Add lock_timeout configuration parameter. 12 years ago
Peter Eisentraut 9475db3a4e Add ALTER ROLE ALL SET command 13 years ago
Alvaro Herrera 84f6fb81b8 Fix IsUnderPostmaster/EXEC_BACKEND confusion 13 years ago
Alvaro Herrera 15658911d9 Set MaxBackends only on bootstrap and standalone modes 13 years ago
Alvaro Herrera dfbba2c86c Make sure MaxBackends is always set 13 years ago
Bruce Momjian bd61a623ac Update copyrights for 2013 13 years ago
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