]> git.ipfire.org Git - thirdparty/postgresql.git/shortlog
thirdparty/postgresql.git
2024-04-16  Tomas VondraStabilize test of BRIN parallel create
2024-04-16  Tom LaneEnsure generated join clauses for child rels have corre...
2024-04-16  Peter GeogheganFix nbtree posting list comment.
2024-04-16  Peter GeogheganFix nbtree page recycling comment.
2024-04-16  Alexander Korotkovrevert: Generalize relation analyze in table AM interface
2024-04-16  David RowleyImprove test coverage in bump.c
2024-04-16  Michael PaquierAdd missing PGDLLIMPORT markings
2024-04-15  Robert Haasdocs: Consolidate into new "WAL for Extensions" chapter.
2024-04-15  Nathan Bossartdoc: Note exceptions for SET ROLE's effect on privilege...
2024-04-15  Tom LaneFix type-checking of RECORD-returning functions in...
2024-04-15  Alvaro HerreraATTACH PARTITION: Don't match a PK with a UNIQUE constraint
2024-04-15  Alexander KorotkovGrammar fixes for split/merge partitions code
2024-04-15  Alvaro HerreraFix propagating attnotnull in multiple inheritance
2024-04-15  Peter Eisentrautpsql: Make output of \dD more stable
2024-04-15  Peter EisentrautFix ALTER DOMAIN NOT NULL syntax
2024-04-14  Heikki LinnakangasPut back initialization of 'sslmode', to silence Coverity
2024-04-14  Tomas VondraFix unnecessary padding in incremental backups
2024-04-14  Tomas VondraAdd regression test for BRIN parallel builds
2024-04-14  Tomas VondraUse the correct PG_DETOAST_DATUM macro in BRIN
2024-04-14  Tomas VondraUpdate nbits_set in brin_bloom_union
2024-04-13  Noah Mischfreespace: Don't return blocks past the end of the...
2024-04-13  Noah MischCorrect "improve role option documentation".
2024-04-12  Heikki LinnakangasDocument PG_TEST_EXTRA=libpq_encryption and also check...
2024-04-12  Heikki LinnakangasMove libpq encryption negotiation tests
2024-04-12  Heikki LinnakangasFix compilation with --with-gssapi --without-openssl
2024-04-12  Heikki LinnakangasFix libpq_encryption tests when compiled without SSL...
2024-04-12  Andrew DunstanDon't allocate large buffer on the stack in pg_verifybackup
2024-04-12  Andrew DunstanAssorted minor cleanups in the test_json_parser module
2024-04-12  Andrew DunstanShrink test file for test_json_parser module
2024-04-12  Andrew DunstanAdd a TAP test for test_json_parser_perf
2024-04-12  Andrew DunstanFix some memory leaks associated with parsing json...
2024-04-12  David RowleyFix recently introduced typo in code comment
2024-04-12  Amit KapilaFix the review comments and a bug in the slot sync...
2024-04-12  David RowleyFix IS [NOT] NULL qual optimization for inheritance...
2024-04-11  Tom LaneDoc: fix bogus to_date() examples.
2024-04-11  Alexander KorotkovRevert: Implement pg_wal_replay_wait() stored procedure
2024-04-11  Alexander KorotkovRevert: Allow table AM to store complex data structures...
2024-04-11  Alexander KorotkovRevert: Allow table AM tuple_insert() method to return...
2024-04-11  Alexander KorotkovRevert: Allow locking updated tuples in tuple_update...
2024-04-11  Alexander KorotkovRevert: Let table AM insertion methods control index...
2024-04-11  Alexander KorotkovRevert: Custom reloptions for table AM
2024-04-11  Peter Eisentrautmeson: Remove obsolete function test
2024-04-11  Etsuro Fujitapostgres_fdw: Improve comment about handling of asynchr...
2024-04-11  Michael PaquierUse correct datatype for xmin variables in slot.c
2024-04-11  Masahiko SawadaRevert indexed and enlargable binary heap implementation.
2024-04-11  Masahiko SawadaReplace binaryheap + index with pairingheap in reorderb...
2024-04-11  Thomas MunroFix grammar.
2024-04-11  Thomas MunroFix potential stack overflow in incremental backup.
2024-04-11  Michael PaquierFix inconsistency with replay of hash squeeze record...
2024-04-10  Tom LaneFix plpgsql's handling of -- comments following express...
2024-04-10  Daniel GustafssonDoc: Update ulinks to RFC documents to avoid redirect
2024-04-10  Michael PaquierMake GIN tests using injection points concurrent-safe
2024-04-10  Amit KapilaFix a test in failover slots regression test.
2024-04-10  Thomas MunroFix illegal attribute propagation in LLVM JIT.
2024-04-09  David RowleyFixup various StringInfo function usages
2024-04-09  Alexander Korotkovrevert: Transform OR clauses to ANY expression
2024-04-09  David RowleyRemove unused BumpBlockIsValid macro
2024-04-09  Alexander KorotkovChecks for ALTER TABLE ... SPLIT/MERGE PARTITIONS ...
2024-04-09  David RowleyDoc: use "an SQL" instead of "a SQL"
2024-04-09  Daniel Gustafssondoc: Remove stray comma from list of psql options
2024-04-09  Peter EisentrautFix incorrect format placeholders
2024-04-09  Peter EisentrautUpdate config.guess and config.sub
2024-04-09  Peter EisentrautFix whitespace
2024-04-09  John NaylorGet rid of anonymous struct
2024-04-09  Heikki Linnakangaslibpq error message fixes
2024-04-09  Heikki LinnakangasFix typo in docs
2024-04-09  Michael PaquierAdd missing set_pglocale_pgservice() for pg_walsummary...
2024-04-09  Michael Paquierinjection_points: Fix race condition with local injecti...
2024-04-08  Tom LaneIn psql, avoid leaking a PGresult after a query is...
2024-04-08  Tom LaneFurther review for re-implementation of psql's FETCH_CO...
2024-04-08  John NaylorTeach radix tree to embed values at runtime
2024-04-08  John NaylorTeach TID store to skip bitmap for small numbers of...
2024-04-08  Alexander KorotkovProvide a way block-level table AMs could re-use acquir...
2024-04-08  Alexander KorotkovFix some grammer errors from error messages and codes...
2024-04-08  Alexander KorotkovFill CommonRdOptions with default values in extract_aut...
2024-04-08  Heikki LinnakangasAdjust wording of trace_connection_negotiation GUC...
2024-04-08  Alexander KorotkovCustom reloptions for table AM
2024-04-08  Amit KapilaFix the intermittent buildfarm failures in 040_standby_...
2024-04-08  John NaylorUse bump context for TID bitmaps stored by vacuum
2024-04-08  Amit LangoteJSON_TABLE: Add support for NESTED paths and columns
2024-04-08  Amit LangoteFix JsonExpr deparsing to emit QUOTES and WRAPPER correctly
2024-04-08  Amit LangoteFix restriction on specifying KEEP QUOTES in JSON_QUERY()
2024-04-08  Alexander KorotkovFix the wording of or_to_any_transform_limit description
2024-04-08  Alexander KorotkovFix the value of or_to_any_transform_limit in postgresq...
2024-04-08  Andres FreundRemove references to old function name
2024-04-08  Thomas MunroAdd pg_buffercache_evict() function for testing.
2024-04-08  John NaylorFix alignment of stack variable
2024-04-08  Masahiko SawadaAdd more tab completion support for ALTER DEFAULT PRIVI...
2024-04-08  Peter GeogheganRemove redundant nbtree preprocessing assertions.
2024-04-08  Andres Freundsimplehash: Free collisions array in SH_STAT
2024-04-08  Heikki LinnakangasFix check for 'outlen' return from SSL_select_next_proto()
2024-04-08  Heikki LinnakangasSilence perlcritic warnings in new libpq tests
2024-04-08  Heikki LinnakangasSend ALPN in TLS handshake, require it in direct SSL...
2024-04-08  Heikki LinnakangasSupport TLS handshake directly without SSLRequest negot...
2024-04-08  Heikki LinnakangasRefactor libpq state machine for negotiating encryption
2024-04-08  Thomas MunroUse streaming I/O in ANALYZE.
2024-04-08  Michael Paquierinjection_points: Introduce runtime conditions
2024-04-07  Heikki LinnakangasEnhance libpq encryption negotiation tests with new GUC
2024-04-07  Heikki LinnakangasWith gssencmode='require', check credential cache befor...
2024-04-07  Heikki LinnakangasAdd tests for libpq gssencmode and sslmode options
next