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
2022-05-11
Remove non-functional code for unloading loadable modules.
Robert Haas
2022-04-13
Remove extraneous blank lines before block-closing braces
Alvaro Herrera
2022-04-07
Extend plsample example to include a trigger handler.
Tom Lane
2022-04-07
pgstat: store statistics in shared memory.
Andres Freund
2022-04-06
Allow granting SET and ALTER SYSTEM privileges on GUC parameters.
Tom Lane
2022-03-28
Use has_privs_for_roles for predefined role checks
Joe Conway
2022-03-24
Remove unused module imports from TAP tests
Daniel Gustafsson
2022-03-23
Clean test_rls_hooks module
Andrew Dunstan
2022-03-23
Force NO_LOCALE / UTF8 for test_oat_hooks tests
Andrew Dunstan
2022-03-23
Use approved style for listing OBJS in test_oat_hooks Makefile
Andrew Dunstan
2022-03-23
Temporarily disable installcheck for test_oat_hooks module
Andrew Dunstan
2022-03-22
Tidy up Object Access hooks tests
Andrew Dunstan
2022-03-22
Fix new Object Access hooks test
Andrew Dunstan
2022-03-22
Add a test module for Object Access hooks
Andrew Dunstan
2022-02-21
Disallow setting bogus GUCs within an extension's reserved namespace.
Tom Lane
2022-02-20
Remove PostgreSQL::Test::Utils::perl2host completely
Andrew Dunstan
2022-02-16
Add TAP test to automate the equivalent of check_guc, take two
Michael Paquier
2022-02-12
Revert "Add TAP test to automate the equivalent of check_guc"
Michael Paquier
2022-02-11
Replace Test::More plans with done_testing
Daniel Gustafsson
2022-02-09
Add TAP test to automate the equivalent of check_guc
Michael Paquier
2022-01-25
Fix various typos, grammar and code style in comments and docs
Michael Paquier
2022-01-21
Add new simple TAP test for tablespaces, attempt II.
Thomas Munro
2022-01-17
pg_upgrade: Preserve relfilenodes and tablespace OIDs.
Robert Haas
2022-01-14
Revert "Add new simple TAP test for tablespaces."
Thomas Munro
2022-01-14
Add new simple TAP test for tablespaces.
Thomas Munro
2022-01-08
Update copyright for 2022
Bruce Momjian
2021-12-27
Revert changes about warnings/errors for placeholders.
Tom Lane
2021-12-27
Rename EmitWarningsOnPlaceholders() to MarkGUCPrefixReserved().
Tom Lane
2021-12-21
Add missing EmitWarningsOnPlaceholders() calls.
Tom Lane
2021-11-30
Ignore BRIN indexes when checking for HOT udpates
Tomas Vondra
2021-11-29
Replace random(), pg_erand48(), etc with a better PRNG API and algorithm.
Tom Lane
2021-10-24
Move Perl test modules to a better namespace
Andrew Dunstan
2021-10-22
Add module build directory to the PATH for TAP tests
Andrew Dunstan
2021-10-14
shm_mq: Update mq_bytes_written less often.
Robert Haas
2021-10-06
Fix loop variable signedness
Peter Eisentraut
2021-10-01
Reference test binary using TESTDIR in 001_libpq_pipeline.pl.
Andres Freund
2021-09-06
Remove some unused variables in TAP tests
Michael Paquier
2021-08-24
Fix regexp misbehavior with capturing parens inside "{0}".
Tom Lane
2021-08-23
Prevent regexp back-refs from sometimes matching when they shouldn't.
Tom Lane
2021-08-17
Reduce assumptions about locale's behavior in new regex tests.
Tom Lane
2021-08-17
Improve regex compiler's arc moving/copying logic.
Tom Lane
2021-08-09
Avoid determining regexp subexpression matches, when possible.
Tom Lane
2021-08-08
Fix use-after-free issue in regexp engine.
Tom Lane
2021-08-01
Silence perl warning about uninitialized value
Andrew Dunstan
2021-07-29
Unify PostgresNode's new() and get_new_node() methods
Andrew Dunstan
2021-07-27
Avoid using ambiguous word "non-negative" in error messages.
Fujii Masao
2021-07-19
Use l*_node() family of functions where appropriate
Peter Eisentraut
2021-07-09
libpq: Fix sending queries in pipeline aborted state
Alvaro Herrera
2021-06-29
Fix libpq state machine in pipeline mode
Alvaro Herrera
2021-06-29
Dump public schema ownership and security labels.
Noah Misch
[next]