Commit Graph

293 Commits (66a4bad83aaa6613a45a00a488c04427f9969fb4)

Author SHA1 Message Date
Tom Lane caf626b2cd Convert [autovacuum_]vacuum_cost_delay into floating-point GUCs. 6 years ago
Bruce Momjian 97c39498e5 Update copyright for 2019 7 years ago
Thomas Munro 197e4af9d5 Refactor pid, random seed and start time initialization. 7 years ago
Michael Paquier ba16aade33 Switch flags tracking pending interrupts to sig_atomic_t 7 years ago
Stephen Frost c37b3d08ca Allow group access on PGDATA 7 years ago
Magnus Hagander eed1ce72e1 Allow background workers to bypass datallowconn 7 years ago
Teodor Sigaev 857f9c36cd Skip full index scan during cleanup of B-tree indexes when possible 7 years ago
Robert Haas 935dee9ad5 Mark assorted GUC variables as PGDLLIMPORT. 7 years ago
Robert Haas 9da0cc3528 Support parallel btree index builds. 8 years ago
Bruce Momjian 9d4649ca49 Update copyright for 2018 8 years ago
Robert Haas c572599c65 Mark assorted variables PGDLLIMPORT. 8 years ago
Robert Haas 8b304b8b72 Remove replacement selection sort. 8 years ago
Tom Lane f13ea95f9e Change pg_ctl to detect server-ready by watching status in postmaster.pid. 8 years ago
Tom Lane c7b8998ebb Phase 2 of pgindent updates. 8 years ago
Andres Freund 6e1dd2773e Unify SIGHUP handling between normal and walsender backends. 8 years ago
Bruce Momjian 1d25779284 Update copyright via script for 2017 9 years ago
Heikki Linnakangas fe0a0b5993 Replace PostmasterRandom() with a stronger source, second attempt. 9 years ago
Robert Haas b460f5d669 Add max_parallel_workers GUC. 9 years ago
Robert Haas 273270593f Mark IsPostmasterEnvironment and IsBackgroundWorker as PGDLLIMPORT. 9 years ago
Robert Haas cac8321970 Mark PostmasterPid as PGDLLIMPORT. 9 years ago
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