summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2023-06-15Replace GUC_UNIT_MEMORY|GUC_UNIT_TIME with GUC_UNIT.Masahiko Sawada
2023-06-15intarray: Prevent out-of-bound memory reads with gist__int_opsMichael Paquier
2023-06-15Fix possible crash in tablesync worker.Amit Kapila
2023-06-14Make parseNodeString() C idiom compatible with Visual Studio 2015.Noah Misch
2023-06-14Fix typo in comment.Masahiko Sawada
2023-06-14Retain relkind too in RTE_SUBQUERY entries for views.Amit Langote
2023-06-14Fix make_etags breakage on certain platforms.Tatsuo Ishii
2023-06-13Fix "wrong varnullingrels" for Memoize's lateral references, too.Tom Lane
2023-06-13Correctly update hasSubLinks while mutating a rule action.Tom Lane
2023-06-13doc: Move list entry to proper positionPeter Eisentraut
2023-06-12Report stats when replaying XLOG_RUNNING_XACTSAndres Freund
2023-06-12Accept fractional seconds in jsonpath's datetime() method.Tom Lane
2023-06-12src/tools/msvc/clean.bat: Reconcile with PostgreSQL 16 work.Noah Misch
2023-06-12src/tools/msvc: Move all.sym temporary file back to Debug/postgres.Noah Misch
2023-06-12Add win32ver data to meson-built postgres.exe.Noah Misch
2023-06-12Give postgres.exe the icon of other executables.Noah Misch
2023-06-12Fix "wrong varnullingrels" for subquery nestloop parameters.Tom Lane
2023-06-12Remove a few unused global variables and declarations.Heikki Linnakangas
2023-06-12Fix instability in regression test for Parallel Hash Full JoinMichael Paquier
2023-06-12hstore: Tighten key/value parsing check for whitespacesMichael Paquier
2023-06-10nbtree: Allocate new pages in separate function.Peter Geoghegan
2023-06-10Add another old commit to git-blame-ignore-revs.Peter Geoghegan
2023-06-10Revert "Fix search_path to a safe value during maintenance operations."Jeff Davis
2023-06-10meson: Add dependencies to perl modules to various script invocationsAndres Freund
2023-06-10doc: PG 16 relnotes, add authorBruce Momjian
2023-06-09Fix search_path to a safe value during maintenance operations.Jeff Davis
2023-06-09Fix missing word in nbtree/README.Nathan Bossart
2023-06-09Refactor routine to find single log content pattern in TAP testsMichael Paquier
2023-06-09Honor run_as_owner option in tablesync worker.Masahiko Sawada
2023-06-09Refactor log check logic for connect_ok/fails in PostgreSQL::Test::ClusterMichael Paquier
2023-06-08Fix oversight in outer join removal.Tom Lane
2023-06-08Re-allow INDEX_VAR as rt_index in ChangeVarNodes().Tom Lane
2023-06-08Fix small overestimation of base64 encoding output length.Tom Lane
2023-06-08doc: Fix example command for ALTER FOREIGN TABLE ... OPTIONS.Fujii Masao
2023-06-07Don't use _BitScanForward64/_BitScanReverse64 on 32-bit MSVC buildsDavid Rowley
2023-06-07Use per-tuple context in ExecGetAllUpdatedColsTomas Vondra
2023-06-07doc: Fix confusing positioning of notes in connection settingsPeter Eisentraut
2023-06-07Remove read-only server settings lc_collate and lc_ctypePeter Eisentraut
2023-06-07Reload configuration more frequently in apply worker.Amit Kapila
2023-06-06Initialize 'recordXtime' to silence compiler warning.Heikki Linnakangas
2023-06-05doc: PG 16 relnotes, fix PREPARE/EXECUTE wordingBruce Momjian
2023-06-05Remove obsolete commentPeter Eisentraut
2023-06-05Doc: unify use of timestamp with time zone vs timestamptzDavid Rowley
2023-06-04Doc: explain about dependency tracking for new-style SQL functions.Tom Lane
2023-06-04Fix pg_dump's failure to honor dependencies of SQL functions.Tom Lane
2023-06-04Fix misuse of pg_log_info() for details/hints.Tom Lane
2023-06-03doc: Add note to prevent server spoofing with SCRAMMichael Paquier
2023-06-01doc: PG 16 relnotes, add psql \df+ source code changeBruce Momjian
2023-06-01doc: add missing "the" in LATERAL sentence.Bruce Momjian
2023-05-31doc: PG 16 relnotes, move memory item and reword OUTER itemBruce Momjian