Commit Graph

41489 Commits (23c75b55aaccddea79545ffaf1cbfc9f1edeaa8c)
 

Author SHA1 Message Date
Tom Lane 0645dacc37 Fix unsafe assumption that struct timeval.tv_sec is a "long". 9 years ago
Tom Lane c648f05831 Put AC_MSG_RESULT() call in the right place. 9 years ago
Robert Haas 4212cb7326 Fix interaction of parallel query with prepared statements. 9 years ago
Stephen Frost cb9dcbc1ee Bump catversion for restrictive RLS changes 9 years ago
Fujii Masao dfe530a092 Improve documentation about pg_stat_replication view. 9 years ago
Tom Lane 3ebf2b4545 Remove extraneous semicolon from uses of relptr_declare(). 9 years ago
Heikki Linnakangas 44a977f55f Fix typo in new message in configure. 9 years ago
Robert Haas 53c7cff720 Ensure gatherstate->nextreader is properly initialized. 9 years ago
Stephen Frost 093129c9d9 Add support for restrictive RLS policies 9 years ago
Robert Haas 2bbdc6875d dsa: Cope with the possibility that SIZE_MAX is not defined. 9 years ago
Robert Haas a0ae54df9b libpq: Fix another bug in 721f7bd3cb. 9 years ago
Robert Haas 2f4193c350 Fix race introduced by 6d46f4783e. 9 years ago
Robert Haas 0e50af2453 Assorted documentation improvements for max_parallel_workers. 9 years ago
Robert Haas 2b959d4957 Reduce the default for max_worker_processes back to 8. 9 years ago
Robert Haas 88f626f868 Fix more DSA problems uncovered by the buildfarm. 9 years ago
Robert Haas 670b3bc8f5 Try to fix some DSA-related compiler warnings. 9 years ago
Heikki Linnakangas 7dd8eb39bd Fix creation of stand-alone INSTALL.html file. 9 years ago
Fujii Masao daac8e30eb Fix typo in docs. 9 years ago
Heikki Linnakangas fe0a0b5993 Replace PostmasterRandom() with a stronger source, second attempt. 9 years ago
Fujii Masao 5dc851afde Fix incorrect output from gin_desc(). 9 years ago
Tom Lane 3850723208 Don't mess up pstate->p_next_resno in transformOnConflictClause(). 9 years ago
Noah Misch d61aa6ae65 Document recipe for testing compatibility with old Perl. 9 years ago
Noah Misch 54aa6ccfc5 Make pgwin32_putenv() probe every known CRT, regardless of compiler. 9 years ago
Noah Misch 202dbdbe41 Make pgwin32_putenv() follow DLL loading and unloading. 9 years ago
Noah Misch 95b9b8a397 Make pgwin32_putenv() visit debug CRTs. 9 years ago
Noah Misch b37da1e8a0 Remove wrong CloseHandle() call. 9 years ago
Noah Misch a9d9208c15 Refine win32env.c cosmetics. 9 years ago
Tom Lane 19fcc0058e Fix broken wait-for-previous-process-to-exit loop in regression test. 9 years ago
Robert Haas 767a9039d7 Fix thinko in b3427dade1. 9 years ago
Tom Lane b3427dade1 Delete deleteWhatDependsOn() in favor of more performDeletion() flag bits. 9 years ago
Robert Haas 13df76a537 Introduce dynamic shared memory areas. 9 years ago
Robert Haas 13e14a78ea Management of free memory pages. 9 years ago
Robert Haas fbc1c12a94 Add a crude facility for dealing with relative pointers. 9 years ago
Robert Haas e63d414988 Clarify that pg_stat_activity.query has a length limit. 9 years ago
Alvaro Herrera 5e5986b6cb Fix outdated comments 9 years ago
Robert Haas b460f5d669 Add max_parallel_workers GUC. 9 years ago
Alvaro Herrera 5714931b07 Fix Windows build for 78c8c81439 9 years ago
Alvaro Herrera fa2fa99552 Permit dump/reload of not-too-large >1GB tuples 9 years ago
Peter Eisentraut 78c8c81439 Refactor libpqwalreceiver 9 years ago
Peter Eisentraut 597a87ccc9 Use latch instead of select() in walreceiver 9 years ago
Peter Eisentraut b999c247a5 Add aggregate_with_argtypes and use it consistently 9 years ago
Peter Eisentraut e696dccec1 Move function_with_argtypes to a better location 9 years ago
Peter Eisentraut 0aff9293bf Use grammar symbol function_with_argtypes consistently 9 years ago
Robert Haas 11003eb556 libpq: Fix inadvertent change in PQhost() behavior. 9 years ago
Michael Meskes a01a5013d9 Added missing "EXEC SQL" to statement. 9 years ago
Andres Freund fc4b3dea29 User narrower representative tuples in the hash-agg hashtable. 9 years ago
Andres Freund 8ed3f11bb0 Perform one only projection to compute agg arguments. 9 years ago
Robert Haas 6d46f4783e Improve hash index bucket split behavior. 9 years ago
Tom Lane 213c0f2d78 Doc: improve description of trim() and related functions. 9 years ago
Heikki Linnakangas 021d254d9a Make all unicode perl scripts to use strict, rearrange logic for clarity. 9 years ago