Commit Graph

51211 Commits (a282ee68a070a8adc6e6d45e8e643769c587ecc3)
 

Author SHA1 Message Date
Tom Lane a282ee68a0 Remove channel binding requirement from clientcert=verify-full test. 4 years ago
Tom Lane 0d46771eaa Comment cleanup for a1115fa07. 4 years ago
Robert Haas 4573f6a9af amcheck: Remove duplicate XID/MXID bounds checks. 4 years ago
Peter Geoghegan 3c3b8a4b26 Truncate line pointer array during VACUUM. 4 years ago
Tom Lane 3db826bd55 Tighten up allowed names for custom GUC parameters. 4 years ago
Tomas Vondra 23607a8156 Don't add non-existent pages to bitmap from BRIN 4 years ago
Peter Eisentraut 5c55dc8b47 libpq: Set Server Name Indication (SNI) for SSL connections 4 years ago
Magnus Hagander c1968426ba Refactor hba_authname 4 years ago
Peter Eisentraut 4560e0acda doc: Improve wording 4 years ago
Heikki Linnakangas d92b1cdbab Revert "Add sortsupport for gist_btree opclasses, for faster index builds." 4 years ago
Heikki Linnakangas 9f984ba6d2 Add sortsupport for gist_btree opclasses, for faster index builds. 4 years ago
Peter Eisentraut dd13ad9d39 Fix use of cursor sensitivity terminology 4 years ago
Peter Eisentraut 0b5e824528 Message improvement 4 years ago
Michael Paquier 4c0239cb7a Remove redundant memset(0) calls for page init of some index AMs 4 years ago
Michael Paquier 9afffcb833 Add some information about authenticated identity via log_connections 4 years ago
Fujii Masao 8ee9b662da Fix test added by commit 9de9294b0c. 4 years ago
Tom Lane a1115fa078 Postpone some more stuff out of ExecInitModifyTable. 4 years ago
David Rowley 3b82d990ab Fix compiler warning for MSVC in libpq_pipeline.c 4 years ago
Tom Lane c5b7ba4e67 Postpone some stuff out of ExecInitModifyTable. 4 years ago
Fujii Masao a3740c48eb postgres_fdw: Allow partitions specified in LIMIT TO to be imported. 4 years ago
Andres Freund 90c885cdab Increment xactCompletionCount during subtransaction abort. 4 years ago
Peter Geoghegan 8523492d4e Remove tupgone special case from vacuumlazy.c. 4 years ago
Tom Lane 789d81de8a Fix missing #include in nodeResultCache.h. 4 years ago
Peter Eisentraut 3a51306722 psql: Show all query results by default 4 years ago
Tomas Vondra 518442c7f3 Fix handling of clauses incompatible with extended statistics 4 years ago
Peter Geoghegan 7ab96cf6b3 Refactor lazy_scan_heap() loop. 4 years ago
Tom Lane 091e22b2e6 Clean up treatment of missing default and CHECK-constraint records. 4 years ago
Fujii Masao 9de9294b0c Stop archive recovery if WAL generated with wal_level=minimal is found. 4 years ago
Heikki Linnakangas c4c393b3ec Mark test_enc_conversion() as STRICT. 4 years ago
Dean Rasheed 6b258e3d68 pgbench: Function to generate random permutations. 4 years ago
Etsuro Fujita a8af856d32 Adjust input value to WaitEventSetWait() in ExecAppendAsyncEventWait(). 4 years ago
Peter Eisentraut 82ed7748b7 ALTER SUBSCRIPTION ... ADD/DROP PUBLICATION 4 years ago
Amit Kapila 266b5673b4 Fix the tests added by commit ac4645c015. 4 years ago
David Rowley 9bc9b4609a Fix compiler warning in fe-trace.c for MSVC 4 years ago
Peter Eisentraut a2da77cdb4 Change return type of EXTRACT to numeric 4 years ago
Fujii Masao f5d94e405e Fix typo in pgstat.c. 4 years ago
Fujii Masao 43620e3286 Add function to log the memory contexts of specified backend process. 4 years ago
Michael Paquier 5a71964a83 Fix some issues with SSL and Kerberos tests 4 years ago
Amit Kapila ac4645c015 Allow pgoutput to send logical decoding messages. 4 years ago
Amit Kapila 531737ddad Refactor function parse_output_parameters. 4 years ago
Michael Paquier 6d41dd045a Change PostgresNode::connect_fails() to never send down queries 4 years ago
Peter Geoghegan f6b8f19a08 Allocate access strategy in parallel VACUUM workers. 4 years ago
Tom Lane 09c1c6ab4b Support INCLUDE'd columns in SP-GiST. 4 years ago
Peter Geoghegan 49f49defe7 Propagate parallel VACUUM's buffer access strategy. 4 years ago
Peter Geoghegan b4af70cb21 Simplify state managed by VACUUM. 4 years ago
Stephen Frost 6c3ffd697e Add pg_read_all_data and pg_write_all_data roles 4 years ago
Fujii Masao ad8b674922 Shut down transaction tracking at startup process exit. 4 years ago
Alvaro Herrera 6734e80695
Align some terms in arch-dev.sgml to glossary 4 years ago
Peter Eisentraut a63dd8afe2 Renumber cursor option flags 4 years ago
Michael Paquier 9f6f1f9b8e Fix typo in collationcmds.c 4 years ago