summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2023-04-03pg_basebackup: Correct type of WalSegSzPeter Eisentraut
2023-04-03Remove some global variables from vacuum.cDavid Rowley
2023-04-03Doc: update pgindent/README.Tom Lane
2023-04-02Add info in WAL records in preparation for logical slot conflict handlingAndres Freund
2023-04-02Fix copy-pasto in contrib/auth_delay/meson.build variable name.Noah Misch
2023-04-02Use PG_TEST_TIMEOUT_DEFAULT in 019_replslot_limit.pl.Noah Misch
2023-04-02Pass down table relation into more index relation functionsAndres Freund
2023-04-02Assert only valid flag bits are passed to visibilitymap_set()Andres Freund
2023-04-02hio: Release extension lock before initializing page / pinning VMAndres Freund
2023-03-31pg_dump: Use only LZ4 frame format for compressionTomas Vondra
2023-03-31Doc: add Buffer Access Strategy to the glossaryDavid Rowley
2023-03-31Add show_data option to pg_get_wal_block_info.Peter Geoghegan
2023-03-31SQL/JSON: support the IS JSON predicateAlvaro Herrera
2023-03-31Further tweaking of width_bucket() edge cases.Tom Lane
2023-03-31Reject system columns as elements of foreign keys.Tom Lane
2023-03-31Ensure acquire_inherited_sample_rows sets its output parameters.Tom Lane
2023-03-31pg_regress: Emit TAP compliant outputDaniel Gustafsson
2023-03-31Move ExecEvalJsonConstructor new function to a more natural placeAlvaro Herrera
2023-03-31No need to add FORMAT to the keyword precedence listAlvaro Herrera
2023-03-31Add XML ID attributes to create_publication.sgml.Amit Kapila
2023-03-31Bump PGSTAT_FILE_FORMAT_ID, omitted in 8aaa04b32d7Andres Freund
2023-03-31Track shared buffer hits in pg_stat_ioAndres Freund
2023-03-30Fix List memory issue in transformColumnDefinitionDavid Rowley
2023-03-30Parallel Hash Full Join.Thomas Munro
2023-03-30pg_stat_wal: Accumulate time as instr_time instead of microsecondsAndres Freund
2023-03-30Show record information in pg_get_wal_block_info.Peter Geoghegan
2023-03-30Simplify transformJsonAggConstructor() APIAlvaro Herrera
2023-03-30Fix inconsistencies and style issues in new SQL/JSON codeAlvaro Herrera
2023-03-30Fix setrefs.c code for adjusting partPruneInfosAlvaro Herrera
2023-03-30Fix format code in fd.c debugging infrastructureAndres Freund
2023-03-30bufmgr: Fix undefined behaviour with, unrealistically, large temp_buffersAndres Freund
2023-03-30Clean up role created in new subscription test.Tom Lane
2023-03-30Fix documentation build for c3afe8cf5a1e465bd71e48e4bc717f5bfdc7a7d6.Robert Haas
2023-03-30Add new predefined role pg_create_subscription.Robert Haas
2023-03-30Avoid overflow in width_bucket_float8().Tom Lane
2023-03-30Fix pointer cast for seed calculation on 32-bit systemsDaniel Gustafsson
2023-03-30Fix incorrect format placeholdersPeter Eisentraut
2023-03-30Refactor pgoutput_change().Amit Kapila
2023-03-30Fix outdated comments regarding TupleTableSlotsDavid Rowley
2023-03-29Support connection load balancing in libpqDaniel Gustafsson
2023-03-29Copy and store addrinfo in libpq-owned private memoryDaniel Gustafsson
2023-03-29Fix dereference of dangling pointer in GiST index buffering build.Tom Lane
2023-03-29Add missing .gitignore entries.Tom Lane
2023-03-29Remove empty function BufmgrCommit().Tom Lane
2023-03-29SQL/JSON: add standard JSON constructor functionsAlvaro Herrera
2023-03-29Fix some section numbers in information_schema.sqlPeter Eisentraut
2023-03-29meson: Change default buildtype to debugoptimizedPeter Eisentraut
2023-03-29Move definition of standard collations from initdb to pg_collation.datPeter Eisentraut
2023-03-29Simplify useless 0L constantsPeter Eisentraut
2023-03-29Avoid syncing data twice for the 'publish_via_partition_root' option.Amit Kapila