Commit Graph

754 Commits (f09346a9c6218dd239fdf3a79a729716c0d305bd)

Author SHA1 Message Date
Tom Lane f09346a9c6 Refactor planner's header files. 7 years ago
Heikki Linnakangas 95931133a9 Fix misc typos in comments. 7 years ago
Bruce Momjian 97c39498e5 Update copyright for 2019 7 years ago
Alvaro Herrera 9dc1225855 Silence compiler warning 7 years ago
Alvaro Herrera 88bdbd3f74 Add log_statement_sample_rate parameter 7 years ago
Tom Lane 2ddb9149d1 Server-side fix for delayed NOTIFY and SIGTERM processing. 7 years ago
Thomas Munro 197e4af9d5 Refactor pid, random seed and start time initialization. 7 years ago
Tom Lane d0cfc3d6a4 Add a debugging option to stress-test outfuncs.c and readfuncs.c. 7 years ago
Andres Freund 143290efd0 Introduce minimal C99 usage to verify compiler support. 7 years ago
Heikki Linnakangas 8e19a82640 Don't run atexit callbacks in quickdie signal handlers. 7 years ago
Peter Eisentraut 30c66e77be Fix SPI error cleanup and memory leak 7 years ago
Tom Lane 41c912cad1 Clean up warnings from -Wimplicit-fallthrough. 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
Peter Eisentraut 056a5a3f63 Allow committing inside cursor loop 7 years ago
Andres Freund 432bb9e04d Basic JIT provider and error handling infrastructure. 7 years ago
Robert Haas be42015fcc Clear stmt_timeout_active if we disable_all_timeouts. 7 years ago
Peter Eisentraut 0f7c49e855 Update portal-related memory context names and API 8 years ago
Bruce Momjian 9d4649ca49 Update copyright for 2018 8 years ago
Tom Lane 6719b238e8 Rearrange execution of PARAM_EXTERN Params for plpgsql's benefit. 8 years ago
Robert Haas eaedf0df71 Update typedefs.list and re-run pgindent 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
Peter Eisentraut 2eb4a831e5 Change TRUE/FALSE to true/false 8 years ago
Andres Freund 31079a4a8e Replace remaining uses of pq_sendint with pq_sendint{8,16,32}. 8 years ago
Andres Freund 4c119fbcd4 Improve performance of SendRowDescriptionMessage. 8 years ago
Andres Freund f676616651 Prevent idle in transaction session timeout from sometimes being ignored. 8 years ago
Andres Freund f8e5f156b3 Rearm statement_timeout after each executed query. 8 years ago
Andres Freund ec9e05b3c3 Fix crash restart bug introduced in 8356753c21. 8 years ago
Andres Freund 8356753c21 Perform only one ReadControlFile() during startup. 8 years ago
Peter Eisentraut 1356f78ea9 Reduce excessive dereferencing of function pointers 8 years ago
Tom Lane 6eb52da394 Fix handling of savepoint commands within multi-statement Query strings. 8 years ago
Peter Eisentraut c039ba0716 Add memory info to getrusage output 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
Peter Eisentraut f669c09989 Restart logical replication launcher when killed 8 years ago
Tom Lane e3860ffa4d Initial pgindent run with pg_bsd_indent version 2.0. 8 years ago
Tom Lane 651902deb1 Re-run pgindent. 8 years ago
Andres Freund 2c48f5db64 Use standard interrupt handling in logical replication launcher. 8 years ago
Andres Freund 6e1dd2773e Unify SIGHUP handling between normal and walsender backends. 8 years ago
Peter Eisentraut 9fcf670c2e Fix signal handling in logical replication workers 8 years ago
Tom Lane 8f0530f580 Improve castNode notation by introducing list-extraction-specific variants. 8 years ago
Heikki Linnakangas fd01983594 Remove dead code and fix comments in fast-path function handling. 8 years ago
Kevin Grittner 41bd155dd6 Fix two undocumented parameters to functions from ENR patch. 8 years ago
Kevin Grittner 18ce3a4ab2 Add infrastructure to support EphemeralNamedRelation references. 8 years ago
Peter Eisentraut 4cb824699e Cast result of copyObject() to correct type 8 years ago
Robert Haas 691b8d5928 Allow for parallel execution whenever ExecutorRun() is done only once. 8 years ago
Peter Eisentraut 7c4f52409a Logical replication support for initial data copy 8 years ago
Tom Lane 7afd56c3c6 Use castNode() in a bunch of statement-list-related code. 9 years ago
Andres Freund 5bcab11142 Add castNode(type, ptr) for safe casting between NodeTag based types. 9 years ago