index
:
user/sven/postgresql.git
copy-snapshot-fix
master
origin/HEAD
origin/REL2_0B
origin/REL6_4
origin/REL6_5_PATCHES
origin/REL7_0_PATCHES
origin/REL7_1_STABLE
origin/REL7_2_STABLE
origin/REL7_3_STABLE
origin/REL7_4_STABLE
origin/REL8_0_STABLE
origin/REL8_1_STABLE
origin/REL8_2_STABLE
origin/REL8_3_STABLE
origin/REL8_4_STABLE
origin/REL8_5_ALPHA1_BRANCH
origin/REL8_5_ALPHA2_BRANCH
origin/REL8_5_ALPHA3_BRANCH
origin/REL9_0_ALPHA4_BRANCH
origin/REL9_0_ALPHA5_BRANCH
origin/REL9_0_STABLE
origin/REL9_1_STABLE
origin/REL9_2_STABLE
origin/REL9_3_STABLE
origin/REL9_4_STABLE
origin/REL9_5_STABLE
origin/REL9_6_STABLE
origin/REL_10_STABLE
origin/REL_11_STABLE
origin/REL_12_STABLE
origin/REL_13_STABLE
origin/REL_14_STABLE
origin/REL_15_STABLE
origin/REL_16_STABLE
origin/REL_17_STABLE
origin/REL_18_STABLE
origin/Release_1_0_3
origin/WIN32_DEV
origin/ecpg_big_bison
origin/master
PostgreSQL
Sven Wegener
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
test
/
modules
Age
Commit message (
Expand
)
Author
2022-09-23
Remove PQsendQuery support in pipeline mode
Alvaro Herrera
2022-09-23
Stop using PQsendQuery in libpq_pipeline
Alvaro Herrera
2022-09-21
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-14
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-17
Mark all symbols exported from extension libraries PGDLLEXPORT.
Andres Freund
2022-07-17
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
2022-07-01
Add construct_array_builtin, deconstruct_array_builtin
Peter Eisentraut
2022-06-16
Revert changes in HOT handling of BRIN indexes
Tomas Vondra
2022-05-20
Remove portability hazard in unsafe_tests/sql/guc_privs.sql.
Tom Lane
2022-05-20
Fix DDL deparse of CREATE OPERATOR CLASS
Alvaro Herrera
2022-05-12
Pre-beta mechanical code beautification.
Tom Lane
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-06
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-22
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
[next]