Commit Graph

289 Commits (1664ae1978bf0f5ee940dc2fc8313e6400a7e7da)

Author SHA1 Message Date
Tom Lane 4e0c743c18 Fix cross-checking of ReservedBackends/max_wal_senders/MaxConnections. 7 years ago
Peter Eisentraut c1869542b3 Use abstracted SSL API in server connection log messages 8 years ago
Bruce Momjian 9d4649ca49 Update copyright for 2018 8 years ago
Andrew Dunstan 98d54bb779 Back out the session_start and session_end hooks feature. 8 years ago
Andrew Dunstan cd8ce3a22c Add hooks for session start and session end 8 years ago
Andres Freund cc5f81366c Add support for coordinating record typmods among parallel workers. 8 years ago
Tom Lane 382ceffdf7 Phase 3 of pgindent updates. 8 years ago
Tom Lane c7b8998ebb Phase 2 of pgindent updates. 8 years ago
Robert Haas fc70a4b0df Show more processes in pg_stat_activity. 8 years ago
Heikki Linnakangas 181bdb90ba Fix typos in comments. 9 years ago
Andrew Dunstan f1169ab501 Don't count background workers against a user's connection limit. 9 years ago
Bruce Momjian 1d25779284 Update copyright via script for 2017 9 years ago
Tom Lane ea268cdc9a Add macros to make AllocSetContextCreate() calls simpler and safer. 9 years ago
Robert Haas 4bc424b968 pgindent run for 9.6 9 years ago
Robert Haas c6dda1f48e Add idle_in_transaction_session_timeout. 9 years ago
Tom Lane c110678a47 Remove useless unary plus. 9 years ago
Bruce Momjian ee94300446 Update copyright for 2016 10 years ago
Noah Misch be8b06c364 Revoke support for strxfrm() that write past the specified array length. 10 years ago
Tom Lane 1e24cf645d Don't leave pg_hba and pg_ident data lying around in running backends. 10 years ago
Tom Lane cbc8d65639 Code + docs review for escaping of option values (commit 11a020eb6). 10 years ago
Robert Haas f7bb7f0625 Allow background workers to connect to no particular database. 10 years ago
Tom Lane ac23b711dd Fix incorrect order of database-locking operations in InitPostgres(). 10 years ago
Bruce Momjian 807b9e0dff pgindent run for 9.5 10 years ago
Tom Lane bc49d9324a Fix rare startup failure induced by MVCC-catalog-scans patch. 10 years ago
Andres Freund 6753333f55 Move deadlock and other interrupt handling in proc.c out of signal handlers. 11 years ago
Andres Freund 6647248e37 Don't allow immediate interrupts during authentication anymore. 11 years ago
Robert Haas 5d2f957f3f Add new function BackgroundWorkerInitializeConnectionByOid. 11 years ago
Bruce Momjian 4baaf863ec Update copyright for 2015 11 years ago
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