Commit Graph

58433 Commits (f22e17f76cf569a797c45268081feadc8ebd68c7)
 

Author SHA1 Message Date
Alexander Korotkov dd1f6b0c17 Provide a way block-level table AMs could re-use acquire_sample_rows() 2 years ago
Alexander Korotkov df64c81ca9 Fix some grammer errors from error messages and codes comments 2 years ago
Alexander Korotkov 422041542f Fill CommonRdOptions with default values in extract_autovac_opts() 2 years ago
Heikki Linnakangas 3dbd2ff786 Adjust wording of trace_connection_negotiation GUC's description 2 years ago
Alexander Korotkov 9bd99f4c26 Custom reloptions for table AM 2 years ago
Amit Kapila 6f3d8d5e7c Fix the intermittent buildfarm failures in 040_standby_failover_slots_sync. 2 years ago
John Naylor 8a1b31e6e5 Use bump context for TID bitmaps stored by vacuum 2 years ago
Amit Langote bb766cde63 JSON_TABLE: Add support for NESTED paths and columns 2 years ago
Amit Langote f6a2529920 Fix JsonExpr deparsing to emit QUOTES and WRAPPER correctly 2 years ago
Amit Langote 561b74ddb8 Fix restriction on specifying KEEP QUOTES in JSON_QUERY() 2 years ago
Alexander Korotkov b453a7a16a Fix the wording of or_to_any_transform_limit description 2 years ago
Alexander Korotkov 2af75e1174 Fix the value of or_to_any_transform_limit in postgresql.conf.sample 2 years ago
Andres Freund e3b69be951 Remove references to old function name 2 years ago
Thomas Munro 13453eedd3 Add pg_buffercache_evict() function for testing. 2 years ago
John Naylor 0ea51bac38 Fix alignment of stack variable 2 years ago
Masahiko Sawada 304b6b1a6b Add more tab completion support for ALTER DEFAULT PRIVILEGES in psql. 2 years ago
Peter Geoghegan 3b08133cd1 Remove redundant nbtree preprocessing assertions. 2 years ago
Andres Freund af7e90a277 simplehash: Free collisions array in SH_STAT 2 years ago
Heikki Linnakangas 3e60e956b0 Fix check for 'outlen' return from SSL_select_next_proto() 2 years ago
Heikki Linnakangas d60ab76f63 Silence perlcritic warnings in new libpq tests 2 years ago
Heikki Linnakangas 91044ae4ba Send ALPN in TLS handshake, require it in direct SSL connections 2 years ago
Heikki Linnakangas d39a49c1e4 Support TLS handshake directly without SSLRequest negotiation 2 years ago
Heikki Linnakangas 05fd30c0e7 Refactor libpq state machine for negotiating encryption 2 years ago
Thomas Munro 041b96802e Use streaming I/O in ANALYZE. 2 years ago
Michael Paquier f587338dec injection_points: Introduce runtime conditions 2 years ago
Heikki Linnakangas 705843d294 Enhance libpq encryption negotiation tests with new GUC 2 years ago
Heikki Linnakangas 20f9b61cc1 With gssencmode='require', check credential cache before connecting 2 years ago
Heikki Linnakangas 1169920ff7 Add tests for libpq gssencmode and sslmode options 2 years ago
Heikki Linnakangas 9f899562d4 Move Kerberos module 2 years ago
Michael Paquier 997db123c0 Make GIN test using injection points repeatable 2 years ago
David Rowley 705ec05653 Fix incorrect KeeperBlock macro in bump.c 2 years ago
Alexander Korotkov beabea6c20 Fix usage of same ListCell transform_or_to_any()'s in nested loops 2 years ago
Alexander Korotkov 72bd38cc99 Transform OR clauses to ANY expression 2 years ago
Daniel Gustafsson 75a47b6a0d Change debug printing to log filename 2 years ago
Tom Lane 626603d463 Doc: clarify behavior of boolean options in replication protocol commands. 2 years ago
Tom Lane 0c66a164e7 Remove useless duplicate call of defGetBoolean(). 2 years ago
Tom Lane 2daeba6a4e Doc: show how to get the equivalent of LIMIT for UPDATE/DELETE. 2 years ago
Tom Lane 1973d9fb31 Doc: update documentation about EXCLUDE constraint elements. 2 years ago
Alvaro Herrera a0e0fb1ba5
Use conditional variable to wait for next MultiXact offset 2 years ago
Peter Geoghegan 473411fc51 Avoid extra lookups with nbtree array inequalities. 2 years ago
Heikki Linnakangas a475a2fa3b Don't clobber test exit code at cleanup in LDAP/Kerberors tests 2 years ago
Heikki Linnakangas e13b586d7c Improve check in LDAP test to find the OpenLDAP installation 2 years ago
Thomas Munro b7b0f3f272 Use streaming I/O in sequential scans. 2 years ago
David Rowley 6ed83d5fa5 Use bump memory context for tuplesorts 2 years ago
Alvaro Herrera f3ff7bf83b
Add XLogCtl->logInsertResult 2 years ago
David Rowley 29f6a959cf Introduce a bump memory allocator 2 years ago
David Rowley 0ba8b75e7e Enlarge bit-space for MemoryContextMethodID 2 years ago
David Rowley c4ab7da606 Avoid needless large memcpys in libpq socket writing 2 years ago
Andres Freund a97bbe1f1d Reduce branches in heapgetpage()'s per-tuple loop 2 years ago
Nathan Bossart 41c51f0c68 Optimize visibilitymap_count() with AVX-512 instructions. 2 years ago