index
:
postgresql.git
REL2_0B
REL6_4
REL6_5_PATCHES
REL7_0_PATCHES
REL7_1_STABLE
REL7_2_STABLE
REL7_3_STABLE
REL7_4_STABLE
REL8_0_STABLE
REL8_1_STABLE
REL8_2_STABLE
REL8_3_STABLE
REL8_4_STABLE
REL8_5_ALPHA1_BRANCH
REL8_5_ALPHA2_BRANCH
REL8_5_ALPHA3_BRANCH
REL9_0_ALPHA4_BRANCH
REL9_0_ALPHA5_BRANCH
REL9_0_STABLE
REL9_1_STABLE
REL9_2_STABLE
REL9_3_STABLE
REL9_4_STABLE
REL9_5_STABLE
REL9_6_STABLE
REL_10_STABLE
REL_11_STABLE
REL_12_STABLE
REL_13_STABLE
REL_14_STABLE
REL_15_STABLE
REL_16_STABLE
REL_17_STABLE
REL_18_STABLE
Release_1_0_3
WIN32_DEV
ecpg_big_bison
master
This is the main PostgreSQL git repository.
git repository user
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
2023-06-15
Replace GUC_UNIT_MEMORY|GUC_UNIT_TIME with GUC_UNIT.
Masahiko Sawada
2023-06-15
intarray: Prevent out-of-bound memory reads with gist__int_ops
Michael Paquier
2023-06-15
Fix possible crash in tablesync worker.
Amit Kapila
2023-06-14
Make parseNodeString() C idiom compatible with Visual Studio 2015.
Noah Misch
2023-06-14
Fix typo in comment.
Masahiko Sawada
2023-06-14
Retain relkind too in RTE_SUBQUERY entries for views.
Amit Langote
2023-06-14
Fix make_etags breakage on certain platforms.
Tatsuo Ishii
2023-06-13
Fix "wrong varnullingrels" for Memoize's lateral references, too.
Tom Lane
2023-06-13
Correctly update hasSubLinks while mutating a rule action.
Tom Lane
2023-06-13
doc: Move list entry to proper position
Peter Eisentraut
2023-06-12
Report stats when replaying XLOG_RUNNING_XACTS
Andres Freund
2023-06-12
Accept fractional seconds in jsonpath's datetime() method.
Tom Lane
2023-06-12
src/tools/msvc/clean.bat: Reconcile with PostgreSQL 16 work.
Noah Misch
2023-06-12
src/tools/msvc: Move all.sym temporary file back to Debug/postgres.
Noah Misch
2023-06-12
Add win32ver data to meson-built postgres.exe.
Noah Misch
2023-06-12
Give postgres.exe the icon of other executables.
Noah Misch
2023-06-12
Fix "wrong varnullingrels" for subquery nestloop parameters.
Tom Lane
2023-06-12
Remove a few unused global variables and declarations.
Heikki Linnakangas
2023-06-12
Fix instability in regression test for Parallel Hash Full Join
Michael Paquier
2023-06-12
hstore: Tighten key/value parsing check for whitespaces
Michael Paquier
2023-06-10
nbtree: Allocate new pages in separate function.
Peter Geoghegan
2023-06-10
Add another old commit to git-blame-ignore-revs.
Peter Geoghegan
2023-06-10
Revert "Fix search_path to a safe value during maintenance operations."
Jeff Davis
2023-06-10
meson: Add dependencies to perl modules to various script invocations
Andres Freund
2023-06-10
doc: PG 16 relnotes, add author
Bruce Momjian
2023-06-09
Fix search_path to a safe value during maintenance operations.
Jeff Davis
2023-06-09
Fix missing word in nbtree/README.
Nathan Bossart
2023-06-09
Refactor routine to find single log content pattern in TAP tests
Michael Paquier
2023-06-09
Honor run_as_owner option in tablesync worker.
Masahiko Sawada
2023-06-09
Refactor log check logic for connect_ok/fails in PostgreSQL::Test::Cluster
Michael Paquier
2023-06-08
Fix oversight in outer join removal.
Tom Lane
2023-06-08
Re-allow INDEX_VAR as rt_index in ChangeVarNodes().
Tom Lane
2023-06-08
Fix small overestimation of base64 encoding output length.
Tom Lane
2023-06-08
doc: Fix example command for ALTER FOREIGN TABLE ... OPTIONS.
Fujii Masao
2023-06-07
Don't use _BitScanForward64/_BitScanReverse64 on 32-bit MSVC builds
David Rowley
2023-06-07
Use per-tuple context in ExecGetAllUpdatedCols
Tomas Vondra
2023-06-07
doc: Fix confusing positioning of notes in connection settings
Peter Eisentraut
2023-06-07
Remove read-only server settings lc_collate and lc_ctype
Peter Eisentraut
2023-06-07
Reload configuration more frequently in apply worker.
Amit Kapila
2023-06-06
Initialize 'recordXtime' to silence compiler warning.
Heikki Linnakangas
2023-06-05
doc: PG 16 relnotes, fix PREPARE/EXECUTE wording
Bruce Momjian
2023-06-05
Remove obsolete comment
Peter Eisentraut
2023-06-05
Doc: unify use of timestamp with time zone vs timestamptz
David Rowley
2023-06-04
Doc: explain about dependency tracking for new-style SQL functions.
Tom Lane
2023-06-04
Fix pg_dump's failure to honor dependencies of SQL functions.
Tom Lane
2023-06-04
Fix misuse of pg_log_info() for details/hints.
Tom Lane
2023-06-03
doc: Add note to prevent server spoofing with SCRAM
Michael Paquier
2023-06-01
doc: PG 16 relnotes, add psql \df+ source code change
Bruce Momjian
2023-06-01
doc: add missing "the" in LATERAL sentence.
Bruce Momjian
2023-05-31
doc: PG 16 relnotes, move memory item and reword OUTER item
Bruce Momjian
[next]