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-12-06
Rework query relation permission checking
Alvaro Herrera
2022-12-05
pg_dump: Remove "blob" terminology
Peter Eisentraut
2022-12-02
Remove logic for converting a table to a view.
Tom Lane
2022-12-02
Switch pg_dump to use compression specifications
Michael Paquier
2022-11-19
Disable debug_discard_caches in test_oat_hooks test.
Tom Lane
2022-11-17
Remove unneeded include in test_slru.c
Michael Paquier
2022-11-16
Fix test in ae168c794f, per buildfarm.
Jeff Davis
2022-11-16
Add test module for SLRUs
Michael Paquier
2022-11-16
Mark argument of RegisterCustomRmgr() as const.
Jeff Davis
2022-11-15
Add test module for Custom WAL Resource Manager feature.
Jeff Davis
2022-11-13
Use installed postgresql.conf.sample for GUC sanity TAP test
Andrew Dunstan
2022-10-20
Make finding openssl program a configure or meson option
Peter Eisentraut
2022-10-18
Rename SetSingleFuncCall() to InitMaterializedSRF()
Michael Paquier
2022-10-14
libpq: Reset singlerow flag correctly in pipeline mode
Alvaro Herrera
2022-10-12
Fix outdated code reference
Alvaro Herrera
2022-10-11
Fix compilation warning in test_copy_callbacks
Michael Paquier
2022-10-11
Add support for COPY TO callback functions
Michael Paquier
2022-10-07
Fix final warnings produced by -Wshadow=compatible-local
David Rowley
2022-10-05
meson: Add windows resource files
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-22
meson: Add initial version of meson based build system
Andres Freund
2022-09-19
Consistently use named parameters in regex code.
Peter Geoghegan
2022-09-15
Detect format-string mistakes in the libpq_pipeline test module.
Tom Lane
2022-09-14
Doc: add some doco about using the libpq_pipeline test module.
Tom Lane
2022-08-26
Add optimized functions for linear search within byte arrays
John Naylor
2022-08-17
Avoid using list_length() to test for empty list.
Tom Lane
2022-08-13
Remove configure probe for sys/select.h.
Thomas Munro
2022-08-10
Fix typo in test_oat_hooks README
Daniel Gustafsson
2022-08-10
Introduce optimized routine for linear searches of arrays
John Naylor
2022-08-08
Stabilize output of new regression test.
Tom Lane
2022-08-08
In extensions, don't replace objects not belonging to the extension.
Tom Lane
2022-08-07
Remove unportable use of timezone in recent test
Alvaro Herrera
2022-08-05
BRIN: mask BRIN_EVACUATE_PAGE for WAL consistency checking
Alvaro Herrera
2022-08-03
Reduce test runtime of src/test/modules/snapshot_too_old.
Tom Lane
2022-07-31
Remove test_oat_hooks.c's nodetag_to_string().
Tom Lane
2022-07-31
Feed ObjectAddress to event triggers for ALTER TABLE ATTACH/DETACH
Michael Paquier
2022-07-31
Expand tests of test_ddl_deparse/ for ALTER TABLE
Michael Paquier
2022-07-19
Fix missed corner cases for grantable permissions on GUCs.
Tom Lane
2022-07-18
Mark all symbols exported from extension libraries PGDLLEXPORT.
Andres Freund
2022-07-18
Remove now superfluous declarations of dlsym()ed symbols.
Andres Freund
2022-07-16
Replace many MemSet calls with struct initialization
Peter Eisentraut
2022-07-13
Fix flag tests in src/test/modules/test_oat_hooks
Alvaro Herrera
2022-07-12
Add copy/equal support for XID lists
Alvaro Herrera
2022-07-11
Fix two portability issues with the tests of test_oat_hooks
Michael Paquier
2022-07-09
Mark Scan as an abstract node type, too.
Tom Lane
2022-07-09
Mark PlanState as an abstract node type.
Tom Lane
2022-07-08
Add missing inequality searches to rbtree
Alexander Korotkov
2022-07-08
Remove T_Join and T_Plan
Peter Eisentraut
2022-07-05
libpq: Improve idle state handling in pipeline mode
Alvaro Herrera
[next]