summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2023-03-08Allow tailoring of ICU locales with custom rulesPeter Eisentraut
2023-03-08Clean up commentsPeter Eisentraut
2023-03-08Break up long GETTEXT_FILES listsPeter Eisentraut
2023-03-08Update commentPeter Eisentraut
2023-03-08Fix corruption due to vacuum_defer_cleanup_age underflowing 64bit xidsAndres Freund
2023-03-08Refine query jumbling handling for CallStmtMichael Paquier
2023-03-08meson: don't require 'touch' binary, make use of 'cp' optionalAndres Freund
2023-03-08Ignore IntoClause.viewQuery in query jumblingMichael Paquier
2023-03-08Improve readability of code PROCESS_MAIN in vacuum_rel()Michael Paquier
2023-03-07Fix more bugs caused by adding columns to the end of a view.Tom Lane
2023-03-07Add support for unit "B" to pg_size_bytes()Peter Eisentraut
2023-03-07Fix flakey pg_stat_io testAndres Freund
2023-03-07Make get_extension_schema() availableMichael Paquier
2023-03-07Fix incorrect comment in pg_get_partkeydef()David Rowley
2023-03-06Fix some more cases of missed GENERATED-column updates.Tom Lane
2023-03-06Silence -Wmissing-braces complaints in file_utils.cMichael Paquier
2023-03-06Fill EState.es_rteperminfos more systematically.Tom Lane
2023-03-06Reword overly-optimistic comment about backup checksum verification.Robert Haas
2023-03-06Remove an old comment that doesn't seem especially useful.Robert Haas
2023-03-06In basebackup.c, perform end-of-file test after checksum validation.Robert Haas
2023-03-06Fix handling of default option values in createuserDaniel Gustafsson
2023-03-06Add PROCESS_MAIN to VACUUMMichael Paquier
2023-03-06Improve the regression tests of VACUUM (PROCESS_TOAST)Michael Paquier
2023-03-06Deduplicate handling of binary and text modes in logicalrep_read_tuple().Amit Kapila
2023-03-06Revise pg_pwrite_zeros()Michael Paquier
2023-03-06Fix assert failures in parallel SERIALIZABLE READ ONLY.Thomas Munro
2023-03-05SQL JSON path enhanced numeric literalsPeter Eisentraut
2023-03-04Avoid failure when altering state of partitioned foreign-key triggers.Tom Lane
2023-03-04Tighten header pre-inclusions in headerscheck and cpluspluscheck.Tom Lane
2023-03-03Update some incorrect comments about xlog records.Robert Haas
2023-03-03meson: Prevent installation of test files during main installPeter Eisentraut
2023-03-03Fix incorrect format placeholdersPeter Eisentraut
2023-03-03Force testing of query jumbling in 027_stream_regress.plMichael Paquier
2023-03-02Harden new test case against force_parallel_mode = regress.Tom Lane
2023-03-02Show "internal name" not "source code" in psql's \df+ command.Tom Lane
2023-03-02Don't leak descriptors into subprograms.Thomas Munro
2023-03-02Remove local optimizations of empty Bitmapsets into null pointers.Tom Lane
2023-03-02Require empty Bitmapsets to be represented as NULL.Tom Lane
2023-03-02Mop up some undue familiarity with the innards of Bitmapsets.Tom Lane
2023-03-02Remove bms_first_member().Tom Lane
2023-03-02Mark options as deprecated in usage outputDaniel Gustafsson
2023-03-02Fix outdated references to guc.cDaniel Gustafsson
2023-03-02Make some xlogreader messages more accuratePeter Eisentraut
2023-03-01Avoid fetching one past the end of translate()'s "to" parameter.Tom Lane
2023-03-01Improve wording in pg_dump compression docsTomas Vondra
2023-03-01Fix condition in pg_dump TAP testTomas Vondra
2023-03-01meson: Add equivalent of configure --disable-rpath optionPeter Eisentraut
2023-03-01Suppress more compiler warnings in new pgstats code.Tom Lane
2023-02-28Fix logic buglets in pg_dump's flagInhAttrs().Tom Lane
2023-02-28Remove unnecessary and problematic collate.windows.win1252 testsAndrew Dunstan