Commit Graph

45324 Commits (87790fd1eaa5d2cd50c15ac55bfbcda602dfd272)
 

Author SHA1 Message Date
Tom Lane 87790fd1ea Update version 11 release notes. 8 years ago
Tom Lane e7154b6acf Fix INSERT ON CONFLICT UPDATE through a view that isn't just SELECT *. 8 years ago
Michael Paquier 58673b4a5f Reset properly errno before calling write() 8 years ago
Noah Misch 75224ac20e Make "kerberos" test suite independent of "localhost" name resolution. 8 years ago
Peter Geoghegan b9612e5cfa Add table relcache invalidation to index builds. 8 years ago
Alvaro Herrera a395817893 Add 'n' to list of possible values to pg_default_acl.defaclobjtype 8 years ago
Alvaro Herrera d25c48d0c9 Fix pg_replication_slot example output 8 years ago
Tom Lane d8b2beb269 Remove no-longer-appropriate special case in psql's \conninfo code. 8 years ago
Tom Lane 6efc301671 Change libpq's internal uses of PQhost() to inspect host field directly. 8 years ago
Amit Kapila dac7fe13bb Fix buffer usage stats for parallel nodes. 8 years ago
Amit Kapila ef305bd59d Match the buffer usage tracking for leader and worker backends. 8 years ago
Tom Lane 1b54e91faa Fix run-time partition pruning for appends with multiple source rels. 8 years ago
Alvaro Herrera 7326a7d638 Fix logical replication slot initialization 8 years ago
Alvaro Herrera 34295b87fb Fix per-tuple memory leak in partition tuple routing 8 years ago
Tom Lane e9bbfe6088 Fix libpq's code for searching .pgpass; rationalize empty-list-item cases. 8 years ago
Robert Haas ac535cd478 Update parallel.sgml for Parallel Append 8 years ago
Bruce Momjian 9200016335 pg_upgrade: fix --check for live source server checks 8 years ago
Andrew Gierth d06eebce5f Provide for contrib and pgxs modules to install include files. 8 years ago
Tom Lane a56c11d44d Further fixes for quoted-list GUC values in pg_dump and ruleutils.c. 8 years ago
Tom Lane 5a71d3e583 Remove dead code left behind by 1b6801051. 8 years ago
Alvaro Herrera a0655ba68f Verify range bounds to bms_add_range when necessary 8 years ago
Alvaro Herrera 192d1bbf99 Change bms_add_range to be a no-op for empty ranges 8 years ago
Tom Lane 739d9b2994 Ensure we build generated headers at the start of some more cases. 8 years ago
Alvaro Herrera 5dbd0beb8a Set ActiveSnapshot when logically replaying inserts 8 years ago
Tom Lane f6ef3ed436 Fix pg_dump's failure to dump REPLICA IDENTITY for constraint indexes. 8 years ago
Tom Lane 506bbbf02e Doc: fix oversimplified example for CREATE POLICY. 8 years ago
Noah Misch 5ed0b6daec Fix earthdistance test suite function name typo. 8 years ago
Noah Misch a117c7a7b6 Document security implications of qualified names. 8 years ago
Bruce Momjian 9a513f8f9e pgtest: run clean, build, and check stages separately 8 years ago
Bruce Momjian 113224848a pg_upgrade: check for clean server shutdowns 8 years ago
Bruce Momjian f0aff14d43 pgtest: grab possible warnings from install.log 8 years ago
Amit Kapila 09a5be587b Fix the buffer release order for parallel index scans. 8 years ago
Michael Paquier c2e5f60db1 Fix handling of pgbench's hash when no argument is provided 8 years ago
Tom Lane c606f10ff8 Provide plpgsql tests for cases involving record field changes. 8 years ago
Tom Lane 9207a64e14 Avoid crash in eval_const_expressions if a Param's type changes. 8 years ago
Andres Freund ed7e319eb4 LLVMJIT: Release JIT context after running ExprContext shutdown callbacks. 8 years ago
Andres Freund 1cfa69dcd8 LLVMJIT: Check for 'noinline' attribute in recursively inlined functions. 8 years ago
Thomas Munro f2db5f3bb0 Pad semaphores to avoid false sharing. 8 years ago
Andres Freund e0a2a4c87f doc: Fix reference to "decoder" to instead be the correct "output plugin". 8 years ago
Peter Eisentraut 07055a2c8c psql: Add option for procedures to \df 8 years ago
Michael Paquier 9915735ebb Fix calculation for WAL segment recycling and removal 8 years ago
Robert Haas 14ca287bcf pgbench: Remove duplicate entries from table of builtin functions. 8 years ago
Andres Freund 1b957e59b9 LLVMJIT: Adapt to API changes in gdb and perf support. 8 years ago
Andres Freund 9820f5c41e LLVMJIT: Fix LLVM build for LLVM > 7. 8 years ago
Andres Freund 0171ad9308 Reset context at the tail end of JITed EEOP_AGG_PLAIN_TRANS. 8 years ago
Andres Freund a9a0a4d3f8 Fix JITed EEOP_AGG_INIT_TRANS, which missed some state. 8 years ago
Tom Lane 04e3492c5c Further portability hacking in pg_upgrade's test script. 8 years ago
Tom Lane 5e5d131202 Be more paranoid about quoting in pg_upgrade's test script. 8 years ago
Tom Lane e6105686dc Avoid unportable shell syntax in pg_upgrade's test script. 8 years ago
Dean Rasheed 1f919e663e Guard against rare RAND_bytes() failures in pg_strong_random(). 8 years ago