2023-06-20 | Michael Paquier | Enable archiving in recovery TAP test 009_twophase.pl | commit | commitdiff | tree |
2023-06-19 | Andres Freund | fd.c: Retry after EINTR in more places | commit | commitdiff | tree |
2023-06-19 | Jeff Davis | pg_regress: for --no-locale, use LOCALE='C'. | commit | commitdiff | tree |
2023-06-19 | David Rowley | Don't use partial unique indexes for unique proofs... | commit | commitdiff | tree |
2023-06-16 | Jeff Davis | CREATE DATABASE: make LOCALE apply to all collation... | commit | commitdiff | tree |
2023-06-16 | Peter Eisentraut | libpq: Add missing gettext trigger | commit | commitdiff | tree |
2023-06-16 | Masahiko Sawada | Add missing pg_basebackup TAP test for meson. | commit | commitdiff | tree |
2023-06-16 | Amit Langote | Fix typo in comment. | commit | commitdiff | tree |
2023-06-15 | Tom Lane | When removing a left join, clean out references in... | commit | commitdiff | tree |
2023-06-15 | Amit Langote | Remove outdated reference to a removed file | commit | commitdiff | tree |
2023-06-15 | Peter Eisentraut | libpq: Fix up some error message coding | commit | commitdiff | tree |
2023-06-15 | Michael Paquier | Add missing subscription TAP test for meson | commit | commitdiff | tree |
2023-06-15 | Masahiko Sawada | Replace GUC_UNIT_MEMORY|GUC_UNIT_TIME with GUC_UNIT. | commit | commitdiff | tree |
2023-06-15 | Michael Paquier | intarray: Prevent out-of-bound memory reads with gist__... | commit | commitdiff | tree |
2023-06-15 | Amit Kapila | Fix possible crash in tablesync worker. | commit | commitdiff | tree |
2023-06-14 | Noah Misch | Make parseNodeString() C idiom compatible with Visual... | commit | commitdiff | tree |
2023-06-14 | Masahiko Sawada | Fix typo in comment. | commit | commitdiff | tree |
2023-06-14 | Amit Langote | Retain relkind too in RTE_SUBQUERY entries for views. | commit | commitdiff | tree |
2023-06-14 | Tatsuo Ishii | Fix make_etags breakage on certain platforms. | commit | commitdiff | tree |
2023-06-13 | Tom Lane | Fix "wrong varnullingrels" for Memoize's lateral refere... | commit | commitdiff | tree |
2023-06-13 | Tom Lane | Correctly update hasSubLinks while mutating a rule... | commit | commitdiff | tree |
2023-06-13 | Peter Eisentraut | doc: Move list entry to proper position | commit | commitdiff | tree |
2023-06-12 | Andres Freund | Report stats when replaying XLOG_RUNNING_XACTS | commit | commitdiff | tree |
2023-06-12 | Tom Lane | Accept fractional seconds in jsonpath's datetime()... | commit | commitdiff | tree |
2023-06-12 | Noah Misch | src/tools/msvc/clean.bat: Reconcile with PostgreSQL... | commit | commitdiff | tree |
2023-06-12 | Noah Misch | src/tools/msvc: Move all.sym temporary file back to... | commit | commitdiff | tree |
2023-06-12 | Noah Misch | Add win32ver data to meson-built postgres.exe. | commit | commitdiff | tree |
2023-06-12 | Noah Misch | Give postgres.exe the icon of other executables. | commit | commitdiff | tree |
2023-06-12 | Tom Lane | Fix "wrong varnullingrels" for subquery nestloop parame... | commit | commitdiff | tree |
2023-06-12 | Heikki Linnakangas | Remove a few unused global variables and declarations. | commit | commitdiff | tree |
2023-06-12 | Michael Paquier | Fix instability in regression test for Parallel Hash... | commit | commitdiff | tree |
2023-06-12 | Michael Paquier | hstore: Tighten key/value parsing check for whitespaces | commit | commitdiff | tree |
2023-06-10 | Peter Geoghegan | nbtree: Allocate new pages in separate function. | commit | commitdiff | tree |
2023-06-10 | Peter Geoghegan | Add another old commit to git-blame-ignore-revs. | commit | commitdiff | tree |
2023-06-10 | Jeff Davis | Revert "Fix search_path to a safe value during maintena... | commit | commitdiff | tree |
2023-06-10 | Andres Freund | meson: Add dependencies to perl modules to various... | commit | commitdiff | tree |
2023-06-10 | Bruce Momjian | doc: PG 16 relnotes, add author | commit | commitdiff | tree |
2023-06-09 | Jeff Davis | Fix search_path to a safe value during maintenance... | commit | commitdiff | tree |
2023-06-09 | Nathan Bossart | Fix missing word in nbtree/README. | commit | commitdiff | tree |
2023-06-09 | Michael Paquier | Refactor routine to find single log content pattern... | commit | commitdiff | tree |
2023-06-09 | Masahiko Sawada | Honor run_as_owner option in tablesync worker. | commit | commitdiff | tree |
2023-06-09 | Michael Paquier | Refactor log check logic for connect_ok/fails in Postgr... | commit | commitdiff | tree |
2023-06-08 | Tom Lane | Fix oversight in outer join removal. | commit | commitdiff | tree |
2023-06-08 | Tom Lane | Re-allow INDEX_VAR as rt_index in ChangeVarNodes(). | commit | commitdiff | tree |
2023-06-08 | Tom Lane | Fix small overestimation of base64 encoding output... | commit | commitdiff | tree |
2023-06-08 | Fujii Masao | doc: Fix example command for ALTER FOREIGN TABLE .... | commit | commitdiff | tree |
2023-06-07 | David Rowley | Don't use _BitScanForward64/_BitScanReverse64 on 32... | commit | commitdiff | tree |
2023-06-07 | Tomas Vondra | Use per-tuple context in ExecGetAllUpdatedCols | commit | commitdiff | tree |
2023-06-07 | Peter Eisentraut | doc: Fix confusing positioning of notes in connection... | commit | commitdiff | tree |
2023-06-07 | Peter Eisentraut | Remove read-only server settings lc_collate and lc_ctype | commit | commitdiff | tree |
2023-06-07 | Amit Kapila | Reload configuration more frequently in apply worker. | commit | commitdiff | tree |
2023-06-06 | Heikki Linnakangas | Initialize 'recordXtime' to silence compiler warning. | commit | commitdiff | tree |
2023-06-05 | Bruce Momjian | doc: PG 16 relnotes, fix PREPARE/EXECUTE wording | commit | commitdiff | tree |
2023-06-05 | Peter Eisentraut | Remove obsolete comment | commit | commitdiff | tree |
2023-06-05 | David Rowley | Doc: unify use of timestamp with time zone vs timestamptz | commit | commitdiff | tree |
2023-06-04 | Tom Lane | Doc: explain about dependency tracking for new-style... | commit | commitdiff | tree |
2023-06-04 | Tom Lane | Fix pg_dump's failure to honor dependencies of SQL... | commit | commitdiff | tree |
2023-06-04 | Tom Lane | Fix misuse of pg_log_info() for details/hints. | commit | commitdiff | tree |
2023-06-03 | Michael Paquier | doc: Add note to prevent server spoofing with SCRAM | commit | commitdiff | tree |
2023-06-01 | Bruce Momjian | doc: PG 16 relnotes, add psql \df+ source code change | commit | commitdiff | tree |
2023-06-01 | Bruce Momjian | doc: add missing "the" in LATERAL sentence. | commit | commitdiff | tree |
2023-05-31 | Bruce Momjian | doc: PG 16 relnotes, move memory item and reword OUTER... | commit | commitdiff | tree |
2023-05-30 | Bruce Momjian | doc: PG 16 relnotes, add memory overhead reduction... | commit | commitdiff | tree |
2023-05-30 | Bruce Momjian | doc: PG 16 relnotes, adjust subscription origin mention | commit | commitdiff | tree |
2023-05-30 | Bruce Momjian | doc: PG 16 relnotes, adjust auto_explain logging item | commit | commitdiff | tree |
2023-05-30 | Daniel Gustafsson | doc: Add missing backend_type to pg_stat_activity | commit | commitdiff | tree |
2023-05-29 | Bruce Momjian | doc: PG 16 relnotes: adjust outer/full hash join parall... | commit | commitdiff | tree |
2023-05-29 | Bruce Momjian | doc: PG 16 relnotes, fix duplicate author and commit | commit | commitdiff | tree |
2023-05-28 | Bruce Momjian | doc: PG 16 relnotes, fix "locale" typo and windows... | commit | commitdiff | tree |
2023-05-26 | Jeff Davis | ICU: use uloc_getDefault() for initdb. | commit | commitdiff | tree |
2023-05-26 | Tom Lane | Fix joinclause removal logic to cope with cloned clauses. | commit | commitdiff | tree |
2023-05-26 | Jeff Davis | Doc fixes for commit 1e16af8ab5. | commit | commitdiff | tree |
2023-05-25 | Peter Geoghegan | nbtree VACUUM: cope with right sibling link corruption. | commit | commitdiff | tree |
2023-05-25 | Tom Lane | Fix filtering of "cloned" outer-join quals some more. | commit | commitdiff | tree |
2023-05-25 | Daniel Gustafsson | doc: fix typo in language tag documentation | commit | commitdiff | tree |
2023-05-25 | Daniel Gustafsson | doc: Fix example query for pg_walinspect | commit | commitdiff | tree |
2023-05-25 | Alvaro Herrera | Fix pgbench in prepared mode with an empty pipeline | commit | commitdiff | tree |
2023-05-25 | Michael Paquier | Fix typo in TAP tests of vacuumdb | commit | commitdiff | tree |
2023-05-25 | Bruce Momjian | doc: PG 16 relnotes, add author from previous merge | commit | commitdiff | tree |
2023-05-24 | Bruce Momjian | doc: PG 16 relnotes, wording adjustments | commit | commitdiff | tree |
2023-05-24 | Bruce Momjian | doc: PG 16 relnotes, merge and move vector items | commit | commitdiff | tree |
2023-05-24 | Bruce Momjian | doc: PG 16 relnotes, update xid/subxid searches item | commit | commitdiff | tree |
2023-05-24 | Nathan Bossart | Document deprecated createuser option. | commit | commitdiff | tree |
2023-05-23 | Tom Lane | Doc: update src/tools/pginclude/README. | commit | commitdiff | tree |
2023-05-23 | Tom Lane | Fix the install rule for snowball_create.sql. | commit | commitdiff | tree |
2023-05-23 | Peter Eisentraut | Use lower case for icu_validation_level values | commit | commitdiff | tree |
2023-05-23 | Peter Eisentraut | Punctuation improvement in postgresql.conf.sample | commit | commitdiff | tree |
2023-05-23 | Peter Eisentraut | Add newline at end of file | commit | commitdiff | tree |
2023-05-23 | Bruce Momjian | doc: PG 16 relnotes, SIMD improvements | commit | commitdiff | tree |
2023-05-22 | Tom Lane | Stamp 16beta1. REL_16_BETA1 | commit | commitdiff | tree |
2023-05-22 | Bruce Momjian | doc: PG 16 relnotes, add major features list | commit | commitdiff | tree |
2023-05-22 | Tom Lane | Spell the values of libpq's gssdelegation parameter... | commit | commitdiff | tree |
2023-05-22 | Bruce Momjian | doc: PG 16 relnotes, improve desc. of pg_log_standby_s... | commit | commitdiff | tree |
2023-05-22 | Peter Eisentraut | Translation updates | commit | commitdiff | tree |
2023-05-22 | Alvaro Herrera | pg_dump doc: mention 'long' is valid for --compress | commit | commitdiff | tree |
2023-05-22 | Bruce Momjian | doc: PG 16 relnotes, improve description of standby... | commit | commitdiff | tree |
2023-05-22 | Nathan Bossart | Rename some createuser options. | commit | commitdiff | tree |
2023-05-22 | Bruce Momjian | doc: PG 16 relnotes, misc merged items and bootstrap... | commit | commitdiff | tree |
2023-05-21 | Bruce Momjian | doc: PG 16 relnotes, misc. updates | commit | commitdiff | tree |
2023-05-21 | Tom Lane | In clause_is_computable_at(), test required_relids... | commit | commitdiff | tree |
next |