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
Age
Commit message (
Expand
)
Author
2022-10-27
Add some tests to check the SQL functions of control file
Michael Paquier
2022-10-26
Add rule_number to pg_hba_file_rules and map_number to pg_ident_file_mappings
Michael Paquier
2022-10-24
Fix recently added incorrect assertion
Alvaro Herrera
2022-10-24
Improve coverage of ruleutils.c for SQLValueFunctions
Michael Paquier
2022-10-24
Fix and improve TAP tests for pg_hba.conf and regexps
Michael Paquier
2022-10-24
Add support for regexps on database and user entries in pg_hba.conf
Michael Paquier
2022-10-20
Make finding openssl program a configure or meson option
Peter Eisentraut
2022-10-20
Improve the accuracy of numeric power() for integer exponents.
Dean Rasheed
2022-10-19
Better handle interrupting TAP tests
Alvaro Herrera
2022-10-19
Rework shutdown callback of archiver modules
Michael Paquier
2022-10-18
Remove no-longer-needed compatibility hack
Alvaro Herrera
2022-10-18
Rename SetSingleFuncCall() to InitMaterializedSRF()
Michael Paquier
2022-10-17
Record dependencies of a cast on other casts that it requires.
Tom Lane
2022-10-17
Add checks for regexes with user name map in test for peer authentication
Michael Paquier
2022-10-16
Fix EXPLAIN of SEARCH BREADTH FIRST with a constant initial value.
Tom Lane
2022-10-14
pgstat: Track time of the last scan of a relation
Andres Freund
2022-10-14
libpq: Reset singlerow flag correctly in pipeline mode
Alvaro Herrera
2022-10-13
Put tests of md5() function into separate test file
Peter Eisentraut
2022-10-13
Improve the WARNING message for CREATE SUBSCRIPTION.
Amit Kapila
2022-10-12
Fix outdated code reference
Alvaro Herrera
2022-10-11
Fix compilation warning in test_copy_callbacks
Michael Paquier
2022-10-11
Yet further fixes for multi-row VALUES lists for updatable views.
Tom Lane
2022-10-11
Add TAP tests for role membership in pg_hba.conf
Michael Paquier
2022-10-11
Add support for COPY TO callback functions
Michael Paquier
2022-10-07
Fix self-referencing foreign keys with partitioned tables
Alvaro Herrera
2022-10-07
Create subscription stats entry at CREATE SUBSCRIPTION time
Andres Freund
2022-10-07
Fix final warnings produced by -Wshadow=compatible-local
David Rowley
2022-10-06
Remove uses of MemoryContextContains in nodeAgg.c and nodeWindowAgg.c.
Tom Lane
2022-10-06
Refactor TAP test authentication/001_password.pl
Michael Paquier
2022-10-05
tests: Restrict pg_locks queries in advisory_locks.sql to current database
Andres Freund
2022-10-05
meson: Add windows resource files
Andres Freund
2022-10-03
Revert "Optimize order of GROUP BY keys".
Tom Lane
2022-10-03
Add authentication TAP test for peer authentication
Michael Paquier
2022-09-30
Fix tab-completion after commit 790bf615ddba
Alvaro Herrera
2022-09-29
Improve wording of log messages triggered by max_slot_wal_keep_size.
Tom Lane
2022-09-29
Use actual backend IDs in pg_stat_get_backend_idset() and friends.
Tom Lane
2022-09-29
Introduce SYSTEM_USER
Michael Paquier
2022-09-29
meson: pg_regress: Define a HOST_TUPLE sufficient to make resultmap work
Andres Freund
2022-09-28
Revert 56-bit relfilenode change and follow-up commits.
Robert Haas
2022-09-27
Increase width of RelFileNumbers from 32 bits to 56 bits.
Robert Haas
2022-09-27
Introduce GUC_NO_RESET flag.
Tom Lane
2022-09-27
Improve some publication-related error messages
Alvaro Herrera
2022-09-25
Fix tupdesc lifespan bug with AfterTriggersTableData.storeslot.
Tom Lane
2022-09-25
Avoid loss of code coverage with unlogged-index test cases.
Tom Lane
2022-09-24
Message style improvements
Peter Eisentraut
2022-09-23
pgstat: Fix transactional stats dropping for indexes
Andres Freund
2022-09-23
Remove PQsendQuery support in pipeline mode
Alvaro Herrera
2022-09-23
Stop using PQsendQuery in libpq_pipeline
Alvaro Herrera
2022-09-23
Allow publications with schema and table of the same schema.
Amit Kapila
2022-09-22
Harmonize more lexer function parameter names.
Peter Geoghegan
[next]