TopicMailing ListsActivityParticipants
1 commit
Doc: update our docs about kernel IPC parameters on *BSD.
master12beta1REL_19_STABLE12beta1REL_18_STABLE12beta1REL_17_STABLE12beta1REL_16_STABLE12beta1REL_15_STABLE12beta1REL_14_STABLE12beta1REL_13_STABLE12beta1+6 more
OpenBSD versus semaphores
OpenBSD versus semaphores
hackers
6 replies
Apr 01, 2021
Tom LaneThomas MunroMikael KjellströmAbel Abraham Camarillo Ojeda
3 commits
Allow extensions to generate lossy index conditions.
master12beta1REL_19_STABLE12beta1REL_18_STABLE12beta1REL_17_STABLE12beta1REL_16_STABLE12beta1REL_15_STABLE12beta1REL_14_STABLE12beta1REL_13_STABLE12beta1+1 more
Build out the planner support function infrastructure.
master12beta1REL_19_STABLE12beta1REL_18_STABLE12beta1REL_17_STABLE12beta1REL_16_STABLE12beta1REL_15_STABLE12beta1REL_14_STABLE12beta1REL_13_STABLE12beta1+1 more
Create the infrastructure for planner support functions.
master12beta1REL_19_STABLE12beta1REL_18_STABLE12beta1REL_17_STABLE12beta1REL_16_STABLE12beta1REL_15_STABLE12beta1REL_14_STABLE12beta1REL_13_STABLE12beta1+1 more
Allowing extensions to supply operator-/function-specific info
Allowing extensions to supply operator-/function-specific info
hackers
37 replies
Mar 06, 2019
Tom LanePaul RamseySimon RiggsRobert Haas
hackers
24 replies
Feb 19, 2019
Tom LaneAndrew GierthChapman FlackAndres FreundDavid Fetter+3
5 commits
Refactor index cost estimation functions in view of IndexClause changes.
master12beta1REL_19_STABLE12beta1REL_18_STABLE12beta1REL_17_STABLE12beta1REL_16_STABLE12beta1REL_15_STABLE12beta1REL_14_STABLE12beta1REL_13_STABLE12beta1+1 more
Simplify the planner's new representation of indexable clauses a little.
master12beta1REL_19_STABLE12beta1REL_18_STABLE12beta1REL_17_STABLE12beta1REL_16_STABLE12beta1REL_15_STABLE12beta1REL_14_STABLE12beta1REL_13_STABLE12beta1+1 more
Move pattern selectivity code from selfuncs.c to like_support.c.
master12beta1REL_19_STABLE12beta1REL_18_STABLE12beta1REL_17_STABLE12beta1REL_16_STABLE12beta1REL_15_STABLE12beta1REL_14_STABLE12beta1REL_13_STABLE12beta1+1 more
Refactor planner's header files.
master12beta1REL_19_STABLE12beta1REL_18_STABLE12beta1REL_17_STABLE12beta1REL_16_STABLE12beta1REL_15_STABLE12beta1REL_14_STABLE12beta1REL_13_STABLE12beta1+1 more
Make some small planner API cleanups.
master12beta1REL_19_STABLE12beta1REL_18_STABLE12beta1REL_17_STABLE12beta1REL_16_STABLE12beta1REL_15_STABLE12beta1REL_14_STABLE12beta1REL_13_STABLE12beta1+1 more
Proposed refactoring of planner header files
Proposed refactoring of planner header files
hackers
15 replies
Feb 14, 2019
Tom LaneAndres FreundRobert Haas
comitters
0 replies
Jan 31, 2019
Tom Lane
pgsql: Rename nodes/relation.h to nodes/pathnodes.h.
comitters
0 replies
Jan 29, 2019
Tom Lane
pgsql: Make some small planner API cleanups.
comitters
0 replies
Jan 29, 2019
Tom Lane
pgsql: Refactor planner's header files.
comitters
0 replies
Jan 29, 2019
Tom Lane
1 commit
Rename nodes/relation.h to nodes/pathnodes.h.
master12beta1REL_19_STABLE12beta1REL_18_STABLE12beta1REL_17_STABLE12beta1REL_16_STABLE12beta1REL_15_STABLE12beta1REL_14_STABLE12beta1REL_13_STABLE12beta1+1 more
Rename nodes/relation.h => nodes/pathnodes.h ?
Rename nodes/relation.h => nodes/pathnodes.h ?
hackers
5 replies
Jan 29, 2019
Tom LaneAmit LangoteRobert HaasAlvaro HerreraAndres Freund
5 commits
Remove _configthreadlocale() calls in ecpg test suite.
master12beta1REL_19_STABLE12beta1REL_18_STABLE12beta1REL_17_STABLE12beta1REL_16_STABLE12beta1REL_15_STABLE12beta1REL_14_STABLE12beta1REL_13_STABLE12beta1+1 more
Remove infinite-loop hazards in ecpg test suite.
master12beta1REL_19_STABLE12beta1REL_18_STABLE12beta1REL_17_STABLE12beta1REL_16_STABLE12beta1REL_15_STABLE12beta1REL_14_STABLE12beta1REL_13_STABLE12beta1+6 more
Blind attempt to fix _configthreadlocale() failures on MinGW.
master12beta1REL_19_STABLE12beta1REL_18_STABLE12beta1REL_17_STABLE12beta1REL_16_STABLE12beta1REL_15_STABLE12beta1REL_14_STABLE12beta1REL_13_STABLE12beta1+6 more
Second try at fixing ecpglib thread-safety problem.
master12beta1REL_19_STABLE12beta1REL_18_STABLE12beta1REL_17_STABLE12beta1REL_16_STABLE12beta1REL_15_STABLE12beta1REL_14_STABLE12beta1REL_13_STABLE12beta1+1 more
Avoid thread-safety problem in ecpglib.
master12beta1REL_19_STABLE12beta1REL_18_STABLE12beta1REL_17_STABLE12beta1REL_16_STABLE12beta1REL_15_STABLE12beta1REL_14_STABLE12beta1REL_13_STABLE12beta1+6 more
Thread-unsafe coding in ecpg
Thread-unsafe coding in ecpg
hackers
36 replies
Jan 29, 2019
Tom LaneMichael MeskesAndrew DunstanTsunakawa, TakayukiAndres Freund+2
1 commit
Fix LLVM related headers to compile standalone (to fix cpluspluscheck).
master12beta1REL_19_STABLE12beta1REL_18_STABLE12beta1REL_17_STABLE12beta1REL_16_STABLE12beta1REL_15_STABLE12beta1REL_14_STABLE12beta1REL_13_STABLE12beta1+2 more
Header checking failures on LLVM-less machines
Header checking failures on LLVM-less machines
hackers
5 replies
Jan 29, 2019
Tom LaneAndres Freund
comitters
0 replies
Jan 28, 2019
Tom Lane
Opossum vs. float4 NaN
hackers
3 replies
Jan 27, 2019
Tom LaneAndrew GierthGlyn Astill
comitters
0 replies
Jan 27, 2019
Tom Lane
comitters
0 replies
Jan 27, 2019
Tom Lane
1 commit
Allow for yet another crash symptom in 013_crash_restart.pl.
master12beta1REL_19_STABLE12beta1REL_18_STABLE12beta1REL_17_STABLE12beta1REL_16_STABLE12beta1REL_15_STABLE12beta1REL_14_STABLE12beta1REL_13_STABLE12beta1+2 more
Race condition in crash-recovery tests
Race condition in crash-recovery tests
hackers
2 replies
Jan 27, 2019
Tom LaneAndres Freund
comitters
0 replies
Jan 26, 2019
Tom Lane
comitters
0 replies
Jan 26, 2019
Tom Lane
comitters
0 replies
Jan 26, 2019
Tom Lane
comitters
0 replies
Jan 26, 2019
Tom Lane
comitters
0 replies
Jan 26, 2019
Tom Lane
pgsql: Allow UNLISTEN in hot-standby mode.
comitters
0 replies
Jan 26, 2019
Tom Lane
pgsql: Allow UNLISTEN in hot-standby mode.
comitters
0 replies
Jan 26, 2019
Tom Lane
pgsql: Allow UNLISTEN in hot-standby mode.
comitters
0 replies
Jan 26, 2019
Tom Lane
pgsql: Allow UNLISTEN in hot-standby mode.
comitters
0 replies
Jan 26, 2019
Tom Lane
Loading more results...