Commit Graph

41460 Commits (ad365b2f91dc57ed1f18839f9f59a2799d276c8d)
 

Author SHA1 Message Date
Heikki Linnakangas ad365b2f91 Fix broken autoconf test for random number source. 9 years ago
Tom Lane 92fb649837 Use "%option prefix" to set API names in ecpg's lexer. 9 years ago
Tom Lane 0eaaaf00e2 Prevent crash when ts_rewrite() replaces a non-top-level subtree with null. 9 years ago
Tom Lane 9cda81f005 Be more careful about Python refcounts while creating exception objects. 9 years ago
Alvaro Herrera a73491e5fe Fix crasher bug in array_position(s) 9 years ago
Heikki Linnakangas 64bc26f90d Fix thinko in safeguard for negative availMem. 9 years ago
Robert Haas 01ae881e1c Fix bogus comment. 9 years ago
Robert Haas ab4575dcf1 Silence compiler warning. 9 years ago
Robert Haas fa0f466d53 Log the creation of an init fork unconditionally. 9 years ago
Tom Lane 0b78106cd4 Fix reporting of column typmods for multi-row VALUES constructs. 9 years ago
Heikki Linnakangas 2560d244b4 Fix quoting and a compiler warning in dumping partitions. 9 years ago
Heikki Linnakangas fe7bdf0bf6 Clean up password authentication code a bit. 9 years ago
Heikki Linnakangas f7d54f4f7d Fix accounting of memory needed for merge heap. 9 years ago
Robert Haas cd5d3af44e Replace references to COLLATE "en_CA" with COLLATE "POSIX". 9 years ago
Robert Haas 71efd34fb8 Replace references to COLLATE "en_US" with COLLATE "C". 9 years ago
Robert Haas f0e44751d7 Implement table partitioning. 9 years ago
Tom Lane b7e1ae2328 Restore psql's SIGPIPE setting if popen() fails. 9 years ago
Tom Lane 18f8f784cb Handle empty or all-blank PAGER setting more sanely in psql. 9 years ago
Heikki Linnakangas 81f2e514a9 Fix query cancellation. 9 years ago
Heikki Linnakangas 9790b87f59 Fix whitespace. 9 years ago
Stephen Frost d97b14ddab Silence compiler warnings 9 years ago
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