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
path:
root
/
src
/
test
/
modules
Age
Commit message (
Expand
)
Author
2023-12-08
Allow parallel CREATE INDEX for BRIN indexes
Tomas Vondra
2023-12-08
Rename ShmemVariableCache to TransamVariables
Heikki Linnakangas
2023-11-30
Add tests for XID wraparound.
Masahiko Sawada
2023-11-30
Apply quotes more consistently to GUC names in logs
Michael Paquier
2023-11-28
Add SLRU tests for 64-bit page case
Alexander Korotkov
2023-11-28
Index SLRUs by 64-bit integers rather than by 32-bit integers
Alexander Korotkov
2023-11-15
src/test/modules/test_dsa needs a .gitignore file.
Tom Lane
2023-11-15
Add test_dsa module.
Heikki Linnakangas
2023-11-14
Allow new role 'regress_dump_login_role' to log in under SSPI.
Tom Lane
2023-11-13
Don't try to dump RLS policies or security labels for extension objects.
Tom Lane
2023-11-08
Make ResourceOwners more easily extensible.
Heikki Linnakangas
2023-11-08
Don't install ldap_password_func in meson
Peter Eisentraut
2023-11-02
Fix 003_check_guc.pl when loading modules with custom GUCs
Michael Paquier
2023-10-26
Add trailing commas to enum definitions
Peter Eisentraut
2023-10-21
Allow ALTER SYSTEM to set unrecognized custom GUCs.
Tom Lane
2023-10-16
worker_spi: Fix test failure with BGWORKER_BYPASS_ROLELOGINCHECK
Michael Paquier
2023-10-16
worker_spi: Bump up max_worker_processes in TAP tests
Michael Paquier
2023-10-12
Add option to bgworkers to allow the bypass of role login check
Michael Paquier
2023-10-10
worker_spi: Fix another stability issue with BGWORKER_BYPASS_ALLOWCONN
Michael Paquier
2023-10-06
worker_spi: Fix test failure with BGWORKER_BYPASS_ALLOWCONN
Michael Paquier
2023-10-06
worker_spi: Add tests for BGWORKER_BYPASS_ALLOWCONN
Michael Paquier
2023-10-05
worker_spi: Expand set of options to start workers
Michael Paquier
2023-10-04
test_shm_mq: Replace WAIT_EVENT_EXTENSION with custom wait events
Michael Paquier
2023-10-04
worker_spi: Rename custom wait event to "WorkerSpiMain"
Michael Paquier
2023-10-03
Fix incorrect format placeholder
Peter Eisentraut
2023-09-05
Remove the "snapshot too old" feature.
Thomas Munro
2023-08-28
Convert encrypted SSL test keys to PKCS#8 format
Peter Eisentraut
2023-08-25
Catalog not-null constraints
Alvaro Herrera
2023-08-20
Add system view pg_wait_events
Michael Paquier
2023-08-16
Add OAT hook calls for more subcommands of ALTER TABLE
Michael Paquier
2023-08-14
Change custom wait events to use dynamic shared hash tables
Michael Paquier
2023-08-07
Reject substituting extension schemas or owners matching ["$'\].
Noah Misch
2023-07-31
Support custom wait events for wait event type "Extension"
Michael Paquier
2023-07-29
worker_spi: Fix race condition in newly-added TAP tests
Michael Paquier
2023-07-27
worker_spi: Switch to TAP tests
Michael Paquier
2023-07-26
worker_spi: Use term "dynamic" for bgworkers launched with worker_spi_launch()
Michael Paquier
2023-07-21
Fix worker_spi when launching workers without shared_preload_libraries
Michael Paquier
2023-07-10
Fix ALTER EXTENSION SET SCHEMA with objects outside an extension's schema
Michael Paquier
2023-07-07
test_extensions: sync meson.build with Makefile.
Jeff Davis
2023-07-04
libpq: Add support for Close on portals and statements
Michael Paquier
2023-07-03
Refactor some code related to wait events "BufferPin" and "Extension"
Michael Paquier
2023-06-23
Fix incorrect error message in libpq_pipeline
Michael Paquier
2023-06-20
test_extensions: make meson.build consistent with Makefile.
Jeff Davis
2023-06-10
Revert "Fix search_path to a safe value during maintenance operations."
Jeff Davis
2023-06-09
Fix search_path to a safe value during maintenance operations.
Jeff Davis
2023-05-19
Pre-beta mechanical code beautification.
Tom Lane
2023-05-19
Show empty BRIN ranges in brin_page_items
Tomas Vondra
2023-05-18
Fix handling of empty ranges and NULLs in BRIN
Tomas Vondra
2023-05-17
Revert "Add USER SET parameter values for pg_db_role_setting"
Alexander Korotkov
2023-05-14
Rename io_direct to debug_io_direct.
Thomas Munro
[next]