Commit Graph

58352 Commits (53c8d6c9f157f2bc8211b8de02417e55fefddbc7)
 

Author SHA1 Message Date
Thomas Munro 53c8d6c9f1 Fix illegal attribute propagation in LLVM JIT. 2 years ago
David Rowley 8461424fd7 Fixup various StringInfo function usages 2 years ago
Alexander Korotkov ff9f72c68f revert: Transform OR clauses to ANY expression 2 years ago
David Rowley 5a15bdea3b Remove unused BumpBlockIsValid macro 2 years ago
Alexander Korotkov c99ef1811a Checks for ALTER TABLE ... SPLIT/MERGE PARTITIONS ... commands 2 years ago
David Rowley b1b13d2b52 Doc: use "an SQL" instead of "a SQL" 2 years ago
Daniel Gustafsson ad55cc9845 doc: Remove stray comma from list of psql options 2 years ago
Peter Eisentraut 27074bce08 Fix incorrect format placeholders 2 years ago
Peter Eisentraut cfd6ea3ac0 Update config.guess and config.sub 2 years ago
Peter Eisentraut 43a9cab484 Fix whitespace 2 years ago
John Naylor bf183f168c Get rid of anonymous struct 2 years ago
Heikki Linnakangas baa82b78dc libpq error message fixes 2 years ago
Heikki Linnakangas e9f29233fd Fix typo in docs 2 years ago
Michael Paquier deca6ac136 Add missing set_pglocale_pgservice() for pg_walsummary and pg_combinebackup 2 years ago
Michael Paquier f4083c4975 injection_points: Fix race condition with local injection point tests 2 years ago
Tom Lane f463de59d9 In psql, avoid leaking a PGresult after a query is cancelled. 2 years ago
Tom Lane c21d4c416a Further review for re-implementation of psql's FETCH_COUNT feature. 2 years ago
John Naylor 0fe5f64367 Teach radix tree to embed values at runtime 2 years ago
John Naylor f35bd9bf35 Teach TID store to skip bitmap for small numbers of offsets 2 years ago
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