Commit Graph

273 Commits (370a46fc015115bfeccde4eb208d82049f792f9f)

Author SHA1 Message Date
Robert Haas 0711803775 Use quicksort, not replacement selection, for external sorting. 9 years ago
Robert Haas c6dda1f48e Add idle_in_transaction_session_timeout. 9 years ago
Tom Lane c5e9b77127 Revert "Temporarily make pg_ctl and server shutdown a whole lot chattier." 10 years ago
Tom Lane 3971f64843 Temporarily make pg_ctl and server shutdown a whole lot chattier. 10 years ago
Bruce Momjian ee94300446 Update copyright for 2016 10 years ago
Tom Lane 7e2a18a916 Perform an immediate shutdown if the postmaster.pid file is removed. 10 years ago
Stephen Frost 088c83363a ALTER TABLE .. FORCE ROW LEVEL SECURITY 10 years ago
Tom Lane b63fc28776 Add recursion depth protections to regular expression matching. 10 years ago
Noah Misch 7f11724bd6 Remove the SECURITY_ROW_LEVEL_DISABLED security context bit. 10 years ago
Joe Conway 7b4bfc87d5 Plug RLS related information leak in pg_stats view. 10 years ago
Tom Lane cbc8d65639 Code + docs review for escaping of option values (commit 11a020eb6). 10 years ago
Andrew Dunstan 0c90f6769d Add new OID alias type regrole 10 years ago
Robert Haas 924bcf4f16 Create an infrastructure for parallel computation in PostgreSQL. 10 years ago
Andres Freund 2505ce0be0 Remove remnants of ImmediateInterruptOK handling. 11 years ago
Robert Haas 5d2f957f3f Add new function BackgroundWorkerInitializeConnectionByOid. 11 years ago
Heikki Linnakangas 2b3a8b20c2 Be more careful to not lose sync in the FE/BE protocol. 11 years ago
Andres Freund 59f71a0d0b Add a default local latch for use in signal handlers. 11 years ago
Andres Freund 31c453165b Commonalize process startup code. 11 years ago
Bruce Momjian 4baaf863ec Update copyright for 2015 11 years ago
Robert Haas 5ac372fc1a Add a function to get the authenticated user ID. 11 years ago
Stephen Frost 491c029dbc Row-Level Security Policies (RLS) 11 years ago
Andres Freund 5569d75d6a Mark IsBinaryUpgrade as PGDLLIMPORT to fix windows builds after a7ae1dc. 11 years ago
Bruce Momjian 0a78320057 pgindent run for 9.4 11 years ago
Tom Lane 9aca512506 Make sure -D is an absolute path when starting server on Windows. 11 years ago
Tom Lane fa1f0d7859 PGDLLIMPORT-ify MainLWLockArray, ProcDiePending, proc_exit_inprogress. 12 years ago
Tom Lane a5cf60682e PGDLLIMPORT'ify DateStyle and IntervalStyle. 12 years ago
Andrew Dunstan 7d7eee8bb7 Export a few more symbols required for test_shm_mq module. 12 years ago
Bruce Momjian 7e04792a1c Update copyright for 2014 12 years ago
Tom Lane 45f64f1bbf Remove CTimeZone/HasCTZSet, root and branch. 12 years ago
Robert Haas 090d0f2050 Allow discovery of whether a dynamic background worker is running. 12 years ago
Peter Eisentraut 070518ddab Add session_preload_libraries configuration parameter 12 years ago
Robert Haas 6bc8ef0b7f Add new GUC, max_worker_processes, limiting number of bgworkers. 12 years ago
Bruce Momjian 9af4159fce pgindent run for release 9.3 12 years ago
Tom Lane ce9ab88981 Make REPLICATION privilege checks test current user not authenticated user. 12 years ago
Simon Riggs 593c39d156 Revoke bc5334d867 12 years ago
Simon Riggs bc5334d867 Allow external recovery_config_directory 12 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 ff6c78c480 Remove comment that is no longer true. 13 years ago
Tom Lane c9b0cbe98b Support having multiple Unix-domain sockets per postmaster. 13 years ago
Tom Lane 4a9c30a8a1 Fix management of pendingOpsTable in auxiliary processes. 13 years ago
Heikki Linnakangas ef3883d130 Do stack-depth checking in all postmaster children. 13 years ago
Bruce Momjian e126958c2e Update copyright notices for year 2012. 14 years ago
Heikki Linnakangas 5d8a894e30 Cancel running query if it is detected that the connection to the client is 14 years ago
Alvaro Herrera 9d3b502443 Improve logging of autovacuum I/O activity 14 years ago
Bruce Momjian 76dd09bbec Add postmaster/postgres undocumented -b option for binary upgrades. 14 years ago
Tom Lane 52948169bc Code review for postmaster.pid contents changes. 15 years ago
Bruce Momjian 5d950e3b0c Stamp copyrights for year 2011. 15 years ago
Bruce Momjian 30aeda4394 Include the first valid listen address in pg_ctl to improve server start 15 years ago